option to set global shm_size

This commit is contained in:
Brad Rydzewski
2020-04-15 13:00:56 -04:00
parent db5468f23b
commit 80c26bc5d9
6 changed files with 17 additions and 3 deletions

View File

@@ -2,10 +2,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- support for setting default container shmsize
### Changed
- update environment extension protocol to version 2
- registry credentials stored in repository secrets take precedence over globals
### Fixed
- ignoring global memory limit and memory swap limit
### Added
- support for environment extension variable masking
- support for username/password in config.json files