From 0d60c6bcf8b9c8000b23f120b9b14e5e2f9e440c Mon Sep 17 00:00:00 2001 From: GCRev <5544965+GCRev@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:04:34 +0000 Subject: [PATCH] Update Workbench Helm chart to version 2026.01.1+403.pro11 - Updated chart version to 0.10.7 - Updated appVersion to 2026.01.1+403.pro11 - Updated ArtifactHub annotations - Added entry to NEWS.md - Updated version badges in README.md --- charts/rstudio-workbench/Chart.yaml | 31 +++++++++++++++-------------- charts/rstudio-workbench/NEWS.md | 5 +++++ charts/rstudio-workbench/README.md | 6 +++--- 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/charts/rstudio-workbench/Chart.yaml b/charts/rstudio-workbench/Chart.yaml index 567763f7..75f9c9c8 100644 --- a/charts/rstudio-workbench/Chart.yaml +++ b/charts/rstudio-workbench/Chart.yaml @@ -1,9 +1,10 @@ name: rstudio-workbench description: Official Helm chart for Posit Workbench -version: 0.10.6 +version: 0.10.7 apiVersion: v2 -appVersion: 2026.01.0 -icon: https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg +appVersion: 2026.01.1 +icon: + https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg home: https://www.rstudio.com sources: - https://github.com/rstudio/helm @@ -18,9 +19,9 @@ dependencies: annotations: artifacthub.io/images: | - name: rstudio-workbench - image: rstudio/rstudio-workbench:ubuntu2204-2026.01.0 + image: rstudio/rstudio-workbench:ubuntu2204-2026.01.1 - name: r-session-complete - image: rstudio/r-session-complete:ubuntu2204-2026.01.0 + image: rstudio/r-session-complete:ubuntu2204-2026.01.1 artifacthub.io/license: MIT artifacthub.io/links: | - name: Docker Images @@ -32,13 +33,13 @@ annotations: - name: About RStudio Team url: https://www.rstudio.com/products/team/ keywords: - - "data science" - - "machine learning" - - "r" - - "rstats" - - "python" - - "ide" - - "editor" - - "jupyter" - - "vscode" - - "rstudio" + - data science + - machine learning + - r + - rstats + - python + - ide + - editor + - jupyter + - vscode + - rstudio diff --git a/charts/rstudio-workbench/NEWS.md b/charts/rstudio-workbench/NEWS.md index ee1839df..1195d0fe 100644 --- a/charts/rstudio-workbench/NEWS.md +++ b/charts/rstudio-workbench/NEWS.md @@ -1,5 +1,10 @@ # Changelog + +## 0.10.7 + +- Bump Workbench version to 2026.01.1 + ## 0.10.6 - Update chart icon to Posit icon diff --git a/charts/rstudio-workbench/README.md b/charts/rstudio-workbench/README.md index d850670b..fe843def 100644 --- a/charts/rstudio-workbench/README.md +++ b/charts/rstudio-workbench/README.md @@ -1,6 +1,6 @@ # Posit Workbench -![Version: 0.10.6](https://img.shields.io/badge/Version-0.10.6-informational?style=flat-square) ![AppVersion: 2026.01.0](https://img.shields.io/badge/AppVersion-2026.01.0-informational?style=flat-square) +![Version: 0.10.7](https://img.shields.io/badge/Version-0.10.7-informational?style=flat-square) ![AppVersion: 2026.01.1](https://img.shields.io/badge/AppVersion-2026.01.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.10.6: +To install the chart with the release name `my-release` at version 0.10.7: ```{.bash} helm repo add rstudio https://helm.rstudio.com -helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.6 +helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.7 ``` To explore other chart versions, look at: