Releases: kluctl/kluctl
Releases · kluctl/kluctl
v1.14.0
Changelog
v1.14.0 (2021-09-07)
Features
- examples: add example with external repos (892245a)
Bug Fixes
- wait_object must return True for dry-run (fb98f1c)
- Better differentiation between non-readiness and actual errors (cfe86cc)
- Honor the GIT_SSH environment variable to properly support plink/peagent (cae63af)
- Only try ControlMaster on non-windows (c5ee88e)
- Don't wait for hooks when performing dry-run (619607f)
- Fix hook weight parsing (fddd69f)
v1.13.0
Changelog
v1.13.0 (2021-09-06)
Features
- Reimplement validate_object based on the same rules as found in Helm (43eb64d)
- Implement proper hook support (including Helm) (f718b2a)
- Allow to parametrize kustomizeDirs (bf17de2)
- Allow the same kustomizeDir to be included multiple times (0678299)
- add very simple example project (ddb0998)
- add kluctl logo (cc50895)
Bug Fixes
- Delete git cache in case of timeouts (57d5de1)
- Introduce KLUCTL_GIT_TIMEOUT environment variable (2dcf874)
v1.12.2
v1.12.1
Changelog
v1.12.1 (2021-08-31)
Bug Fixes
- Use anyOf instead of oneOf (multiple regexes might match) (63663dd)
- Use ? instead of * in git url patterns (fe6b8e1)
- Also allow git@example.com:my/path form in .kluctl.yml projects (d0f2843)
- Run replace-commands-help.py (c477df5)
- Fix regex for git urls (46c1846)
- Fix missing / in add_username_to_url (4943478)
- Trim leading / from git path (97675a8)
v1.12.0
Changelog
v1.12.0 (2021-08-31)
Features
- Support ssh keys via GitCredentialsStore and environment variables (0c8a58d)
Bug Fixes
- Add --render-output-dir to poke-images (52edc86)
- Fail when static targets fail to load ( 10000 901acdb)
- Actually check for dynamic args (6010026)
- Remove unnecessary import (4bd4049)
- Remove gitlab fallback and properly support port numbers in parse_git_url (4dd5531)
- Remove unused code (8e979d9)
v1.11.2
v1.11.1
v1.11.0
Changelog
v1.11.0 (2021-08-27)
Features
- Allow to write rendered deployments into existing directory (0ff9a67)
Bug Fixes
- Modify kustomization.yml as part of rendering (4acd7fc)
- Fix crash when no target is specified/available (a67d50a)
- Let validate also resolve images (127e1c9)
- Fix crash in get_status_message in case the body is not json (ba1d645)
- Also add --render-output to validate/diff (fbec2a2)
- Fix dry-run deploy with replaced objects (48f9a08)