Skip to content

Commit

Permalink
fix(deps): update module github.com/open-feature/open-feature-operato…
Browse files Browse the repository at this point in the history
…r 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>
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent c221063 commit 0321935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/diegoholiveira/jsonlogic/v3 v3.3.2
github.com/fsnotify/fsnotify v1.7.0
github.com/golang/mock v1.6.0
github.com/open-feature/open-feature-operator v0.5.0
github.com/open-feature/open-feature-operator v0.5.1
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906
github.com/open-feature/schemas v0.2.8
github.com/prometheus/client_golang v1.17.0
Expand Down
2 changes: 2 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ github.com/open-feature/open-feature-operator v0.2.37-0.20231108054703-a97d33646
github.com/open-feature/open-feature-operator v0.2.37-0.20231108054703-a97d336468d5/go.mod h1:nM7T4oGQukeGmcAFkQm0uwt8WFdDb5hYPjXkm7pHhX4=
github.com/open-feature/open-feature-operator v0.5.0 h1:SPdU520R0ILUnFI544De5yHdAe7TtHLxcNHXlkSPOik=
github.com/open-feature/open-feature-operator v0.5.0/go.mod h1:ZCiRtyjZlAxd5cz5uG20zP4eiyIH6nuOjRJL/hjp7RM=
github.com/open-feature/open-feature-operator v0.5.1 h1:AbS5mRTJJ6/1AuB7otG485558pazcimJrHXKgrYwIYw=
github.com/open-feature/open-feature-operator v0.5.1/go.mod h1:ZCiRtyjZlAxd5cz5uG20zP4eiyIH6nuOjRJL/hjp7RM=
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906 h1:OUZVFPJgFytNSi3nxqy8nCKAlOlqdrqF4+eIGOaLSl8=
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906/go.mod h1:YtdYEXJHo9iKwmchxbwGGsmu33FbugMQ8lKGarA9UYM=
github.com/open-feature/schemas v0.2.8 h1:oA75hJXpOd9SFgmNI2IAxWZkwzQPUDm7Jyyh3q489wM=
Expand Down

0 comments on commit 0321935

Please sign in to comment.