Skip to content

Releases: CERT-Polska/python-deploy

v4.1.0

01 Feb 16:07
10807c1
Compare
Choose a tag to compare

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

21 Jul 17:06
591d95e
Compare
Choose a tag to compare

Bugfixes:

  • Bumped pyyaml to >=6.0.1,<7.0.0 to solve installation issues (#9)

v4.0.1

03 Jan 13:06
066e84d
Compare
Choose a tag to compare

Bugfixes:

  • Fix: push and production doesn't build Docker images (#4)

v4.0.0

28 Sep 17:01
55775ee
Compare
Choose a tag to compare

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.

v3.0.2

12 Jul 19:11
Compare
Choose a tag to compare

Initial public release