From 6846aa206a9ffb4aa9b1cff1ca7078b93ede927c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:31:38 +0200 Subject: [PATCH] chore(deps): update open-feature/flagd to v0.5.0 (#422) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apis/core/v1alpha1/flagsourceconfiguration_types.go | 2 +- chart/open-feature-operator/README.md | 2 +- chart/open-feature-operator/values.yaml | 2 +- docs/getting_started.md | 2 +- test/e2e/kuttl/inject-flagd/01-assert.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apis/core/v1alpha1/flagsourceconfiguration_types.go b/apis/core/v1alpha1/flagsourceconfiguration_types.go index 6b3fb51a9..c9a269341 100644 --- a/apis/core/v1alpha1/flagsourceconfiguration_types.go +++ b/apis/core/v1alpha1/flagsourceconfiguration_types.go @@ -47,7 +47,7 @@ const ( defaultSocketPath string = "" defaultEvaluator string = "json" defaultImage string = "ghcr.io/open-feature/flagd" - defaultTag string = "v0.4.5" + defaultTag string = "v0.5.0" defaultLogFormat string = "json" defaultProbesEnabled bool = true SyncProviderKubernetes SyncProviderType = "kubernetes" diff --git a/chart/open-feature-operator/README.md b/chart/open-feature-operator/README.md index c518abe9f..ad218f25e 100644 --- a/chart/open-feature-operator/README.md +++ b/chart/open-feature-operator/README.md @@ -95,7 +95,7 @@ The command removes all the Kubernetes components associated with the chart and | `sidecarConfiguration.metricsPort` | 8014 | Sets the value of the `XXX_METRICS_PORT` environment variable for the injected sidecar container. | | `sidecarConfiguration.socketPath` | `""` | Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar container. | | `sidecarConfiguration.image.repository` | `ghcr.io/open-feature/flagd` | Sets the image for the injected sidecar container. | -| `sidecarConfiguration.image.tag` | current flagd version: `v0.4.5` | Sets the version tag for the injected sidecar container. | +| `sidecarConfiguration.image.tag` | current flagd version: `v0.5.0` | Sets the version tag for the injected sidecar container. | | `sidecarConfiguration.providerArgs` | `""` | Used to append arguments to the sidecar startup command. This value is a comma separated string of key values separated by '=', e.g. `key=value,key2=value2` results in the appending of `--sync-provider-args key=value --sync-provider-args key2=value2` | | `sidecarConfiguration.defaultSyncProvider` | `kubernetes` | Sets the value of the `XXX_SYNC_PROVIDER` environment variable for the injected sidecar container. There are 3 valid sync providers: `kubernetes`, `filepath` and `http` | | `sidecarConfiguration.logFormat` | `json` | Sets the value of the `XXX_LOG_FORMAT` environment variable for the injected sidecar container. There are 2 valid log formats: `json` and `console` | diff --git a/chart/open-feature-operator/values.yaml b/chart/open-feature-operator/values.yaml index cc50c976c..2ba02e9cb 100644 --- a/chart/open-feature-operator/values.yaml +++ b/chart/open-feature-operator/values.yaml @@ -8,7 +8,7 @@ sidecarConfiguration: image: # these fields must remain in the same order, renovate uses a regex to update the tag value repository: "ghcr.io/open-feature/flagd" - tag: v0.4.5 + tag: v0.5.0 providerArgs: "" envVarPrefix: "FLAGD" defaultSyncProvider: kubernetes diff --git a/docs/getting_started.md b/docs/getting_started.md index 19f020f4f..d0c6abd42 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -115,7 +115,7 @@ kubectl describe pod busybox-curl-7bd5767999-spf7v ``` ```yaml flagd: - Image: ghcr.io/open-feature/flagd:v0.4.5 + Image: ghcr.io/open-feature/flagd:v0.5.0 Port: 8014/TCP Host Port: 0/TCP Args: diff --git a/test/e2e/kuttl/inject-flagd/01-assert.yaml b/test/e2e/kuttl/inject-flagd/01-assert.yaml index 30a6b5ab9..624ace9f1 100644 --- a/test/e2e/kuttl/inject-flagd/01-assert.yaml +++ b/test/e2e/kuttl/inject-flagd/01-assert.yaml @@ -12,6 +12,6 @@ status: spec: containers: - name: flagd # this part verifies flagd injection happened - image: ghcr.io/open-feature/flagd:v0.4.5 + image: ghcr.io/open-feature/flagd:v0.5.0 - name: open-feature-e2e-test image: nginx:stable-alpine