Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.

Changelog

1.5.0-rc1 - 2020-12-18

Changes

  • upgrades helm to new major version v3.4.1
  • removes tiller configuration and parameter as --service-account

1.4.7 - 2019-04-02

Added

  • jq-binary to docker-image

1.4.6 - 2019-03-27

Added

  • explicitly deleting chart when PENDING, FAILED or DELETED since this blocks redeploying previous deployments

1.4.5 - 2019-03-27

Added

  • git-binary to docker-image

Replaced

  • upgrade --foce instead of explicitly deleting chart. Hopefully this will solve issues with redeploying previously failed deployments

1.4.4 - 2019-03-18

Added

  • debug-option which outputs executed commands and their arguments
  • --pull to always try to pull newer images before building

Fixed

  • Dockerfile is now context-sensitive when not specified explicitly (default docker-behaviour)

1.4.3 - 2019-03-14

Added

  • option to specify the path to the Dockerfile

1.4.2 - 2019-03-14

Added

  • option to specify the image name. Useful for inherent builds

1.4.1 - 2019-03-13

Fixed

  • not testing for unused parameters because of reusing existing configs

1.4.0 - 2019-03-13

Added

  • new command init to only initialize docker, helm and kubectl
  • --reset flag to remove eventually existing config-folders

Changes

  • updates helm from 2.12.3 to 2.13.0
  • script now runs as non-root user
  • removes namespace from kubectl-context and added it explicitely to helm

1.3.2 - 2019-02-21

Changed

  • updates helm from 2.9.1 to 2.12.3

1.3.1 - 2019-02-21

Added

  • new option --timeout

1.3.0 - 2019-01-12

Added

  • new option --build-context

Changed

  • omitting --output is skipping image-saving to a file rather than failing execution

1.2.4 - 2018-12-17

Added

  • reintroduced image-import prior to build

1.2.3 - 2018-11-05

Changed

  • option --certificate-authority is now optional, so you do not need to provide it in case your apiserver is using a valid public certificate
  • removed image-import prior to build - introduced in v1.2.1 - since it is useless

1.2.2 - 2018-09-12

Fixed

  • upgrade performs with --recreate-pods to always recreate pods

1.2.1 - 2018-09-05

Changed

  • enable import image prior to build process with --input

1.2.0 - 2018-09-05

Added

  • add-repo command to add remote repositories

Changed

  • increased timeout from 60 to 120

1.1.1 - 2018-08-14

Added

  • --values option to specify value overrides from YAML file

1.1.0 - 2018-08-08

Added

  • undeploy command

1.0.0 - 2018-08-06

  • initial release