diff --git a/package.json b/package.json index e0956df000..9d673dbd15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@weaveworks/weave-gitops", - "version": "0.38.0", + "version": "0.39.0-rc.1", "description": "Weave GitOps core", "targets": { "default": { diff --git a/ui/components/__tests__/__snapshots__/Footer.test.tsx.snap b/ui/components/__tests__/__snapshots__/Footer.test.tsx.snap index f8b48f8a80..d27b208d11 100644 --- a/ui/components/__tests__/__snapshots__/Footer.test.tsx.snap +++ b/ui/components/__tests__/__snapshots__/Footer.test.tsx.snap @@ -325,7 +325,7 @@ exports[`Footer snapshots no api version 1`] = ` /> @@ -335,7 +335,7 @@ exports[`Footer snapshots no api version 1`] = ` - v0.38.0 + v0.39.0-rc.1 diff --git a/website/docs/references/helm-reference.md b/website/docs/references/helm-reference.md index c931d0e86b..2b67354d99 100644 --- a/website/docs/references/helm-reference.md +++ b/website/docs/references/helm-reference.md @@ -23,6 +23,7 @@ This reference was generated for the chart version 4.0.36 which installs weave g | envVars[0].value | string | `"true"` | | | envVars[1].name | string | `"WEAVE_GITOPS_FEATURE_CLUSTER"` | | | envVars[1].value | string | `"false"` | | +| envVars[2] | object | `{"name":"WEAVE_GITOPS_FEATURE_GITOPS_RUNTIME","value":"false"}` | Enable this feature flag if you want to expand Flux Runtime UI with other Weave GitOps components like Policy Agent or TF-Controller. Ensure that Weave GitOps Deployment and CRDs have the label 'app.kubernetes.io/part-of=weave-gitops'. See https://docs.gitops.weaveworks.org/docs/open-source/getting-started/install-OSS for more info. | | extraVolumeMounts | list | `[]` | | | extraVolumes | list | `[]` | | | fullnameOverride | string | `""` | |