From a3dcf6b35a0b15e101ba2d1e6ce4e390985742a8 Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Fri, 17 Jun 2022 14:11:01 +0000 Subject: [PATCH 1/2] Update javascript library version to 0.9.0-rc.3 --- package-lock.json | 4 ++-- package.json | 2 +- ui/components/__tests__/__snapshots__/Footer.test.tsx.snap | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index acf6a4d27c..fa08487c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@weaveworks/weave-gitops", - "version": "0.9.0-rc.1", + "version": "0.9.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@weaveworks/weave-gitops", - "version": "0.9.0-rc.1", + "version": "0.9.0-rc.3", "dependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", diff --git a/package.json b/package.json index 11b75342cc..941c4bb075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@weaveworks/weave-gitops", - "version": "0.9.0-rc.1", + "version": "0.9.0-rc.3", "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 0fb0d6e8a8..14f8df2f0a 100644 --- a/ui/components/__tests__/__snapshots__/Footer.test.tsx.snap +++ b/ui/components/__tests__/__snapshots__/Footer.test.tsx.snap @@ -240,7 +240,7 @@ exports[`Footer snapshots no api version 1`] = ` > @@ -248,7 +248,7 @@ exports[`Footer snapshots no api version 1`] = ` class="c6" color="primary" > - v0.9.0-rc.1 + v0.9.0-rc.3
Date: Fri, 17 Jun 2022 14:11:16 +0000 Subject: [PATCH 2/2] Update the helm reference --- website/docs/references/helm-reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/references/helm-reference.md b/website/docs/references/helm-reference.md index f9d8cc797c..5a2b686890 100644 --- a/website/docs/references/helm-reference.md +++ b/website/docs/references/helm-reference.md @@ -5,7 +5,7 @@ This is a reference of all the configurable values in weave gitops's helm chart. This is intended for customizing your installation after you've gone through the [getting started](../getting-started.mdx) guide. -This reference was generated for the chart version 2.0.9 which installs weave gitops v0.8.1. +This reference was generated for the chart version 2.0.10 which installs weave gitops v0.8.1. ## Values @@ -32,6 +32,7 @@ This reference was generated for the chart version 2.0.9 which installs weave gi | nodeSelector | object | `{}` | | | podAnnotations | object | `{}` | | | podSecurityContext | object | `{}` | | +| rbac.additionalRules | list | `[]` | If non-empty, these additional rules will be appended to the RBAC role and the cluster role. for example, additionalRules: - apiGroups: ["infra.contrib.fluxcd.io"] resources: ["terraforms"] verbs: [ "get", "list", "patch" ] | | 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 |