Skip to content

Commit 9787267

Browse files
authored
Merge pull request #69 from Appsilon/feat/bump-default-version
feat: bump default Connect version to 2025.04.0
2 parents fbe53b3 + bb7f088 commit 9787267

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio Connect](https://www.rstudio.com/product
1212

1313
## Role Variables
1414

15-
* `rstudio_connect_version` [default: `2023.06.0`]: Version to install
15+
* `rstudio_connect_version` [default: `2025.04.0`]: Version to install
1616
* `rstudio_connect_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)
1717
* `rstudio_connect_www_port` [default: `3939`]: The port you want RStudio Connect to listen on
1818
* `rstudio_connect_config`: A map of maps containing RStudio Connect configuration. Gets converted into Golang's configuration file (GCFG) and is writted on down to `rstudio-connect.gcfg`. See [default](./defaults/main.yml) for an example.

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# defaults file
22
---
33

4-
rstudio_connect_version: "2023.06.0"
4+
rstudio_connect_version: "2025.04.0"
55
rstudio_connect_version_short: "{{ rstudio_connect_version | regex_replace('.[^.]*$', '') }}"
66

77
rstudio_connect_install: []

tests/vars/with-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
---
33
python_versions:
44
- 3.10.5
5-
- 3.7.13
5+
- 3.9.22

0 commit comments

Comments
 (0)