File tree Expand file tree Collapse file tree 4 files changed +30
-19
lines changed
Expand file tree Collapse file tree 4 files changed +30
-19
lines changed Original file line number Diff line number Diff line change 11name : rstudio-workbench
22description : Official Helm chart for Posit Workbench
3- version : 0.9.11
3+ version : 0.9.12
44apiVersion : v2
5- appVersion : 2025.05.1
5+ appVersion : 2025.09.0
66icon : https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
77home : https://www.rstudio.com
88sources :
@@ -18,9 +18,9 @@ dependencies:
1818annotations :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
3030helm 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
3434To explore other chart versions, look at:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments