Releases: kluctl/kluctl
Releases · kluctl/kluctl
kluctl-v2.7.8
Changelog
- dc218a4 build: Use tag instead of version in release names/tags
kluctl-v2.7.7
Changelog
- 8e6cb26 build: Fix HOMEBREW_TAP_GITHUB_TOKEN
kluctl-v2.7.6
Changelog
- 9316fe4 build: Use correct username for ghcr login
kluctl-v2.7.1
v2.7.0
Changelog
v2.7.0 (2022-04-20)
Features
Bug Fixes
- Add missing --render-output-dir flag to delete/list-images and prune (b2ad31c)
- Properly use --output-format for deploy and poke-images (6e6f659)
- Fix module to include v2 (d878db4)
- add missing change dir (d26eb96)
- try to build checksums in the release job (31933fb)
- run and uses not allowed, missing line break (d0bb15b)
- add upload-artifact (7d7d206)
v2.6.2
v2.6.1
v2.6.0
Changelog
v2.6.0 (2022-04-13)
Features
- Implement multi-line progress for apply operations (3d626af)
- Perform a diff before a deploy and only ask for confirmation after the diff (4a18c8b)
- Allow to load clusters/sealedSecrets/deployment from local git repo (23ebe91)
Bug Fixes
- Fix hook execution (76817e2)
- Add elapsed time to progress bars (dce3c91)
- Fix width of name in bars (e891264)
- Properly pop completed bars (b45a034)
- Fix premature completion of bars (3e26039)
- Remove a few plain log calls (5f5d1f5)
- Also show barriers in progress (a6f32eb)
- Use one ApplyUtil per deployment item (0a717d4)
- Fix accidental reuse of gitProject object (40eeecb)
- Honor included kustomize deployments when resolving sealed secrets (80db5a1)
v2.5.1
v2.5.0
Changelog
v2.5.0 (2022-04-08)
Features
- Make target available to templating context (fa5c55a)
Bug Fixes
- Fix helm-update --upgrade --commit to work with sub-dirs in git (0d10dfd)
- Use kluctl instead of kluctl-j2-server for jinja2 temp dir (d44b0b4)
- Don't return NotFound errors from ListAllObjects (1aad7e1)
- Fix validation of Pods to report readiness when they are completed (41fd97b)
- Better reporting of elapsed time while waiting for objects (9014b8f)
- Fix crash when COLUMNS is too small (d1e0659)
- Allow to override hook-timeout via annotation (2082f54)
- Set namespace to "default" when needed (296db36)