Skip to content

Commit cdbe078

Browse files
authored
Merge pull request #461 from rstudio/kegs-skip-restore
Client flags for writing `environment.environment_management` fields to the bundle's manifest.json
2 parents ed38d6f + 568e217 commit cdbe078

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
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Unreleased
8+
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+
717
## [1.19.1] - 2023-08-01
818

919
### Added

0 commit comments

Comments
 (0)