From cb9b0773cb6d8ce118455a79141ee70502780a89 Mon Sep 17 00:00:00 2001 From: Mark Tucker Date: Tue, 19 Nov 2024 11:23:34 -0500 Subject: [PATCH] bump chronicle to 2024.11.0 (#613) * bump chronicle to 2024.11.0 * Update helm-docs and README.md * bump workbench chart version --------- Co-authored-by: GitHub Actions --- charts/posit-chronicle/Chart.yaml | 4 ++-- charts/posit-chronicle/NEWS.md | 4 ++++ charts/posit-chronicle/README.md | 12 ++++++------ charts/posit-chronicle/README.md.gotmpl | 4 ++-- charts/posit-chronicle/values.yaml | 2 +- charts/rstudio-connect/Chart.yaml | 2 +- charts/rstudio-connect/NEWS.md | 4 ++++ charts/rstudio-connect/README.md | 6 +++--- charts/rstudio-workbench/Chart.yaml | 2 +- charts/rstudio-workbench/NEWS.md | 4 ++++ charts/rstudio-workbench/README.md | 6 +++--- ci/rstudio-connect/lint/complex-values.yaml | 2 +- ci/rstudio-pm/lint/all-values.yaml | 2 +- ci/rstudio-workbench/lint/complex-values.yaml | 2 +- 14 files changed, 34 insertions(+), 22 deletions(-) diff --git a/charts/posit-chronicle/Chart.yaml b/charts/posit-chronicle/Chart.yaml index 31f48b45..20cb6c33 100644 --- a/charts/posit-chronicle/Chart.yaml +++ b/charts/posit-chronicle/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: posit-chronicle description: Official Helm chart for Posit Chronicle Server -version: 0.3.5 -appVersion: 2024.09.0 +version: 0.3.6 +appVersion: 2024.11.0 icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png home: https://www.posit.co sources: diff --git a/charts/posit-chronicle/NEWS.md b/charts/posit-chronicle/NEWS.md index b93092e4..55fd64e2 100644 --- a/charts/posit-chronicle/NEWS.md +++ b/charts/posit-chronicle/NEWS.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.6 + +- Bump Chronicle to version 2024.11.0 + ## 0.3.5 - Change the default value for LocalStorage.Enabled to `true` in order for installations with the default values to work out of the box. diff --git a/charts/posit-chronicle/README.md b/charts/posit-chronicle/README.md index 386c4616..77e86ac9 100644 --- a/charts/posit-chronicle/README.md +++ b/charts/posit-chronicle/README.md @@ -1,6 +1,6 @@ # Posit Chronicle -![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![AppVersion: 2024.09.0](https://img.shields.io/badge/AppVersion-2024.09.0-informational?style=flat-square) +![Version: 0.3.6](https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square) ![AppVersion: 2024.11.0](https://img.shields.io/badge/AppVersion-2024.11.0-informational?style=flat-square) #### _Official Helm chart for Posit Chronicle Server_ @@ -25,11 +25,11 @@ To ensure a stable production deployment: ## Installing the chart -To install the chart with the release name `my-release` at version 0.3.5: +To install the chart with the release name `my-release` at version 0.3.6: ```{.bash} helm repo add rstudio https://helm.rstudio.com -helm upgrade --install my-release rstudio/posit-chronicle --version=0.3.5 +helm upgrade --install my-release rstudio/posit-chronicle --version=0.3.6 ``` To explore other chart versions, look at: @@ -60,7 +60,7 @@ pod: mountPath: "/var/lib/rstudio-server/audit" sidecar: - name: chronicle-agent - image: ghcr.io/rstudio/chronicle-agent:2024.09.0 + image: ghcr.io/rstudio/chronicle-agent:2024.11.0 volumeMounts: - name: logs mountPath: "/var/lib/rstudio-server/audit" @@ -76,7 +76,7 @@ API key from a Kubernetes Secret is used to unlock more detailed metrics: pod: sidecar: - name: chronicle-agent - image: ghcr.io/rstudio/chronicle-agent:2024.09.0 + image: ghcr.io/rstudio/chronicle-agent:2024.11.0 env: - name: CHRONICLE_SERVER_ADDRESS value: "http://chronicle-server.default" @@ -179,7 +179,7 @@ The credentials Chronicle uses for S3 storage must have the following permission | config.S3Storage.Region | string | `"us-east-2"` | | | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/rstudio/chronicle"` | | -| image.tag | string | `"2024.09.0"` | | +| image.tag | string | `"2024.11.0"` | | | nodeSelector | object | `{}` | A map used verbatim as the pod's "nodeSelector" definition | | pod.affinity | object | `{}` | A map used verbatim as the pod's "affinity" definition | | pod.annotations | object | `{}` | Additional annotations to add to the chronicle-server pods | diff --git a/charts/posit-chronicle/README.md.gotmpl b/charts/posit-chronicle/README.md.gotmpl index f0ba08d4..4c87890d 100644 --- a/charts/posit-chronicle/README.md.gotmpl +++ b/charts/posit-chronicle/README.md.gotmpl @@ -30,7 +30,7 @@ pod: mountPath: "/var/lib/rstudio-server/audit" sidecar: - name: chronicle-agent - image: ghcr.io/rstudio/chronicle-agent:2024.09.0 + image: ghcr.io/rstudio/chronicle-agent:2024.11.0 volumeMounts: - name: logs mountPath: "/var/lib/rstudio-server/audit" @@ -46,7 +46,7 @@ API key from a Kubernetes Secret is used to unlock more detailed metrics: pod: sidecar: - name: chronicle-agent - image: ghcr.io/rstudio/chronicle-agent:2024.09.0 + image: ghcr.io/rstudio/chronicle-agent:2024.11.0 env: - name: CHRONICLE_SERVER_ADDRESS value: "http://chronicle-server.default" diff --git a/charts/posit-chronicle/values.yaml b/charts/posit-chronicle/values.yaml index bd428b98..d81bce11 100644 --- a/charts/posit-chronicle/values.yaml +++ b/charts/posit-chronicle/values.yaml @@ -1,6 +1,6 @@ image: repository: "ghcr.io/rstudio/chronicle" - tag: "2024.09.0" + tag: "2024.11.0" imagePullPolicy: "IfNotPresent" serviceaccount: diff --git a/charts/rstudio-connect/Chart.yaml b/charts/rstudio-connect/Chart.yaml index 376756e9..1718af3f 100644 --- a/charts/rstudio-connect/Chart.yaml +++ b/charts/rstudio-connect/Chart.yaml @@ -1,6 +1,6 @@ name: rstudio-connect description: Official Helm chart for Posit Connect -version: 0.7.16 +version: 0.7.17 apiVersion: v2 appVersion: 2024.11.0 icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png diff --git a/charts/rstudio-connect/NEWS.md b/charts/rstudio-connect/NEWS.md index cea46cd2..f5ca718b 100644 --- a/charts/rstudio-connect/NEWS.md +++ b/charts/rstudio-connect/NEWS.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.17 + +- Bump Chronicle Agent to version 2024.11.0 + ## 0.7.16 - Change location of helm unittests to `ci/rstudio-connect/tests` so changes to unittest files do not require a chart version bump diff --git a/charts/rstudio-connect/README.md b/charts/rstudio-connect/README.md index 49f11945..eff8fd61 100644 --- a/charts/rstudio-connect/README.md +++ b/charts/rstudio-connect/README.md @@ -1,6 +1,6 @@ # Posit Connect -![Version: 0.7.16](https://img.shields.io/badge/Version-0.7.16-informational?style=flat-square) ![AppVersion: 2024.11.0](https://img.shields.io/badge/AppVersion-2024.11.0-informational?style=flat-square) +![Version: 0.7.17](https://img.shields.io/badge/Version-0.7.17-informational?style=flat-square) ![AppVersion: 2024.11.0](https://img.shields.io/badge/AppVersion-2024.11.0-informational?style=flat-square) #### _Official Helm chart for Posit Connect_ @@ -30,11 +30,11 @@ To ensure reproducibility in your environment and insulate yourself from future ## Installing the chart -To install the chart with the release name `my-release` at version 0.7.16: +To install the chart with the release name `my-release` at version 0.7.17: ```{.bash} helm repo add rstudio https://helm.rstudio.com -helm upgrade --install my-release rstudio/rstudio-connect --version=0.7.16 +helm upgrade --install my-release rstudio/rstudio-connect --version=0.7.17 ``` To explore other chart versions, look at: diff --git a/charts/rstudio-workbench/Chart.yaml b/charts/rstudio-workbench/Chart.yaml index 46d386ef..c66cd382 100644 --- a/charts/rstudio-workbench/Chart.yaml +++ b/charts/rstudio-workbench/Chart.yaml @@ -1,6 +1,6 @@ name: rstudio-workbench description: Official Helm chart for Posit Workbench -version: 0.8.7 +version: 0.8.8 apiVersion: v2 appVersion: 2024.09.1 icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png diff --git a/charts/rstudio-workbench/NEWS.md b/charts/rstudio-workbench/NEWS.md index a99133eb..adb6e4b4 100644 --- a/charts/rstudio-workbench/NEWS.md +++ b/charts/rstudio-workbench/NEWS.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.8 + +- Bump Chronicle Agent to version 2024.11.0 + ## 0.8.7 - Bump Workbench version to 2024.09.1 diff --git a/charts/rstudio-workbench/README.md b/charts/rstudio-workbench/README.md index f79e701d..4cbf7f3e 100644 --- a/charts/rstudio-workbench/README.md +++ b/charts/rstudio-workbench/README.md @@ -1,6 +1,6 @@ # Posit Workbench -![Version: 0.8.7](https://img.shields.io/badge/Version-0.8.7-informational?style=flat-square) ![AppVersion: 2024.09.1](https://img.shields.io/badge/AppVersion-2024.09.1-informational?style=flat-square) +![Version: 0.8.8](https://img.shields.io/badge/Version-0.8.8-informational?style=flat-square) ![AppVersion: 2024.09.1](https://img.shields.io/badge/AppVersion-2024.09.1-informational?style=flat-square) #### _Official Helm chart for Posit Workbench_ @@ -24,11 +24,11 @@ To ensure a stable production deployment: ## Installing the chart -To install the chart with the release name `my-release` at version 0.8.7: +To install the chart with the release name `my-release` at version 0.8.8: ```{.bash} helm repo add rstudio https://helm.rstudio.com -helm upgrade --install my-release rstudio/rstudio-workbench --version=0.8.7 +helm upgrade --install my-release rstudio/rstudio-workbench --version=0.8.8 ``` To explore other chart versions, look at: diff --git a/ci/rstudio-connect/lint/complex-values.yaml b/ci/rstudio-connect/lint/complex-values.yaml index d1b88a98..b798dc39 100644 --- a/ci/rstudio-connect/lint/complex-values.yaml +++ b/ci/rstudio-connect/lint/complex-values.yaml @@ -50,7 +50,7 @@ pod: imagePullPolicy: "IfNotPresent" # This will spin up the chronicle-agent sidecar container - name: chronicle-agent - image: ghcr.io/rstudio/chronicle-agent:2024.09.0 + image: ghcr.io/rstudio/chronicle-agent:2024.11.0 env: - name: CHRONICLE_SERVER_ADDRESS value: "http://chronicle-server.default" diff --git a/ci/rstudio-pm/lint/all-values.yaml b/ci/rstudio-pm/lint/all-values.yaml index 4ee5a93c..4db74076 100644 --- a/ci/rstudio-pm/lint/all-values.yaml +++ b/ci/rstudio-pm/lint/all-values.yaml @@ -79,7 +79,7 @@ priorityClassName: someval # Testing with the chronicle-agent sidecar container extraContainers: - name: chronicle-agent - image: ghcr.io/rstudio/chronicle-agent:2024.09.0 + image: ghcr.io/rstudio/chronicle-agent:2024.11.0 imagePullPolicy: Always env: - name: CHRONICLE_SERVER_ADDRESS diff --git a/ci/rstudio-workbench/lint/complex-values.yaml b/ci/rstudio-workbench/lint/complex-values.yaml index 604e7226..3755e6aa 100644 --- a/ci/rstudio-workbench/lint/complex-values.yaml +++ b/ci/rstudio-workbench/lint/complex-values.yaml @@ -36,7 +36,7 @@ pod: # This will spin up the chronicle-agent sidecar container sidecar: - name: chronicle-agent - image: ghcr.io/rstudio/chronicle-agent:2024.09.0 + image: ghcr.io/rstudio/chronicle-agent:2024.11.0 volumeMounts: - name: logs mountPath: "/var/lib/rstudio-server/audit"