From 824cf1ab0f2e18826207af16d5328b817c755c8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 00:56:54 +0000 Subject: [PATCH] fix(deps): update module github.com/open-feature/open-feature-operator to v0.2.27 (#335) 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.26` -> `v0.2.27` | --- ### Release Notes
open-feature/open-feature-operator ### [`v0.2.27`](https://togithub.com/open-feature/open-feature-operator/releases/tag/v0.2.27) [Compare Source](https://togithub.com/open-feature/open-feature-operator/compare/v0.2.26...v0.2.27) ##### Features - default sync provider configuration ([#​320](https://togithub.com/open-feature/open-feature-operator/issues/320)) ([7cba7e1](https://togithub.com/open-feature/open-feature-operator/commit/7cba7e14c223a083f02ff8313b899583253120f3)) ##### Bug Fixes - gave configmaps volume mounts a subpath to allow for multiple mounts ([#​321](https://togithub.com/open-feature/open-feature-operator/issues/321)) ([2ec454c](https://togithub.com/open-feature/open-feature-operator/commit/2ec454c036149ebeaf34f81cbf4ad7895f0bb995)) - uniqueness of featureflagconfiguration file path ([#​323](https://togithub.com/open-feature/open-feature-operator/issues/323)) ([2b10945](https://togithub.com/open-feature/open-feature-operator/commit/2b109452893abd053640ffbb9c79b834b78feb7b))
--- ### 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 9f31f30c6..d6793a948 100644 --- a/go.mod +++ b/go.mod @@ -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.26 + github.com/open-feature/open-feature-operator v0.2.27 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 a370cbb98..864add4ce 100644 --- a/go.sum +++ b/go.sum @@ -287,6 +287,8 @@ github.com/open-feature/open-feature-operator v0.2.25 h1:6X1dn7YTTCxRj7Sq6NR3ThD github.com/open-feature/open-feature-operator v0.2.25/go.mod h1:8OFtVXXdVpZTSx1vHravbTYup4iyeb+PLmiKbRL11TA= github.com/open-feature/open-feature-operator v0.2.26 h1:nv3Bln6Zvkc0fXz1/XpQR5TtiXn8KZ/9r85y/jWGNE0= github.com/open-feature/open-feature-operator v0.2.26/go.mod h1:bQncVK7hvhj5QStPwexxQ1aArPwox2Y1vWrVei/qIFg= +github.com/open-feature/open-feature-operator v0.2.27 h1:OIPEVrEOK39mLeImKrcLnd1AVClj7VrEMOtnZjHLXxY= +github.com/open-feature/open-feature-operator v0.2.27/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=