-
Notifications
You must be signed in to change notification settings - Fork 45
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
fix(deps): update module github.com/open-feature/flagd/core to v0.10.4 - autoclosed #567
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: providers/flagd/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
github-actions
bot
requested review from
bacherfl,
Kavindu-Dodan and
toddbaert
August 14, 2024 20:16
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
2 times, most recently
from
August 20, 2024 02:42
267dcf4
to
f754613
Compare
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
from
August 22, 2024 20:32
f754613
to
1fed2ca
Compare
renovate
bot
changed the title
fix(deps): update module github.com/open-feature/flagd/core to v0.10.1
fix(deps): update module github.com/open-feature/flagd/core to v0.10.2
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
2 times, most recently
from
August 27, 2024 10:58
3cc566a
to
656499d
Compare
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
4 times, most recently
from
September 10, 2024 19:01
585a532
to
1672a0c
Compare
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
3 times, most recently
from
September 23, 2024 19:07
82d0cd6
to
daf69b6
Compare
renovate
bot
changed the title
fix(deps): update module github.com/open-feature/flagd/core to v0.10.2
fix(deps): update module github.com/open-feature/flagd/core to v0.10.3
Sep 23, 2024
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
from
September 24, 2024 20:32
daf69b6
to
cb6ebd3
Compare
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
from
October 18, 2024 16:27
cb6ebd3
to
7193535
Compare
renovate
bot
force-pushed
the
renovate/github.com-open-feature-flagd-core-0.x
branch
from
October 28, 2024 20:05
7193535
to
13feafe
Compare
renovate
bot
changed the title
fix(deps): update module github.com/open-feature/flagd/core to v0.10.3
fix(deps): update module github.com/open-feature/flagd/core to v0.10.4
Oct 28, 2024
renovate
bot
changed the title
fix(deps): update module github.com/open-feature/flagd/core to v0.10.4
fix(deps): update module github.com/open-feature/flagd/core to v0.10.4 - autoclosed
Oct 29, 2024
renovate
bot
deleted the
renovate/github.com-open-feature-flagd-core-0.x
branch
October 29, 2024 18:12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1
->v0.10.4
Release Notes
open-feature/flagd (github.com/open-feature/flagd/core)
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
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.