Releases: saltstack-formulas/docker-formula
Releases · saltstack-formulas/docker-formula
v1.0.0
1.0.0 (2020-11-18)
Bug Fixes
- cent7: install yum-plugin-versionlock too (3b2e237)
- clean: do not remove python package (e7ee880)
- pillar.example: fix
yamllint
violation [skip ci] (31087af), closes #250 - state: corrected remove state (e178243)
Code Refactoring
- rewrite: modernize formula and fresh start (1e48667), closes #252 #249 #243 #236 #234 #219 #202 #191 #190 #160 #95 #85 #74 #251 #253
Continuous Integration
- kitchen: use
saltimages
Docker Hub where available [skip ci] (1755f38) - pre-commit: add to formula [skip ci] (d04e24a)
- pre-commit: enable/disable
rstcheck
as relevant [skip ci] (8454e4a) - pre-commit: finalise
rstcheck
configuration [skip ci] (87c737c) - travis: add notifications => zulip [skip ci] (6222d60)
Documentation
BREAKING CHANGES
- rewrite: This version is not backwards compatible. Update
your states and pillar data to align with new formula.
- MacOS was not tested in this PR but hopefully no regression.
- docker.containers: sls was simplified (raise PR if regression)
v0.44.0
0.44.0 (2020-05-15)
Continuous Integration
- gemfile.lock: add to repo with updated
Gemfile
[skip ci] (c3dd00a) - kitchen+travis: remove
master-py2-arch-base-latest
[skip ci] (df90212) - workflows/commitlint: add to repo [skip ci] (87a62cd)
Features
- compose-ng: support working_dir, volume_driver, userns_mode & user (30ec6ab)
v0.43.1
v0.43.0
0.43.0 (2020-01-22)
Bug Fixes
- release.config.js: use full commit hash in commit link [skip ci] (01ece3d)
Continuous Integration
- gemfile: restrict
train
gem version until upstream fix [skip ci] (734d4e3) - kitchen: use
debian-10-master-py3
instead ofdevelop
[skip ci] (d87e787) - kitchen: use
develop
image untilmaster
is ready (amazonlinux
) [skip ci] (71c5bcb) - kitchen+travis: upgrade matrix after
2019.2.2
release [skip ci] (2189efb) - travis: apply changes from build config validation [skip ci] (f0a07fc)
- travis: opt-in to
dpl v2
to complete build config validation [skip ci] (340556e) - travis: quote pathspecs used with
git ls-files
[skip ci] (12bf914) - travis: run
shellcheck
during lint job [skip ci] (ba127a0) - travis: use
major.minor
forsemantic-release
version [skip ci] (2590d61) - travis: use build config validation (beta) [skip ci] (fe184e9)
Features
- support optional container removal before start in upstart/systemd (cc10d97)
Performance Improvements
- travis: improve
salt-lint
invocation [skip ci] (18fa798)