From 6e41d1cb74e8fa4b4b39bfc1bb9fc8ae9567d6f9 Mon Sep 17 00:00:00 2001 From: GCRev <5544965+GCRev@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:19:51 +0000 Subject: [PATCH 1/5] Update Workbench Helm chart to version 2026.01.1+403 - Updated chart version to 0.10.7 - Updated appVersion to 2026.01.1+403 - 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 | 2 +- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/charts/rstudio-workbench/Chart.yaml b/charts/rstudio-workbench/Chart.yaml index 567763f7..fd421a80 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+403 +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+403 - name: r-session-complete - image: rstudio/r-session-complete:ubuntu2204-2026.01.0 + image: rstudio/r-session-complete:ubuntu2204-2026.01.1+403 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..27d00868 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+403 + ## 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..d78ea0ba 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+403](https://img.shields.io/badge/AppVersion-2026.01.1+403-informational?style=flat-square) #### _Official Helm chart for Posit Workbench_ From d72c10d69ceeb5cb80e38f1ff884c44822c34b78 Mon Sep 17 00:00:00 2001 From: Graham Held Date: Wed, 18 Feb 2026 17:22:43 -0800 Subject: [PATCH 2/5] Apply suggestion from @GCRev --- charts/rstudio-workbench/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rstudio-workbench/Chart.yaml b/charts/rstudio-workbench/Chart.yaml index fd421a80..a7c01c09 100644 --- a/charts/rstudio-workbench/Chart.yaml +++ b/charts/rstudio-workbench/Chart.yaml @@ -3,7 +3,7 @@ description: Official Helm chart for Posit Workbench version: 0.10.7 apiVersion: v2 appVersion: 2026.01.1+403 -icon: +icon: https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg home: https://www.rstudio.com sources: From 83935b821c514030aa7c606d6e8867f761972dc3 Mon Sep 17 00:00:00 2001 From: Graham Held Date: Thu, 19 Feb 2026 09:37:27 -0800 Subject: [PATCH 3/5] Apply suggestions from code review --- charts/rstudio-workbench/Chart.yaml | 4 ++-- charts/rstudio-workbench/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/rstudio-workbench/Chart.yaml b/charts/rstudio-workbench/Chart.yaml index a7c01c09..361bcad0 100644 --- a/charts/rstudio-workbench/Chart.yaml +++ b/charts/rstudio-workbench/Chart.yaml @@ -19,9 +19,9 @@ dependencies: annotations: artifacthub.io/images: | - name: rstudio-workbench - image: rstudio/rstudio-workbench:ubuntu2204-2026.01.1+403 + image: rstudio/rstudio-workbench:ubuntu2204-2026.01.1 - name: r-session-complete - image: rstudio/r-session-complete:ubuntu2204-2026.01.1+403 + image: rstudio/r-session-complete:ubuntu2204-2026.01.1 artifacthub.io/license: MIT artifacthub.io/links: | - name: Docker Images diff --git a/charts/rstudio-workbench/README.md b/charts/rstudio-workbench/README.md index d78ea0ba..09f2c330 100644 --- a/charts/rstudio-workbench/README.md +++ b/charts/rstudio-workbench/README.md @@ -1,6 +1,6 @@ # Posit Workbench -![Version: 0.10.7](https://img.shields.io/badge/Version-0.10.7-informational?style=flat-square) ![AppVersion: 2026.01.1+403](https://img.shields.io/badge/AppVersion-2026.01.1+403-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_ From b5a5bd7ac7e59a25e14ae2071366884a2aaa9c6e Mon Sep 17 00:00:00 2001 From: Graham Held Date: Thu, 19 Feb 2026 09:38:30 -0800 Subject: [PATCH 4/5] Apply suggestions from code review --- charts/rstudio-workbench/NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rstudio-workbench/NEWS.md b/charts/rstudio-workbench/NEWS.md index 27d00868..1195d0fe 100644 --- a/charts/rstudio-workbench/NEWS.md +++ b/charts/rstudio-workbench/NEWS.md @@ -3,7 +3,7 @@ ## 0.10.7 -- Bump Workbench version to 2026.01.1+403 +- Bump Workbench version to 2026.01.1 ## 0.10.6 From d2f84d1b1a5a4dcb61199516980bb42bf3665784 Mon Sep 17 00:00:00 2001 From: Graham Held Date: Thu, 19 Feb 2026 09:50:27 -0800 Subject: [PATCH 5/5] Apply suggestions from code review --- charts/rstudio-workbench/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rstudio-workbench/Chart.yaml b/charts/rstudio-workbench/Chart.yaml index 361bcad0..75f9c9c8 100644 --- a/charts/rstudio-workbench/Chart.yaml +++ b/charts/rstudio-workbench/Chart.yaml @@ -2,7 +2,7 @@ name: rstudio-workbench description: Official Helm chart for Posit Workbench version: 0.10.7 apiVersion: v2 -appVersion: 2026.01.1+403 +appVersion: 2026.01.1 icon: https://raw.githubusercontent.com/rstudio/helm/main/images/posit-icon-fullcolor.svg home: https://www.rstudio.com