Skip to content

Releases: kapicorp/kapitan

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)

0.17.0

20 Jun 10:07
Compare
Choose a tag to compare

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

12 Jun 12:56
Compare
Choose a tag to compare
  • Updated RSA key format to PKCS#8 (#120)