From ca663b5832c94834f73cd5449a2f28af631d9556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:11:16 +0000 Subject: [PATCH] fix(deps): update module github.com/open-feature/flagd/core to v0.11.1 (#1545) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
open-feature/flagd (github.com/open-feature/flagd/core) ### [`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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​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 ([#​1352](https://redirect.github.com/open-feature/flagd/issues/1352)) ([51371d2](https://redirect.github.com/open-feature/flagd/commit/51371d25e25e1199336a5a831530506313628ff3))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- flagd-proxy/go.mod | 2 +- flagd-proxy/go.sum | 2 ++ flagd/go.mod | 2 +- flagd/go.sum | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/flagd-proxy/go.mod b/flagd-proxy/go.mod index 0650493bd..ea0ea41c0 100644 --- a/flagd-proxy/go.mod +++ b/flagd-proxy/go.mod @@ -9,7 +9,7 @@ require ( buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.36.4-20250127221518-be6d1143b690.1 github.com/dimiro1/banner v1.1.0 github.com/mattn/go-colorable v0.1.14 - github.com/open-feature/flagd/core v0.11.0 + github.com/open-feature/flagd/core v0.11.1 github.com/prometheus/client_golang v1.20.5 github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 diff --git a/flagd-proxy/go.sum b/flagd-proxy/go.sum index a4c3c763b..9b0c9d647 100644 --- a/flagd-proxy/go.sum +++ b/flagd-proxy/go.sum @@ -236,6 +236,8 @@ github.com/open-feature/flagd/core v0.10.8 h1:JDspNtQ/AspLgtoC4UVsk8j+iCxY4yo4Ro github.com/open-feature/flagd/core v0.10.8/go.mod h1:8o7NXJdknnbseuK2HmfKYlqpIqvtwK8SZ+0Tg9/H4ac= github.com/open-feature/flagd/core v0.11.0 h1:uyT2keRVqVptqoNOaK4Pq3LueLkcVIZ/qfCnN2mdKiw= github.com/open-feature/flagd/core v0.11.0/go.mod h1:jjMq0sMdCvvsoi4dWoNwUTP4jN0vC1e8OtY/giqZIIM= +github.com/open-feature/flagd/core v0.11.1 h1:0qBVXcRBZOFoZ5lNK/Yba2IyUDdxUHcLsv5OhUJtltA= +github.com/open-feature/flagd/core v0.11.1/go.mod h1:yzPjp7D9wNusvOyKt8wBND5PQGslcu+5e+xmaIBGgLE= github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI= github.com/open-feature/open-feature-operator/apis v0.2.44/go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= diff --git a/flagd/go.mod b/flagd/go.mod index 20aa4f089..f272afde5 100644 --- a/flagd/go.mod +++ b/flagd/go.mod @@ -12,7 +12,7 @@ require ( github.com/dimiro1/banner v1.1.0 github.com/gorilla/mux v1.8.1 github.com/mattn/go-colorable v0.1.14 - github.com/open-feature/flagd/core v0.11.0 + github.com/open-feature/flagd/core v0.11.1 github.com/prometheus/client_golang v1.20.5 github.com/rs/cors v1.11.1 github.com/rs/xid v1.6.0 diff --git a/flagd/go.sum b/flagd/go.sum index 073c80dc9..1c088d013 100644 --- a/flagd/go.sum +++ b/flagd/go.sum @@ -253,6 +253,8 @@ github.com/open-feature/flagd/core v0.10.8 h1:JDspNtQ/AspLgtoC4UVsk8j+iCxY4yo4Ro github.com/open-feature/flagd/core v0.10.8/go.mod h1:8o7NXJdknnbseuK2HmfKYlqpIqvtwK8SZ+0Tg9/H4ac= github.com/open-feature/flagd/core v0.11.0 h1:uyT2keRVqVptqoNOaK4Pq3LueLkcVIZ/qfCnN2mdKiw= github.com/open-feature/flagd/core v0.11.0/go.mod h1:jjMq0sMdCvvsoi4dWoNwUTP4jN0vC1e8OtY/giqZIIM= +github.com/open-feature/flagd/core v0.11.1 h1:0qBVXcRBZOFoZ5lNK/Yba2IyUDdxUHcLsv5OhUJtltA= +github.com/open-feature/flagd/core v0.11.1/go.mod h1:yzPjp7D9wNusvOyKt8wBND5PQGslcu+5e+xmaIBGgLE= github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI= github.com/open-feature/open-feature-operator/apis v0.2.44/go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=