From 7464a4a00649a13c86385f13e3333b3c5c8a526e Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Tue, 4 Feb 2025 13:34:14 +0000 Subject: [PATCH 1/2] Update javascript library version to 0.39.0-rc.1 --- 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 522d724335..2119cc84b8 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 From f254184ca5e6b93f82489d7f3a2720d0153597ff Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Tue, 4 Feb 2025 13:34:19 +0000 Subject: [PATCH 2/2] Update the helm reference --- website/docs/references/helm-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/references/helm-reference.md b/website/docs/references/helm-reference.md index c931d0e86b..1d97bd7e4b 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 | `""` | | @@ -51,6 +52,7 @@ This reference was generated for the chart version 4.0.36 which installs weave g | rbac.create | bool | `true` | Specifies whether the clusterRole & binding to the service account should be created | | rbac.impersonationResourceNames | list | `[]` | If non-empty, this limits the resources that the service account can impersonate. This applies to both users and groups, e.g. `['user1@corporation.com', 'user2@corporation.com', 'operations']` | | rbac.impersonationResources | list | `["users","groups"]` | Limit the type of principal that can be impersonated | +| rbac.viewSecretsEnabled | bool | `true` | Specifies whether the service account should have cluster-wide view access to secrets. If enabled, the secrets permitted to read can be limited by name with `viewSecretsResourceNames`. | | rbac.viewSecretsResourceNames | list | `["cluster-user-auth","oidc-auth"]` | If non-empty, this limits the secrets that can be accessed by the service account to the specified ones, e.g. `['weave-gitops-enterprise-credentials']` | | replicaCount | int | `1` | | | resources | object | `{}` | |