From 76db077df58b9b36b24dc087949857a530f0a214 Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Wed, 15 Jan 2025 07:27:03 +0000 Subject: [PATCH 1/2] Update javascript library version to 0.39.0-rc.2 --- package.json | 2 +- ui/components/__tests__/__snapshots__/Footer.test.tsx.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 867002931f..30035f3650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@weaveworks/weave-gitops", - "version": "0.38.0", + "version": "0.39.0-rc.2", "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 8cbe84ed30..ab6e9b852b 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.2 From c5c85473a20684a8fb10581503f3d5391b523981 Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Wed, 15 Jan 2025 07:27:10 +0000 Subject: [PATCH 2/2] Update the helm reference --- website/docs/references/helm-reference.md | 1 + 1 file changed, 1 insertion(+) 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 | `""` | |