Skip to content

Commit 521b712

Browse files
Merge branch 'master' into kg-fix-docker-python
2 parents 70c8a23 + cdbe078 commit 521b712

File tree

6 files changed

+623
-89
lines changed

6 files changed

+623
-89
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Added
10+
11+
- Add `--disable-env-management`, `--disable-env-management-py` and `--disable-env-management-r` flags for all content types
12+
that support environment restores. These flags indicate to Connect that the user is responsible for Python/R package
13+
installation, and Connect should not install packages during the build. The Python/R packages must still be available in the runtime
14+
environment in order to run the content. This is especially useful if off-host execution is enabled when the execution environment
15+
(specified by `--image`) already contains the required packages. Requires Posit Connect `>=2023.07.0`.
16+
17+
## [1.19.1] - 2023-08-01
18+
919
### Added
1020
- Failed deploys to shinyapps.io will now output build logs. Posit Cloud application deploys will also output build logs once supported server-side.
1121
- Redeploy to Posit Cloud from a project now correctly associates the content with that project.

0 commit comments

Comments
 (0)