Releases: kluctl/kluctl
Releases · kluctl/kluctl
v1.2.0
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
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)