Skip to content

Commit b8ea3a5

Browse files
authored
Merge pull request #707 from rstudio/connect-python-versions
Update python versions in Connect container
2 parents 97459cc + 33650c7 commit b8ea3a5

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

charts/rstudio-connect/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rstudio-connect
22
description: Official Helm chart for Posit Connect
3-
version: 0.8.7
3+
version: 0.8.8
44
apiVersion: v2
55
appVersion: 2025.07.0
66
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png

charts/rstudio-connect/NEWS.md

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

3+
## 0.8.8
4+
5+
- Update Python executable versions to `3.12.11` and `3.11.13`
6+
37
## 0.8.7
48

59
- Bump Chronicle Agent to version 2025.08.0

charts/rstudio-connect/README.md

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

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

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

@@ -30,11 +30,11 @@ To ensure reproducibility in your environment and insulate yourself from future
3030

3131
## Installing the chart
3232

33-
To install the chart with the release name `my-release` at version 0.8.7:
33+
To install the chart with the release name `my-release` at version 0.8.8:
3434

3535
```{.bash}
3636
helm repo add rstudio https://helm.rstudio.com
37-
helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.7
37+
helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.8
3838
```
3939

4040
To explore other chart versions, look at:

charts/rstudio-connect/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ config:
421421
# For Off-Host Execution, Python versions are defined by the set of Execution Environments
422422
# https://docs.posit.co/connect/admin/python/
423423
Executable:
424-
- /opt/python/3.12.1/bin/python
425-
- /opt/python/3.11.7/bin/python
424+
- /opt/python/3.12.11/bin/python
425+
- /opt/python/3.11.13/bin/python
426426
Quarto:
427427
Enabled: true
428428
# Note: The `Executable` listed below is only used for Local Execution.

0 commit comments

Comments
 (0)