Skip to content

Commit ed1d3aa

Browse files
fix(deps): update module github.com/open-feature/open-feature-operator to v0.2.25 (#324)
[![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.2.24` -> `v0.2.25` | --- ### Release Notes <details> <summary>open-feature/open-feature-operator</summary> ### [`v0.2.25`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.2.25) [Compare Source](https://togithub.com/open-feature/open-feature-operator/compare/v0.2.24...v0.2.25) ##### Features - Helm configuration ([#&#8203;304](https://togithub.com/open-feature/open-feature-operator/issues/304)) ([99edfeb](https://togithub.com/open-feature/open-feature-operator/commit/99edfeb8c32ada435f830c6799540ebdf3b5fcdd)) ##### Bug Fixes - removed duplicate config map generation, resolve permissions issue ([#&#8203;305](https://togithub.com/open-feature/open-feature-operator/issues/305)) ([eec16af](https://togithub.com/open-feature/open-feature-operator/commit/eec16af28eb963a3d0f276d382e808079e663a50)) - update x/net for CVE-2022-41721 ([#&#8203;301](https://togithub.com/open-feature/open-feature-operator/issues/301)) ([bbe9837](https://togithub.com/open-feature/open-feature-operator/commit/bbe983786ff74b59046b95082d79f71089fe2b67)) </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://app.renovatebot.com/dashboard#github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b9b948 commit ed1d3aa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/fsnotify/fsnotify v1.6.0
1313
github.com/golang/mock v1.6.0
1414
github.com/mattn/go-colorable v0.1.13
15-
github.com/open-feature/open-feature-operator v0.2.24
15+
github.com/open-feature/open-feature-operator v0.2.25
1616
github.com/open-feature/schemas v0.2.8
1717
github.com/prometheus/client_golang v1.14.0
1818
github.com/robfig/cron v1.2.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ github.com/onsi/ginkgo/v2 v2.6.0 h1:9t9b9vRUbFq3C4qKFCGkVuq/fIHji802N1nrtkh1mNc=
281281
github.com/onsi/gomega v1.24.1 h1:KORJXNNTzJXzu4ScJWssJfJMnJ+2QJqhoQSRwNlze9E=
282282
github.com/open-feature/open-feature-operator v0.2.24 h1:6UwfHO7pa2WDDpdyL+hzYwukbooAA2IZFgyj5xga2vw=
283283
github.com/open-feature/open-feature-operator v0.2.24/go.mod h1:6zsu3m2sa8b4qJlHIAp1Kuc80mCAOAkBCkvDTTyv9ZY=
284+
github.com/open-feature/open-feature-operator v0.2.25 h1:6X1dn7YTTCxRj7Sq6NR3ThDvXYt+4VPPC1GP7D5GD+Q=
285+
github.com/open-feature/open-feature-operator v0.2.25/go.mod h1:8OFtVXXdVpZTSx1vHravbTYup4iyeb+PLmiKbRL11TA=
284286
github.com/open-feature/schemas v0.2.8 h1:oA75hJXpOd9SFgmNI2IAxWZkwzQPUDm7Jyyh3q489wM=
285287
github.com/open-feature/schemas v0.2.8/go.mod h1:vj+rfTsOLlh5PtGGkAbitnJmFPYuTHXTjOy13kzNgKQ=
286288
github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=

0 commit comments

Comments
 (0)