Skip to content

Updates for 0.39.0-rc.1 #4677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weaveworks/weave-gitops",
"version": "0.38.0",
"version": "0.39.0-rc.1",
"description": "Weave GitOps core",
"targets": {
"default": {
Expand Down
4 changes: 2 additions & 2 deletions ui/components/__tests__/__snapshots__/Footer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ exports[`Footer snapshots no api version 1`] = `
/>
<a
class="c5 Link"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.38.0"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.39.0-rc.1"
rel="noreferrer"
target="_blank"
>
Expand All @@ -335,7 +335,7 @@ exports[`Footer snapshots no api version 1`] = `
<span
class="c10"
>
v0.38.0
v0.39.0-rc.1
</span>
</span>
</a>
Expand Down
2 changes: 2 additions & 0 deletions website/docs/references/helm-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand Down Expand Up @@ -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. `['[email protected]', '[email protected]', '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 | `{}` | |
Expand Down
Loading