Releases: kapicorp/kapitan
Releases · kapicorp/kapitan
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)
0.17.0
Breaking:
kapitan compile
does not prune jsonnet output anymore by default (#118). --no-prune
flag has been removed and replaced with --prune
. If you want to keep jsonnet output consistent with <0.17.0, you can do kapitan compile --prune
.
Updates:
- Add pretty printer (
-p
) option to searchvar (#121)
- Cleaned up examples (#123)
- Updated requests to 2.19.1 (#124)
0.16.11
- Updated RSA key format to PKCS#8 (#120)