Skip to content

Releases: kapicorp/kapitan

0.20.1

14 Dec 17:55
Compare
Choose a tag to compare
  • Added jinja2 base64 filter (#170)

0.20.0

27 Nov 17:08
Compare
Choose a tag to compare
  • 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

23 Nov 13:40
Compare
Choose a tag to compare
0.20.0-rc.2 Pre-release
Pre-release
  • Travis, Docker and requirements updates (#166)
  • gkms update and validate secrets (#167)

0.20.0-rc.1

19 Nov 13:55
Compare
Choose a tag to compare
0.20.0-rc.1 Pre-release
Pre-release
  • Better kapitan version checking (#163)
  • Secrets fixes (#165)

0.20.0-rc.0

14 Nov 15:24
Compare
Choose a tag to compare
0.20.0-rc.0 Pre-release
Pre-release
  • gCloud KMS secrets backend (#159)
  • Fix re.sub hanging (#158)
  • Support .yaml in refs (#160)

0.19.0

01 Nov 14:57
Compare
Choose a tag to compare
  • 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

24 Aug 16:59
Compare
Choose a tag to compare
  • Fixed gzip_b64 determinism

0.18.1

24 Aug 15:28
Compare
Choose a tag to compare
  • 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

31 Jul 13:17
Compare
Choose a tag to compare

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

29 Jun 14:30
Compare
Choose a tag to compare
  • Command flags support in .kapitan (#125)
  • Upgraded reclass to 1.5.4 (#127)
  • Added rsapublic function to gpg backend (#128)