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

chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.10.1 - autoclosed #14

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/open-feature/flagd minor v0.4.1 -> v0.10.1

Release Notes

open-feature/flagd (ghcr.io/open-feature/flagd)

v0.10.0: flagd: v0.10.0

⚠ BREAKING CHANGES
  • allow custom seed when using targetingKey override for fractional op (#​1266)
    • This is a breaking change only to the extent that it changes the assignment of evaluated flag values.
      Previously, flagd's fractional op would internally concatenate any specified bucketing property with the flag-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 the flag-key and targetingKey as before; this behavior has not changed.
🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.8.2 (#​1255) (9005089)
✨ New Features
  • allow custom seed when using targetingKey override for fractional op (#​1266) (f62bc72)
🧹 Chore

v0.9.2: flagd: v0.9.2

✨ New Features

v0.9.0: flagd: v0.9.0

⚠ BREAKING CHANGES
  • new proto (flagd.sync.v1) for sync sources (#​1214)
🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.7.5 (#​1198) (ce38845)
✨ New Features
🧹 Chore

v0.8.2: flagd: v0.8.2

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.7.4 (#​1119) (e998e41)
  • use correct link in sources flag helper text in start cmd (#​1126) (b9d30e0)

v0.8.1: flagd: v0.8.1

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.7.3 (#​1104) (b6c00c7)
  • deps: update module github.com/spf13/viper to v1.18.2 (#​1069) (f0d6206)

v0.8.0: flagd: v0.8.0

⚠ BREAKING CHANGES
🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.7.2 (#​1056) (81e83ea)
  • deps: update module github.com/spf13/viper to v1.18.0 (#​1060) (9dfa689)
🧹 Chore

v0.7.2: flagd: v0.7.2

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.7.1 (#​1037) (0ed9b68)

v0.7.1: flagd: v0.7.1

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.7.0 (#​1014) (deec49e)
🔄 Refactoring

v0.7.0: flagd: v0.7.0

⚠ BREAKING CHANGES
  • OFO APIs were updated to version v1beta1, since they are more stable now. Resources of the alpha versions are no longer supported in flagd or flagd-proxy.
🐛 Bug Fixes
  • deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.18 (#​1011) (90d4e4e)
✨ New Features
🧹 Chore

v0.6.8: flagd: v0.6.8

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.6.7 (#​966) (c038a3a)
  • deps: update module github.com/open-feature/go-sdk to v1.8.0 (#​994) (266cf9f)
  • deps: update module github.com/open-feature/go-sdk-contrib/tests/flagd to v1.3.1 (#​760) (30dda72)
  • deps: update module github.com/spf13/cobra to v1.8.0 (#​993) (05c7870)
🧹 Chore
🔄 Refactoring

v0.6.7: flagd: v0.6.7

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.6.6 (#​916) (1f80e4d)
  • deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.17 (#​759) (a2a2c3c)
  • deps: update module github.com/spf13/viper to v1.17.0 (#​956) (31d015d)
  • deps: update module go.uber.org/zap to v1.26.0 (#​917) (e57e206)
🧹 Chore
📚 Documentation

v0.6.6: flagd: v0.6.6

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.6.5 (#​900) (c2ddcbf)
🧹 Chore

v0.6.5: flagd: v0.6.5

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.6.4 (#​880) (ebb543d)
  • deps: update opentelemetry-go monorepo (#​868) (d48317f)
🧹 Chore

v0.6.4: flagd: v0.6.4

🐛 Bug Fixes
  • deps: update module github.com/cucumber/godog to v0.13.0 (#​855) (5b42486)
  • deps: update module github.com/open-feature/flagd/core to v0.6.3 (#​794) (9671964)
🧹 Chore

v0.6.3: flagd: v0.6.3

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.6.2 (#​779) (f34de59)
  • deps: update module go.uber.org/zap to v1.25.0 (#​786) (40d0aa6)

v0.6.2: flagd: v0.6.2

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.6.1 (#​745) (d290d8f)

v0.6.1: flagd: v0.6.1

🐛 Bug Fixes
  • deps: update module github.com/open-feature/go-sdk-contrib/tests/flagd to v1.2.3 (#​749) (cd63e48)

v0.6.0: flagd: v0.6.0

⚠ BREAKING CHANGES
  • rename metrics and service (#​730)
🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.5.4 (#​693) (33705a6)
  • deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.13 (#​697) (435448f)
  • deps: update module github.com/spf13/viper to v1.16.0 (#​679) (798a975)
🔄 Refactoring
  • flagd: update build.Dockerfile with buildkit caching (#​724) (3e9cc1a)
  • flagd: update profile.Dockerfile with buildkit caching (#​723) (3f263c6)
  • remove protobuf dependency from eval package (#​701) (34ffafd)

v0.5.4: flagd: v0.5.4

🧹 Chore
🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.5.3 (#​634) (1bc7e99)
  • deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.12 (#​635) (fe88061)
  • deps: update module github.com/open-feature/go-sdk-contrib/tests/flagd to v1.2.2 (#​651) (9776973)
✨ New Features
🔄 Refactoring
  • introduce additional linting rules + fix discrepancies (#​616) (aef0b90)

v0.5.3: flagd: v0.5.3

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.5.2 (#​613) (218f435)
  • deps: update module github.com/spf13/cobra to v1.7.0 (#​587) (12b3477)
✨ New Features

v0.5.2: flagd: v0.5.2

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.5.1 (#​579) (58eed62)
✨ New Features

v0.5.1: flagd: v0.5.1

✨ New Features
🐛 Bug Fixes
  • fall back to default port if env var cannot be parsed (#​591) (1fda104)

v0.5.0: flagd: v0.5.0

⚠ BREAKING CHANGES
  • unify sources configuration handling (#​560)
🐛 Bug Fixes
🧹 Chore

v0.4.5: flagd: v0.4.5

📚 Documentation
✨ New Features

v0.4.2

Compare Source

🧹 Chore
🐛 Bug Fixes
✨ 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
@renovate renovate bot added the renovate label Mar 20, 2023
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.4.5 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.4.5 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/ghcr.io-open-feature-flagd-0.x branch April 3, 2023 23:07
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.4.5 - autoclosed chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.4.5 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/ghcr.io-open-feature-flagd-0.x branch April 4, 2023 08:58
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.4.5 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.0 Apr 4, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 951984e to 98c2d5b Compare April 4, 2023 16:04
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 98c2d5b to 63d34cc Compare April 12, 2023 04:36
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.0 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.1 Apr 12, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 63d34cc to f7f00c6 Compare April 13, 2023 18:26
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.1 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.2 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from f7f00c6 to 324839b Compare May 4, 2023 18:14
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.2 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.3 May 4, 2023
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.3 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.4 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 324839b to 7f356b5 Compare June 9, 2023 05:52
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.5.4 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.0 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 7f356b5 to a18e69f Compare July 15, 2023 05:45
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.0 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.1 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch 2 times, most recently from ba081bd to ee433d9 Compare July 29, 2023 02:50
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.1 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.2 Jul 29, 2023
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.2 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.3 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from ee433d9 to 78168d1 Compare August 5, 2023 02:41
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.3 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.4 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 78168d1 to 6008bc2 Compare September 1, 2023 08:09
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 6008bc2 to a82abfe Compare September 9, 2023 08:51
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.4 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.5 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from e1b5bf9 to bc0cb42 Compare October 13, 2023 05:59
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from bc0cb42 to c347643 Compare November 14, 2023 20:24
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.7 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.8 Nov 14, 2023
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.8 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.7.0 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from c347643 to 40c4040 Compare November 15, 2023 15:53
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 40c4040 to c3db464 Compare November 30, 2023 12:01
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.7.0 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.7.1 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from c3db464 to 4be8600 Compare December 5, 2023 20:38
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.7.1 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.7.2 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 4be8600 to 807f492 Compare December 23, 2023 02:45
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.7.2 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.8.0 Dec 23, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 807f492 to a9577b1 Compare January 5, 2024 08:27
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.8.0 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.8.1 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from a9577b1 to 3773098 Compare February 7, 2024 02:08
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.8.1 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.8.2 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 3773098 to 13abf14 Compare February 21, 2024 02:05
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.8.2 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.9.0 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 13abf14 to 06d2ca3 Compare March 15, 2024 20:45
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.9.0 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.9.1 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 06d2ca3 to 6a40db6 Compare March 28, 2024 23:57
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.9.1 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.9.2 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 6a40db6 to 5c4b5ff Compare April 12, 2024 05:48
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.9.2 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.10.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-open-feature-flagd-0.x branch from 5c4b5ff to ad6b449 Compare April 20, 2024 17:33
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.10.0 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.10.1 Apr 20, 2024
@renovate renovate bot changed the title chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.10.1 chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.10.1 - autoclosed Apr 22, 2024
@renovate renovate bot closed this Apr 22, 2024
@renovate renovate bot deleted the renovate/ghcr.io-open-feature-flagd-0.x branch April 22, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant