From b7fae81b89b3a1a0793a688c32569c4284633c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 04:19:54 +0000 Subject: [PATCH] fix(deps): update module github.com/open-feature/open-feature-operator to v0.2.29 (#429) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.28` -> `v0.2.29` | --- ### Release Notes
open-feature/open-feature-operator ### [`v0.2.29`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.2.29) [Compare Source](https://togithub.com/open-feature/open-feature-operator/compare/v0.2.28...v0.2.29) ##### Features - add log format configuration options through helm chart ([#​346](https://togithub.com/open-feature/open-feature-operator/issues/346)) ([bcef736](https://togithub.com/open-feature/open-feature-operator/commit/bcef7368fc4905b351f81f5dfa10eb4c26bf8764)) - Introduced context to the readyz endpoint, added wait to test suite ([#​336](https://togithub.com/open-feature/open-feature-operator/issues/336)) ([ed81c02](https://togithub.com/open-feature/open-feature-operator/commit/ed81c0284f8d759eb228d3af7030efb0b94ee280)) ##### Bug Fixes - Security issues ([#​348](https://togithub.com/open-feature/open-feature-operator/issues/348)) ([5bd0b19](https://togithub.com/open-feature/open-feature-operator/commit/5bd0b192a5db7f1557e1161e4bb425bbf0e31e2a)) - set defaultTag to INPUT_FLAGD_VERSION ([#​332](https://togithub.com/open-feature/open-feature-operator/issues/332)) ([23547a1](https://togithub.com/open-feature/open-feature-operator/commit/23547a1e155e0cde2f085882bfd43128681466cd))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2e741841e..d169352b0 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/mattn/go-colorable v0.1.13 github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.9 github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.1 - github.com/open-feature/open-feature-operator v0.2.28 + github.com/open-feature/open-feature-operator v0.2.29 github.com/open-feature/schemas v0.2.8 github.com/prometheus/client_golang v1.14.0 github.com/robfig/cron v1.2.0 diff --git a/go.sum b/go.sum index b14fc0a5c..4775f764f 100644 --- a/go.sum +++ b/go.sum @@ -328,6 +328,8 @@ github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.1 h1:Tg712Egcqb5dsYxOGEa github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.1/go.mod h1:zw/xpuDy9ziBEKVA1t4VoQtzFc80btAAQCiZkX6y9oQ= github.com/open-feature/open-feature-operator v0.2.28 h1:qzzVq8v9G7aXO7luocO/wQCGnTJjtcQh75mDOqjnFxo= github.com/open-feature/open-feature-operator v0.2.28/go.mod h1:bQncVK7hvhj5QStPwexxQ1aArPwox2Y1vWrVei/qIFg= +github.com/open-feature/open-feature-operator v0.2.29 h1:Ky/SMzwEiBV5x9qOfHTj1jl/CakPZNClRtoeSPqVbNo= +github.com/open-feature/open-feature-operator v0.2.29/go.mod h1:bQncVK7hvhj5QStPwexxQ1aArPwox2Y1vWrVei/qIFg= github.com/open-feature/schemas v0.2.8 h1:oA75hJXpOd9SFgmNI2IAxWZkwzQPUDm7Jyyh3q489wM= github.com/open-feature/schemas v0.2.8/go.mod h1:vj+rfTsOLlh5PtGGkAbitnJmFPYuTHXTjOy13kzNgKQ= github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=