chore(deps): update open-feature/flagd #670
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.9.0
->v0.10.3
v0.10.1
->v0.10.3
v0.5.0
->v0.6.2
ea4f119
->61523e5
ghcr.io/open-feature/flagd:v0.10.1
->v0.10.3
v0.9.0
->v0.10.3
v0.10.1
->v0.10.3
v0.5.0
->v0.6.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-feature/flagd (ghcr.io/open-feature/flagd)
v0.10.3
: flagd: v0.10.3🧹 Chore
v0.10.2
: flagd: v0.10.2✨ New Features
🧹 Chore
v0.10.1
: flagd: v0.10.1🐛 Bug Fixes
✨ New Features
v0.10.0
: flagd: v0.10.0⚠ BREAKING CHANGES
Previously, flagd's
fractional
op would internally concatenate any specified bucketing property with theflag-key
.This improved apparent "randomness" by reducing the chances that users were assigned a bucket of the same ordinality across multiple flags.
However, sometimes it's desireable to have such predictibility, so now flagd will use the bucketing value as is.
If you are specifying a bucketing value in a
fractional
rule, and want to maintain the previous assignments, you can do this concatenation manually:{ "var": "user.name" }
=>{"cat": [{ "var": "$flagd.flagKey" }, { "var": "user.name" }]}
.This will result in the same assignment as before.
Please note, that if you do not specify a bucketing key at all (the shorthand version of the
fractional
op), flagd still uses a concatentation of theflag-key
andtargetingKey
as before; this behavior has not changed.🐛 Bug Fixes
✨ New Features
🧹 Chore
v0.9.2
: flagd: v0.9.2✨ New Features
v0.9.1
: flagd: v0.9.1🐛 Bug Fixes
✨ New Features
🧹 Chore
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.