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.2 (#1059)

[![Mend
Renovate](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.1` -> `v0.5.2` |

---

> [!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.2`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.5.2)

[Compare
Source](https://togithub.com/open-feature/open-feature-operator/compare/v0.5.1...v0.5.2)

##### 🐛 Bug Fixes

- bump flagd and flagd proxy version
([#&#8203;577](https://togithub.com/open-feature/open-feature-operator/issues/577))
([5d8c829](https://togithub.com/open-feature/open-feature-operator/commit/5d8c8299bc3030a2b14baaa6a0fb5b4f6f0d47ea))

##### 🧹 Chore

- add helm migration section
([#&#8203;573](https://togithub.com/open-feature/open-feature-operator/issues/573))
([361d068](https://togithub.com/open-feature/open-feature-operator/commit/361d068a46d8d6ca5c96aa0889cdbe1ac53d538b))
- **deps:** update docker/metadata-action digest to
[`31cebac`](https://togithub.com/open-feature/open-feature-operator/commit/31cebac)
([#&#8203;520](https://togithub.com/open-feature/open-feature-operator/issues/520))
([5262fa7](https://togithub.com/open-feature/open-feature-operator/commit/5262fa7dc15458330cdc13c277a7b0a115199326))
- migration docs
([#&#8203;571](https://togithub.com/open-feature/open-feature-operator/issues/571))
([8bf9e42](https://togithub.com/open-feature/open-feature-operator/commit/8bf9e42fbc8300d614b398e0b91146082a66abba))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 6, 2023
1 parent 81e83ea commit cefea3e
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.1
github.com/open-feature/open-feature-operator v0.5.2
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 @@ -642,6 +642,8 @@ github.com/open-feature/open-feature-operator v0.5.0 h1:SPdU520R0ILUnFI544De5yHd
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 v0.5.2 h1:KBYAaxekyihklHZKnFTz8RXZehDGti0dkWsasrTaI44=
github.com/open-feature/open-feature-operator v0.5.2/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 cefea3e

Please sign in to comment.