Skip to content

Commit 7adb382

Browse files
weave-gitops-botweave-gitops-bot
and
weave-gitops-bot
authored
Updates for 0.39.0-rc.1 (#4677)
Co-authored-by: weave-gitops-bot <weave-gitops-bot@weave.works>
1 parent 9d2de72 commit 7adb382

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weaveworks/weave-gitops",
3-
"version": "0.38.0",
3+
"version": "0.39.0-rc.1",
44
"description": "Weave GitOps core",
55
"targets": {
66
"default": {

ui/components/__tests__/__snapshots__/Footer.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ exports[`Footer snapshots no api version 1`] = `
325325
/>
326326
<a
327327
class="c5 Link"
328-
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.38.0"
328+
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.39.0-rc.1"
329329
rel="noreferrer"
330330
target="_blank"
331331
>
@@ -335,7 +335,7 @@ exports[`Footer snapshots no api version 1`] = `
335335
<span
336336
class="c10"
337337
>
338-
v0.38.0
338+
v0.39.0-rc.1
339339
</span>
340340
</span>
341341
</a>

website/docs/references/helm-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This reference was generated for the chart version 4.0.36 which installs weave g
2323
| envVars[0].value | string | `"true"` | |
2424
| envVars[1].name | string | `"WEAVE_GITOPS_FEATURE_CLUSTER"` | |
2525
| envVars[1].value | string | `"false"` | |
26+
| 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. |
2627
| extraVolumeMounts | list | `[]` | |
2728
| extraVolumes | list | `[]` | |
2829
| fullnameOverride | string | `""` | |
@@ -51,6 +52,7 @@ This reference was generated for the chart version 4.0.36 which installs weave g
5152
| rbac.create | bool | `true` | Specifies whether the clusterRole & binding to the service account should be created |
5253
| 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']` |
5354
| rbac.impersonationResources | list | `["users","groups"]` | Limit the type of principal that can be impersonated |
55+
| 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`. |
5456
| 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']` |
5557
| replicaCount | int | `1` | |
5658
| resources | object | `{}` | |

0 commit comments

Comments
 (0)