Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flipper from 0.28.3 to 1.0.0 #330

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2023

Bumps flipper from 0.28.3 to 1.0.0.

Release notes

Sourced from flipper's releases.

1.0.0 - One Point Oh!

This release is more than just a version number. Read more about this release and the future of Flipper.

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new

Become a Sponsor

If your company uses Flipper and wants to help us make it better, consider becoming a sponsor.

Changelog

Sourced from flipper's changelog.

1.0.0

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new
Commits
  • 7439f4d Ignore asdf version manager file
  • c7db42e Prepare for 1.0.0 release
  • 0532a23 Update links from jnunemaker => flippercloud
  • 934ee05 Merge pull request #749 from jnunemaker/remove-dsl-methods
  • 4d10a6f Removed bool, actors, time, actor, percentage_of_actors, and `perce...
  • 13a2780 Bump version for prerelease
  • f25e1af Merge pull request #743 from jnunemaker/the-one-true-gem
  • 94cfbdd Update changelog
  • 4e4decb Use climate_control to modify ENV in specs
  • 88b7956 Add direct links to homepage urls in gemspecs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 29, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from 97b70a7 to 1ac6ec5 Compare August 29, 2023 12:30
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from 1ac6ec5 to 88b76bf Compare August 29, 2023 12:31
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from 88b76bf to 7c972b4 Compare August 29, 2023 12:32
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from 7c972b4 to e15caca Compare August 29, 2023 12:33
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from e15caca to f0145a3 Compare August 29, 2023 12:34
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from f0145a3 to 56aa25a Compare August 30, 2023 13:01
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from 56aa25a to 2134fae Compare August 31, 2023 13:03
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from 2134fae to 7fe1756 Compare September 1, 2023 12:57
Bumps [flipper](https://github.com/flippercloud/flipper) from 0.28.3 to 1.0.0.
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v0.28.3...v1.0.0)

---
updated-dependencies:
- dependency-name: flipper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/flipper-1.0.0 branch from 7fe1756 to 9fd8f36 Compare September 1, 2023 12:59
@jcowhigjr jcowhigjr merged commit bf6245b into develop Sep 2, 2023
4 of 5 checks passed
@jcowhigjr jcowhigjr deleted the dependabot/bundler/flipper-1.0.0 branch September 2, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant