Releases: CERT-Polska/python-deploy
Releases · CERT-Polska/python-deploy
v4.1.0
New features:
- Add --build-args option to pass extra arguments to 'docker build' (by @psrok1 in #8)
Full Changelog: v4.0.2...v4.1.0
v4.0.2
Bugfixes:
- Bumped pyyaml to
>=6.0.1,<7.0.0
to solve installation issues (#9)
v4.0.1
Bugfixes:
- Fix: push and production doesn't build Docker images (#4)
v4.0.0
New features and improvements:
- Support for
cronjob
and init-container
fields
deploy production
and deploy staging
always uses kubectl apply
instead of kubectl set image
- Code refactor and modularization
Python >= 3.8 is required from now.