Skip to content

Commit 0321935

Browse files
fix(deps): update module github.com/open-feature/open-feature-operator to v0.5.1 (#1046)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/open-feature/open-feature-operator](https://togithub.com/open-feature/open-feature-operator) | require | patch | `v0.5.0` -> `v0.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-feature/open-feature-operator (github.com/open-feature/open-feature-operator)</summary> ### [`v0.5.1`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.5.1) [Compare Source](https://togithub.com/open-feature/open-feature-operator/compare/v0.5.0...v0.5.1) ##### 🐛 Bug Fixes - use webhook ns if empty, more test versions ([#&#8203;568](https://togithub.com/open-feature/open-feature-operator/issues/568)) ([b9b619d](https://togithub.com/open-feature/open-feature-operator/commit/b9b619dcd5133a48ca1248eba14419a30922e961)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c221063 commit 0321935

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/diegoholiveira/jsonlogic/v3 v3.3.2
1212
github.com/fsnotify/fsnotify v1.7.0
1313
github.com/golang/mock v1.6.0
14-
github.com/open-feature/open-feature-operator v0.5.0
14+
github.com/open-feature/open-feature-operator v0.5.1
1515
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906
1616
github.com/open-feature/schemas v0.2.8
1717
github.com/prometheus/client_golang v1.17.0

core/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ github.com/open-feature/open-feature-operator v0.2.37-0.20231108054703-a97d33646
640640
github.com/open-feature/open-feature-operator v0.2.37-0.20231108054703-a97d336468d5/go.mod h1:nM7T4oGQukeGmcAFkQm0uwt8WFdDb5hYPjXkm7pHhX4=
641641
github.com/open-feature/open-feature-operator v0.5.0 h1:SPdU520R0ILUnFI544De5yHdAe7TtHLxcNHXlkSPOik=
642642
github.com/open-feature/open-feature-operator v0.5.0/go.mod h1:ZCiRtyjZlAxd5cz5uG20zP4eiyIH6nuOjRJL/hjp7RM=
643+
github.com/open-feature/open-feature-operator v0.5.1 h1:AbS5mRTJJ6/1AuB7otG485558pazcimJrHXKgrYwIYw=
644+
github.com/open-feature/open-feature-operator v0.5.1/go.mod h1:ZCiRtyjZlAxd5cz5uG20zP4eiyIH6nuOjRJL/hjp7RM=
643645
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906 h1:OUZVFPJgFytNSi3nxqy8nCKAlOlqdrqF4+eIGOaLSl8=
644646
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906/go.mod h1:YtdYEXJHo9iKwmchxbwGGsmu33FbugMQ8lKGarA9UYM=
645647
github.com/open-feature/schemas v0.2.8 h1:oA75hJXpOd9SFgmNI2IAxWZkwzQPUDm7Jyyh3q489wM=

0 commit comments

Comments
 (0)