Releases: cststack/k8comp
Releases · cststack/k8comp
0.6.1
- new variables added which can be used as part of the templates (product, role and namespace) - thanks /~https://github.com/sc-chad for the commit.
0.6.1-rc2
- documentation improvements
- alpha support for Mac OS
- support for variable default value in templates
- helm plugin support
- portability improvements
- k8comp container for Jenkins
0.6.1-rc1
- added generic template option -t
- support for hiera hash - collect all the values of a specific variable.
0.6.0
- auto git pull on deployment via k8comp.conf config / manual git pull using pull/--pull option
- multiline variable (yaml only)
- option to deploy using only application and environment. Hiera and the configs needs to match that
- deploy from a branch using -b/--branch. Other configs are required in k8comp.conf. The option can be used with auto/manual git pull
0.6.0-rc4
- fix for hiera variables replacement from map
- fix for multiline variable in the same file
0.6.0-rc3
- bug fixes
0.6.0-rc2
- added testing docker container
- added examples
- added release script (wip)
0.6.0-rc1
Pre release new features
- multiline variable for yaml
- auto git pull / manual pull