Skip to content

Commit ca663b5

Browse files
fix(deps): update module github.com/open-feature/flagd/core to v0.11.1 (#1545)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-feature/flagd/core](https://redirect.github.com/open-feature/flagd) | `v0.11.0` -> `v0.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-feature%2fflagd%2fcore/v0.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-feature%2fflagd%2fcore/v0.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-feature%2fflagd%2fcore/v0.11.0/v0.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-feature%2fflagd%2fcore/v0.11.0/v0.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-feature/flagd (github.com/open-feature/flagd/core)</summary> ### [`v0.11.1`](https://redirect.github.com/open-feature/flagd/releases/tag/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 ([#&#8203;1342](https://redirect.github.com/open-feature/flagd/issues/1342)) ([efdd921](https://redirect.github.com/open-feature/flagd/commit/efdd92139903b89ac986a62ff2cf4f5cfef91cde)) - **deps:** update module github.com/open-feature/flagd/core to v0.10.0 ([#&#8203;1340](https://redirect.github.com/open-feature/flagd/issues/1340)) ([1e487b4](https://redirect.github.com/open-feature/flagd/commit/1e487b4bafad9814f190d0bf3a1d833def9ef5af)) - **deps:** update module golang.org/x/net to v0.27.0 ([#&#8203;1353](https://redirect.github.com/open-feature/flagd/issues/1353)) ([df9834b](https://redirect.github.com/open-feature/flagd/commit/df9834bea2a7ae20c5926c98dc423ab6363ef332)) - **deps:** update module google.golang.org/grpc to v1.65.0 ([#&#8203;1346](https://redirect.github.com/open-feature/flagd/issues/1346)) ([72a6b87](https://redirect.github.com/open-feature/flagd/commit/72a6b876e880ff0b43440d9b63710c7a87536988)) - **deps:** update opentelemetry-go monorepo ([#&#8203;1347](https://redirect.github.com/open-feature/flagd/issues/1347)) ([37fb3cd](https://redirect.github.com/open-feature/flagd/commit/37fb3cd81d5436e9d8cd3ea490a3951ae5794130)) - invalid scoped-sync responses for empty flags ([#&#8203;1352](https://redirect.github.com/open-feature/flagd/issues/1352)) ([51371d2](https://redirect.github.com/open-feature/flagd/commit/51371d25e25e1199336a5a831530506313628ff3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fe7bd2 commit ca663b5

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Diff for: flagd-proxy/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.36.4-20250127221518-be6d1143b690.1
1010
github.com/dimiro1/banner v1.1.0
1111
github.com/mattn/go-colorable v0.1.14
12-
github.com/open-feature/flagd/core v0.11.0
12+
github.com/open-feature/flagd/core v0.11.1
1313
github.com/prometheus/client_golang v1.20.5
1414
github.com/spf13/cobra v1.8.1
1515
github.com/spf13/viper v1.19.0

Diff for: flagd-proxy/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ github.com/open-feature/flagd/core v0.10.8 h1:JDspNtQ/AspLgtoC4UVsk8j+iCxY4yo4Ro
236236
github.com/open-feature/flagd/core v0.10.8/go.mod h1:8o7NXJdknnbseuK2HmfKYlqpIqvtwK8SZ+0Tg9/H4ac=
237237
github.com/open-feature/flagd/core v0.11.0 h1:uyT2keRVqVptqoNOaK4Pq3LueLkcVIZ/qfCnN2mdKiw=
238238
github.com/open-feature/flagd/core v0.11.0/go.mod h1:jjMq0sMdCvvsoi4dWoNwUTP4jN0vC1e8OtY/giqZIIM=
239+
github.com/open-feature/flagd/core v0.11.1 h1:0qBVXcRBZOFoZ5lNK/Yba2IyUDdxUHcLsv5OhUJtltA=
240+
github.com/open-feature/flagd/core v0.11.1/go.mod h1:yzPjp7D9wNusvOyKt8wBND5PQGslcu+5e+xmaIBGgLE=
239241
github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI=
240242
github.com/open-feature/open-feature-operator/apis v0.2.44/go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q=
241243
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=

Diff for: flagd/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/dimiro1/banner v1.1.0
1313
github.com/gorilla/mux v1.8.1
1414
github.com/mattn/go-colorable v0.1.14
15-
github.com/open-feature/flagd/core v0.11.0
15+
github.com/open-feature/flagd/core v0.11.1
1616
github.com/prometheus/client_golang v1.20.5
1717
github.com/rs/cors v1.11.1
1818
github.com/rs/xid v1.6.0

Diff for: flagd/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ github.com/open-feature/flagd/core v0.10.8 h1:JDspNtQ/AspLgtoC4UVsk8j+iCxY4yo4Ro
253253
github.com/open-feature/flagd/core v0.10.8/go.mod h1:8o7NXJdknnbseuK2HmfKYlqpIqvtwK8SZ+0Tg9/H4ac=
254254
github.com/open-feature/flagd/core v0.11.0 h1:uyT2keRVqVptqoNOaK4Pq3LueLkcVIZ/qfCnN2mdKiw=
255255
github.com/open-feature/flagd/core v0.11.0/go.mod h1:jjMq0sMdCvvsoi4dWoNwUTP4jN0vC1e8OtY/giqZIIM=
256+
github.com/open-feature/flagd/core v0.11.1 h1:0qBVXcRBZOFoZ5lNK/Yba2IyUDdxUHcLsv5OhUJtltA=
257+
github.com/open-feature/flagd/core v0.11.1/go.mod h1:yzPjp7D9wNusvOyKt8wBND5PQGslcu+5e+xmaIBGgLE=
256258
github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI=
257259
github.com/open-feature/open-feature-operator/apis v0.2.44/go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q=
258260
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=

0 commit comments

Comments
 (0)