- Bumped pyyaml to `>=6.0.1,<7.0.0` to solve installation issues (https://github.com/CERT-Polska/python-deploy/pull/9)
4.0.1
Bugfixes:
- Fix: push and production doesn't build Docker images (https://github.com/CERT-Polska/python-deploy/issues/4)
4.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