Skip to content

Commit 0c9f63e

Browse files
authored
Merge pull request #714 from rstudio/bump-pwb-2025.09.0
Add new workbench.
2 parents 901157a + d99349c commit 0c9f63e

File tree

4 files changed

+30
-19
lines changed

4 files changed

+30
-19
lines changed

charts/rstudio-workbench/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: rstudio-workbench
22
description: Official Helm chart for Posit Workbench
3-
version: 0.9.11
3+
version: 0.9.12
44
apiVersion: v2
5-
appVersion: 2025.05.1
5+
appVersion: 2025.09.0
66
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
77
home: https://www.rstudio.com
88
sources:
@@ -18,9 +18,9 @@ dependencies:
1818
annotations:
1919
artifacthub.io/images: |
2020
- name: rstudio-workbench
21-
image: rstudio/rstudio-workbench:ubuntu2204-2025.05.1
21+
image: rstudio/rstudio-workbench:ubuntu2204-2025.09.0
2222
- name: r-session-complete
23-
image: rstudio/r-session-complete:ubuntu2204-2025.05.1
23+
image: rstudio/r-session-complete:ubuntu2204-2025.09.0
2424
artifacthub.io/license: MIT
2525
artifacthub.io/links: |
2626
- name: Docker Images

charts/rstudio-workbench/NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.9.12
4+
5+
- Bump Workbench version to 2025.09.0
6+
- Enable Positron Pro Sessions by default
7+
- Align Positron Pro session settings with Workbench defaults
8+
39
## 0.9.11
410

511
- Bump Chronicle Agent to version 2025.08.0

charts/rstudio-workbench/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Posit Workbench
22

3-
![Version: 0.9.11](https://img.shields.io/badge/Version-0.9.11-informational?style=flat-square) ![AppVersion: 2025.05.1](https://img.shields.io/badge/AppVersion-2025.05.1-informational?style=flat-square)
3+
![Version: 0.9.12](https://img.shields.io/badge/Version-0.9.12-informational?style=flat-square) ![AppVersion: 2025.09.0](https://img.shields.io/badge/AppVersion-2025.09.0-informational?style=flat-square)
44

55
#### _Official Helm chart for Posit Workbench_
66

@@ -24,11 +24,11 @@ To ensure a stable production deployment:
2424

2525
## Installing the chart
2626

27-
To install the chart with the release name `my-release` at version 0.9.11:
27+
To install the chart with the release name `my-release` at version 0.9.12:
2828

2929
```{.bash}
3030
helm repo add rstudio https://helm.rstudio.com
31-
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.9.11
31+
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.9.12
3232
```
3333

3434
To explore other chart versions, look at:

charts/rstudio-workbench/values.yaml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -539,18 +539,23 @@ config:
539539
"extensions.autoUpdate": false,
540540
"extensions.autoCheckUpdates": false
541541
}
542-
# positron.conf:
543-
# enabled: 1
544-
# session-timeout-kill-hours: 12
545-
# positron.extensions.conf: |
546-
# posit.shiny
547-
# posit.publisher
548-
# positron-user-settings.json: |
549-
# {
550-
# "terminal.integrated.defaultProfile.linux": "bash",
551-
# "extensions.autoUpdate": false,
552-
# "extensions.autoCheckUpdates": false
553-
# }
542+
positron.conf:
543+
enabled: 1
544+
session-timeout-kill-hours: 12
545+
positron-user-settings.json: |
546+
{
547+
"terminal.integrated.defaultProfile.linux": "bash",
548+
"extensions.autoUpdate": false,
549+
"extensions.autoCheckUpdates": false,
550+
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
551+
"python.interpreters.exclude": [
552+
"/usr/bin",
553+
"/bin",
554+
],
555+
"python.environmentProviders.enable": {
556+
"Conda": false
557+
}
558+
}
554559
logging.conf:
555560
"*":
556561
log-level: info

0 commit comments

Comments
 (0)