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.2.23 (#261)

[![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.20` -> `v0.2.23` |

---

### Release Notes

<details>
<summary>open-feature/open-feature-operator</summary>

###
[`v0.2.23`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.2.23)

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

##### Features

- upgrade flagd to v0.3.0
([20571e1](https://togithub.com/open-feature/open-feature-operator/commit/20571e1018e102ffbcf01b2518fcbf8b66a287be))

###
[`v0.2.22`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.2.22)

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

##### Bug Fixes

- **deps:** update module go.uber.org/zap to v1.24.0
([#&#8203;268](https://togithub.com/open-feature/open-feature-operator/issues/268))
([b7bdde8](https://togithub.com/open-feature/open-feature-operator/commit/b7bdde8944446621751e6ef70e6b0f0646adee21))
- Version fix
([#&#8203;284](https://togithub.com/open-feature/open-feature-operator/issues/284))
([a9c6f15](https://togithub.com/open-feature/open-feature-operator/commit/a9c6f154589f1e00e60883c229b3ee29d7d2e9aa))

###
[`v0.2.21`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.2.21)

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

##### Features

- add ff shortname, commit httpSyncConfiguration
([11e4652](https://togithub.com/open-feature/open-feature-operator/commit/11e46528fcd06cdc0c8e6f46944656224cd97441))
- introduce configurable resource limits for flagd sidecar
([e4affcf](https://togithub.com/open-feature/open-feature-operator/commit/e4affcfb0ccf13dc0406ef1c21c2b884a836f71f))

##### Bug Fixes

- **deps:** update github.com/open-feature/schemas digest to
[`302d0fa`](https://togithub.com/open-feature/open-feature-operator/commit/302d0fa)
([#&#8203;246](https://togithub.com/open-feature/open-feature-operator/issues/246))
([7d22374](https://togithub.com/open-feature/open-feature-operator/commit/7d22374afb7a5e2e166550544d327ec7b5b3d1bf))
- **deps:** update kubernetes packages to v0.25.4
([75bab2d](https://togithub.com/open-feature/open-feature-operator/commit/75bab2d441c945d51f17f0d32195a217072c3c15))
- include release tag in helm charts publishing
([2746716](https://togithub.com/open-feature/open-feature-operator/commit/27467164dcd05b0220e0857bf79e42d62e7a40a9))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2023
1 parent 5b11504 commit a1dd3b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/fsnotify/fsnotify v1.6.0
github.com/golang/mock v1.6.0
github.com/mattn/go-colorable v0.1.13
github.com/open-feature/open-feature-operator v0.2.20
github.com/open-feature/open-feature-operator v0.2.23
github.com/open-feature/schemas v0.0.0-20221123004631-302d0fa1f813
github.com/prometheus/client_golang v1.14.0
github.com/robfig/cron v1.2.0
Expand All @@ -23,7 +23,7 @@ require (
github.com/stretchr/testify v1.8.0
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zeebo/xxh3 v1.0.2
go.uber.org/zap v1.23.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.2.0
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
google.golang.org/grpc v1.50.1
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ github.com/onsi/ginkgo/v2 v2.1.6 h1:Fx2POJZfKRQcM1pH49qSZiYeu319wji004qX+GDovrU=
github.com/onsi/gomega v1.20.1 h1:PA/3qinGoukvymdIDV8pii6tiZgC8kbmJO6Z5+b002Q=
github.com/open-feature/open-feature-operator v0.2.20 h1:c/jMPtIts9g5CyrjUK5YuMFHwqLJTDBiAkvjuY+hsko=
github.com/open-feature/open-feature-operator v0.2.20/go.mod h1:xwo07+Z0r/ri7mh1XTt/oBolCZZCNPfIKEFuoPncut8=
github.com/open-feature/open-feature-operator v0.2.23 h1:Ao3f1MuCJEgjUnikzFO8ZTlOi7nib2KzSA0MU6iiQAk=
github.com/open-feature/open-feature-operator v0.2.23/go.mod h1:4kH4QBUEmN/fFOk+aw9F4J/RbsRJcd3y2OlebUWTSlc=
github.com/open-feature/schemas v0.0.0-20221123004631-302d0fa1f813 h1:jcf+dYt/EL5kMYrftpzdk4t6iscQKzVo8IIvAkAV+MI=
github.com/open-feature/schemas v0.0.0-20221123004631-302d0fa1f813/go.mod h1:vj+rfTsOLlh5PtGGkAbitnJmFPYuTHXTjOy13kzNgKQ=
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
Expand Down Expand Up @@ -401,6 +403,8 @@ go.uber.org/multierr v1.8.0 h1:dg6GjLku4EH+249NNmoIciG9N/jURbDG+pFlTkhzIC8=
go.uber.org/multierr v1.8.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak=
go.uber.org/zap v1.23.0 h1:OjGQ5KQDEUawVHxNwQgPpiypGHOxo2mNZsOqTak4fFY=
go.uber.org/zap v1.23.0/go.mod h1:D+nX8jyLsMHMYrln8A0rJjFt/T/9/bGgIhAqxv5URuY=
go.uber.org/zap v1.24.0 h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60=
go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
Expand Down

0 comments on commit a1dd3b9

Please sign in to comment.