# Changelog

## [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

### Changed
* updated helm from 2.12.3 to 2.13.0
* script now runs as non-root user
* removed namespace from kubectl-context and added it explicitely to helm

## [1.3.2] - 2019-02-21
### Changed
* updated 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

[1.1.0]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.0.0...release%2F1.1.0
[1.1.1]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.1.0...release%2F1.1.1
[1.2.0]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.1.1...release%2F1.2.0
[1.2.1]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.2.0...release%2F1.2.1
[1.2.2]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.2.1...release%2F1.2.2
[1.2.3]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.2.2...release%2F1.2.3
[1.2.4]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.2.3...release%2F1.2.4
[1.3.0]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.2.4...release%2F1.3.0
[1.3.1]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.3.0...release%2F1.3.1
[1.3.2]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.3.1...release%2F1.3.2
[1.4.0]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.3.2...release%2F1.4.0
[1.4.1]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.4.0...release%2F1.4.1
[1.4.2]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.4.1...release%2F1.4.2
[1.4.3]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.4.2...release%2F1.4.3
[1.4.4]: https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.4.3...release%2F1.4.4