Skip to content

Commit ed7d692

Browse files
committed
Merge main into this branch
2 parents bfb6e51 + 68b14a8 commit ed7d692

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/ci/rstudio-pm/** @rstudio/ppm
77

88
# connect resources
9-
/charts/rstudio-connect/** @aronatkins @dbkegley @christierney @zackverham @lucasrod16
10-
/examples/connect/** @aronatkins @dbkegley @christierney @zackverham @lucasrod16
9+
/charts/rstudio-connect/** @rstudio/connect
10+
/examples/connect/** @rstudio/connect
1111

1212
# posit-chronicle resources
1313
/charts/posit-chronicle/** @matt-urbina @markrtucker @t-margheim

charts/rstudio-workbench/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: rstudio-workbench
22
description: Official Helm chart for Posit Workbench
33
version: 0.10.0
44
apiVersion: v2
5-
appVersion: 2025.09.1
5+
appVersion: 2025.09.2
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.09.1
21+
image: rstudio/rstudio-workbench:ubuntu2204-2025.09.2
2222
- name: r-session-complete
23-
image: rstudio/r-session-complete:ubuntu2204-2025.09.1
23+
image: rstudio/r-session-complete:ubuntu2204-2025.09.2
2424
artifacthub.io/license: MIT
2525
artifacthub.io/links: |
2626
- name: Docker Images

charts/rstudio-workbench/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
- Add `config.database.conf` section can be used to configure database settings. Either `config.database.conf.value` or `config.database.conf.existingSecret` can be used to set the database configuration.
2222
- This can be used instead of specifying the database config values in plain text in `config.secret.database.conf`
2323

24+
## 0.9.16
25+
26+
- Bump Workbench version to 2025.09.2
27+
2428
## 0.9.15
2529

2630
- Bump `rstudio-library` chart version

charts/rstudio-workbench/README.md

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

3-
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: 2025.09.1](https://img.shields.io/badge/AppVersion-2025.09.1-informational?style=flat-square)
3+
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: 2025.09.2](https://img.shields.io/badge/AppVersion-2025.09.2-informational?style=flat-square)
44

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

0 commit comments

Comments
 (0)