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

build(deps): bump github.com/thomaspoignant/go-feature-flag from 1.32.0 to 1.33.0 #4203

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2024

Bumps github.com/thomaspoignant/go-feature-flag from 1.32.0 to 1.33.0.

Release notes

Sourced from github.com/thomaspoignant/go-feature-flag's releases.

v1.33.0

🚀 As each new version v1.33.0 is bringing some new things to your favourite feature flagging system 🙌

  • Limit bulk evaluation size: When doing a client evaluation (if you are using one of the client providers, kotlin, swift or web) your flags are evaluated in bulk. If you have a lot of flags it can be good to evaluate only the relevant flag for your application. With this version, you can add a special field in your evaluation context (gofeatureflag.flagList) to list the flags to evaluate and avoid the massive bulk evaluation for irrelevant flags. #2171

  • Helm, ad extra manifests: One common situation when using the helm chart is to have other resources around, like adding RBAC resources to the chart, etc ... With this addition, GO Feature Flag chart allows users to add extra resources via the value.yaml file. #2198

  • Fixes: we have also done fixes here a there, one notable one is a log issue detected by @​yafanasiev. This is always great to see more people contribute to GO Feature Flag, don't hesitate to continue opening issue or pull request to the GO Feature Flag.

Features

Fixes

Documentation

Chore

Dependencies

... (truncated)

Commits

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 requested a review from a team as a code owner August 20, 2024 06:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 20, 2024
Copy link

Minder Vulnerability Report ✅

Minder analyzed this PR and found it does not add any new vulnerable dependencies.

Vulnerability scan of e55bb352:

  • 🐞 vulnerable packages: 0
  • 🛠 fixes available for: 0

@coveralls
Copy link

coveralls commented Aug 20, 2024

Coverage Status

coverage: 53.842% (+0.008%) from 53.834%
when pulling ba8ce62 on dependabot/go_modules/github.com/thomaspoignant/go-feature-flag-1.33.0
into 7b9db0d on main.

Bumps [github.com/thomaspoignant/go-feature-flag](https://github.com/thomaspoignant/go-feature-flag) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/thomaspoignant/go-feature-flag/releases)
- [Changelog](https://github.com/thomaspoignant/go-feature-flag/blob/main/.goreleaser.yaml)
- [Commits](thomaspoignant/go-feature-flag@v1.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: github.com/thomaspoignant/go-feature-flag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/thomaspoignant/go-feature-flag-1.33.0 branch from e55bb35 to ba8ce62 Compare August 20, 2024 06:24
@rdimitrov rdimitrov merged commit 273fc37 into main Aug 20, 2024
21 checks passed
@rdimitrov rdimitrov deleted the dependabot/go_modules/github.com/thomaspoignant/go-feature-flag-1.33.0 branch August 20, 2024 08:45
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants