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 open-feature/flagd to v0.11.1 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 11, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/open-feature/flagd minor v0.4.4 -> v0.11.1
open-feature/flagd minor v0.4.4 -> v0.11.1

Release Notes

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

v0.11.1: flagd: v0.11.1

🐛 Bug Fixes
  • deps: update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.2 (#​1342) (efdd921)
  • deps: update module github.com/open-feature/flagd/core to v0.10.0 (#​1340) (1e487b4)
  • deps: update module golang.org/x/net to v0.27.0 (#​1353) (df9834b)
  • deps: update module google.golang.org/grpc to v1.65.0 (#​1346) (72a6b87)
  • deps: update opentelemetry-go monorepo (#​1347) (37fb3cd)
  • invalid scoped-sync responses for empty flags (#​1352) (51371d2)

v0.11.0: flagd: v0.11.0

⚠ BREAKING CHANGES
  • support emitting errors from the bulk evaluator (#​1338)
🐛 Bug Fixes
  • deps: update module buf.build/gen/go/open-feature/flagd/connectrpc/go to v1.16.2-20240215170432-1e611e2999cc.1 (#​1293) (2694e7f)
  • deps: update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.1 (#​1333) (494062f)
  • deps: update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.34.2-20240215170432-1e611e2999cc.2 (#​1330) (32291ad)
  • deps: update module github.com/open-feature/flagd/core to v0.9.3 (#​1296) (1f7b8bd)
  • deps: update module github.com/rs/cors to v1.11.0 (#​1299) (5f77541)
  • deps: update module github.com/spf13/cobra to v1.8.1 (#​1332) (c62bcb0)
  • deps: update module github.com/spf13/viper to v1.19.0 (#​1334) (1097b99)
  • deps: update module golang.org/x/net to v0.26.0 (#​1337) (83bdbb5)
  • deps: update opentelemetry-go monorepo (#​1314) (e9f1a7a)
  • readable error messages (#​1325) (7ff33ef)
✨ New Features

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
  • deps: update module github.com/open-feature/flagd/core to v0.9.0 (#​1281) (3cfb052)
✨ New Features

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.1: flagd: v0.9.1

🐛 Bug Fixes
✨ New Features
🧹 Chore

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-proxy: v0.6.4

🐛 Bug Fixes
  • deps: update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.2 (#​1342) (efdd921)
  • deps: update module github.com/open-feature/flagd/core to v0.10.0 (#​1340) (1e487b4)
  • deps: update module golang.org/x/net to v0.27.0 (#​1353) (df9834b)
  • deps: update module google.golang.org/grpc to v1.65.0 (#​1346) (72a6b87)
  • deps: update opentelemetry-go monorepo (#​1347) (37fb3cd)

v0.6.3: flagd-proxy: v0.6.3

🐛 Bug Fixes
  • deps: update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.1 (#​1333) (494062f)
  • deps: update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.34.2-20240215170432-1e611e2999cc.2 (#​1330) (32291ad)
  • deps: update module github.com/open-feature/flagd/core to v0.9.3 (#​1296) (1f7b8bd)
  • deps: update module github.com/spf13/cobra to v1.8.1 (#​1332) (c62bcb0)
  • deps: update module github.com/spf13/viper to v1.19.0 (#​1334) (1097b99)
  • deps: update module golang.org/x/net to v0.26.0 (#​1337) (83bdbb5)
  • deps: update opentelemetry-go monorepo (#​1314) (e9f1a7a)

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.2: flagd-proxy: v0.5.2

✨ New Features

v0.5.1: flagd-proxy: v0.5.1

🐛 Bug Fixes
🧹 Chore

v0.5.0: flagd-proxy: v0.5.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

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Apr 11, 2023
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.5.0 chore(deps): update open-feature/flagd to v0.5.1 Apr 12, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch 2 times, most recently from 84b2bf3 to 6458eed Compare April 13, 2023 19:36
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.5.1 chore(deps): update open-feature/flagd to v0.5.2 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 6458eed to f913d7d Compare May 4, 2023 13:49
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.5.2 chore(deps): update open-feature/flagd May 4, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from f913d7d to fa81ac1 Compare May 4, 2023 20:37
@renovate renovate bot changed the title chore(deps): update open-feature/flagd chore(deps): update open-feature/flagd to v0.5.3 May 4, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from fa81ac1 to 6125566 Compare June 9, 2023 23:53
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.5.3 chore(deps): update open-feature/flagd to v0.5.4 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 6125566 to a00720d Compare July 15, 2023 02:24
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.5.4 chore(deps): update open-feature/flagd to v0.6.0 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from a00720d to 7782ac5 Compare July 28, 2023 05:39
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.0 chore(deps): update open-feature/flagd to v0.6.1 Jul 28, 2023
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.1 chore(deps): update open-feature/flagd to v0.6.2 Jul 29, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 7782ac5 to 4c4efb0 Compare July 29, 2023 05:23
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 4c4efb0 to 86ffb3f Compare August 6, 2023 02:58
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.2 chore(deps): update open-feature/flagd to v0.6.3 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 86ffb3f to eff3f8b Compare September 1, 2023 02:42
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.3 chore(deps): update open-feature/flagd to v0.6.4 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from eff3f8b to e528f62 Compare September 9, 2023 23:35
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.4 chore(deps): update open-feature/flagd to v0.6.5 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from e528f62 to 90536b7 Compare September 15, 2023 02:28
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.5 chore(deps): update open-feature/flagd to v0.6.6 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 90536b7 to 0ee3a2f Compare October 13, 2023 02:35
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.6 chore(deps): update open-feature/flagd to v0.6.7 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 0ee3a2f to 817b258 Compare November 14, 2023 20:21
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.7 chore(deps): update open-feature/flagd to v0.6.8 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 817b258 to c04068f Compare November 16, 2023 05:20
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.6.8 chore(deps): update open-feature/flagd to v0.7.0 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from c04068f to 0da5456 Compare November 30, 2023 02:30
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.7.0 chore(deps): update open-feature/flagd to v0.7.1 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 0da5456 to 767f225 Compare December 6, 2023 02:26
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.7.1 chore(deps): update open-feature/flagd to v0.7.2 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 767f225 to a79958c Compare December 23, 2023 05:30
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.7.2 chore(deps): update open-feature/flagd to v0.8.0 Dec 23, 2023
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from a79958c to 78fb9b9 Compare January 5, 2024 02:45
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.8.0 chore(deps): update open-feature/flagd to v0.8.1 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 78fb9b9 to 353b86a Compare February 9, 2024 05:56
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.8.1 chore(deps): update open-feature/flagd to v0.8.2 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 353b86a to bf8697e Compare February 21, 2024 05:05
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.8.2 chore(deps): update open-feature/flagd to v0.9.0 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from bf8697e to 2061fcb Compare March 15, 2024 20:49
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.9.0 chore(deps): update open-feature/flagd to v0.9.1 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 2061fcb to ce42eab Compare March 29, 2024 02:42
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.9.1 chore(deps): update open-feature/flagd to v0.9.2 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from ce42eab to c39e6b1 Compare April 12, 2024 20:59
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.9.2 chore(deps): update open-feature/flagd to v0.10.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from c39e6b1 to 3f8fe4d Compare April 20, 2024 06:00
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.10.0 chore(deps): update open-feature/flagd to v0.10.1 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 3f8fe4d to e68b9cc Compare May 11, 2024 08:52
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.10.1 chore(deps): update open-feature/flagd to v0.10.2 May 11, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from e68b9cc to 12c7474 Compare June 7, 2024 04:46
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.10.2 chore(deps): update open-feature/flagd to v0.10.3 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from 12c7474 to a4a1f9c Compare June 28, 2024 02:31
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.10.3 chore(deps): update open-feature/flagd to v0.11.0 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/open-featureflagd branch from a4a1f9c to 2f39559 Compare July 8, 2024 23:57
@renovate renovate bot changed the title chore(deps): update open-feature/flagd to v0.11.0 chore(deps): update open-feature/flagd to v0.11.1 Jul 8, 2024
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.

None yet

0 participants