File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
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.10.11
3+ version : 0.10.12
44apiVersion : v2
55appVersion : 2026.01.1
66icon :
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## 0.10.12
5+
6+ - Fix invalid JSON in default ` positron-user-settings.json `
7+
48## 0.10.11
59
610- Add ability to set custom annotations on the Deployment resource via ` deployment.annotations `
Original file line number Diff line number Diff line change 11# Posit Workbench
22
3- ![ Version: 0.10.11 ] ( https://img.shields.io/badge/Version-0.10.11 -informational?style=flat-square ) ![ AppVersion: 2026.01.1] ( https://img.shields.io/badge/AppVersion-2026.01.1-informational?style=flat-square )
3+ ![ Version: 0.10.12 ] ( https://img.shields.io/badge/Version-0.10.12 -informational?style=flat-square ) ![ AppVersion: 2026.01.1] ( https://img.shields.io/badge/AppVersion-2026.01.1-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.10.11 :
27+ To install the chart with the release name ` my-release ` at version 0.10.12 :
2828
2929``` {.bash}
3030helm repo add rstudio https://helm.rstudio.com
31- helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.11
31+ helm upgrade --install my-release rstudio/rstudio-workbench --version=0.10.12
3232```
3333
3434To explore other chart versions, look at:
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ config:
589589 "quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
590590 "python.interpreters.exclude": [
591591 "/usr/bin",
592- "/bin",
592+ "/bin"
593593 ],
594594 "python.environmentProviders.enable": {
595595 "Conda": false
You can’t perform that action at this time.
0 commit comments