Releases: kapicorp/kapitan
Releases · kapicorp/kapitan
0.20.1
- Added jinja2 base64 filter (#170)
0.20.0
- Fix re.sub hanging (#158)
- gCloud KMS secrets backend (#159)
- Support .yaml in refs (#160)
- Better kapitan version checking (#163)
- Secrets fixes (#165)
- Travis, Docker and requirements updates (#166)
- gkms update and validate secrets (#167)
- Added promtool to CI image (#168)
0.20.0-rc.2
- Travis, Docker and requirements updates (#166)
- gkms update and validate secrets (#167)
0.20.0-rc.1
- Better kapitan version checking (#163)
- Secrets fixes (#165)
0.20.0-rc.0
- gCloud KMS secrets backend (#159)
- Fix re.sub hanging (#158)
- Support .yaml in refs (#160)
0.19.0
- Fix cli secrets (#154) BREAKING More info in the pull request.
- Add python_requires (#149) - thanks @Code0x58
- update reclass to release v1.5.6 (#146)
- Secrets restructure (#148)
0.18.2
- Fixed
gzip_b64
determinism
0.18.1
- Dependencies update (#137)
- Made cache an optional flag (
--cache
). Support for additional cache paths (--cache-paths
) (#138)
- Small fix in caching (#140)
- Added
gzip_b64
jsonnet function to support gzip compression of strings + base64
- Added Python 3.7 support
0.18.0
Breaking:
- Renamed
--search-path
to --search-paths
in eval
and compile
, enabling multiple paths for jsonnet/jinja2 and adding support for jsonnet bundler (#133)
Updates:
- Inventory and folders caching; only compile targets that changed (#134)
- Updated reclass to v1.5.5 (#135)
- Updated jsonnet to v0.11.2 (#136)
0.17.1
- Command flags support in .kapitan (#125)
- Upgraded reclass to 1.5.4 (#127)
- Added
rsapublic
function to gpg backend (#128)