8000 Releases · kluctl/kluctl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: kluctl/kluctl

v1.2.0

20 Aug 22:08
Compare
Choose a tag to compare

Changelog

v1.2.0 (2021-08-21)

Features

  • Allow archiving projects and loading it from the archives (6822658)
  • Also output involved repos in list-targets (883cdc7)
  • Implement list-targets command (9605305)

Bug Fixes

  • Fix reproducibility of archives and add deployment name to metadata (dc82184)
  • Use correct sealedSecrets field when sealing (9081d8a)
  • Don't render baseTarget in target (eba10f2)
  • Don't try to resolved sealed secrets when sealing (7484acd)
  • Minor cleanups (73dd920)

v1.1.0

20 Aug 12:14
Compare
Choose a tag to compare

Changelog

v1.1.0 (2021-08-20)

Features

  • Remove support for automatically loaded jinja2-vars.yml (7331277)
  • Update, rework and automate docs (451ac27)
  • Check for existing sealed-secrets installation before bootstrapping (a2dec1e)
  • Implement bootstrap command (515a16e)
  • Move boostrap deployment into kluctl package (898cab3)
  • Full rendering of target definitions (c9518b3)
  • Use default branches when no ref is specified (8baa143)
  • Finish up new sealing code (c04390f)
  • Introduce .kluctl.yml project config and target based command invocation (3a2ce4c)
  • Add .kluctl.yml project loading code (9e6f68c)

Bug Fixes

  • Update commands.md (2b5646d)
  • Fix tests workflow (8f436a5)
  • Missing closing ' (5768e2b)
  • Properly print error when kluctl fails in replace-commands-help.py (2b917a2)
  • Don't check for external tools when invoked with --help (6df76d4)
  • Use ./cli.py in replace-commands-help.py" (5817bda)
  • Use ./cli.py in replace-commands-help.py (f0630ee)
  • Add missing test file (291c56e)
  • Check for "sealedSecrets" and not "secrets" in deployment.yml (408eddd)
  • Actually enable/implement --config (7c170dd)
  • Avoid loading project twice in bootstrap (6d484ad)
  • Use correct labels for kluctl.io (d569abf)
  • Avoid unnecessary rendering of non-template strings (dd81327)
  • Remove legacy code (91b6624)
  • Fix pathes for sealed files (6373a9a)
  • Fix import (b308bcc)
  • Don't publish to test.pypi.org for now (db983a7)

v1.0.3

18 Aug 10:29
Compare
Choose a tag to compare

Changelog

v1.0.3 (2021-08-18)

Bug Fixes

  • Ask github for latest release in version check (1cd8c04)

v1.0.2

18 Aug 10:22
Compare
Choose a tag to compare

Changelog

v1.0.2 (2021-08-18)

Bug Fixes

  • Perform external tools check in cli_group() to allow --help (846af72)

v1.0.1

18 Aug 10:11
Compare
Choose a tag to compare

Changelog

v1.0.1 (2021-08-18)

Bug Fixes

  • Don't publish releases as drafts (a78d738)
  • Use github project as project homepage for now (f93a879)

0