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

kluctl-v2.7.8

22 Apr 07:42
Compare
Choose a tag to compare

Changelog

  • dc218a4 build: Use tag instead of version in release names/tags

kluctl-v2.7.7

21 Apr 23:08
Compare
Choose a tag to compare

Changelog

  • 8e6cb26 build: Fix HOMEBREW_TAP_GITHUB_TOKEN

kluctl-v2.7.6

21 Apr 22:56
Compare
Choose a tag to compare

Changelog

  • 9316fe4 build: Use correct username for ghcr login

kluctl-v2.7.1

21 Apr 19:47
Compare
Choose a tag to compare

Changelog

v2.7.1 (2022-04-21)

Bug Fixes

  • Make metadata.yml sorting stable (49b466b)
  • Actually allow directories with --from-archive (520e096)

v2.7.0

20 Apr 09:10
Compare
Choose a tag to compare

Changelog

v2.7.0 (2022-04-20)

Features

  • modify to have only one checksum.txt (aeaa324)
  • add sha256 check sums (406f3aa)

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

14 Apr 10:07
Compare
Choose a tag to compare

Changelog

v2.6.2 (2022-04-14)

Bug Fixes

  • Apply commonLabels/commonAnnotations to List items as well (be8d8c3)
  • Properly fix namespaces of List items when rendering Helm charts (627d7fa)

v2.6.1

13 Apr 22:25
Compare
Choose a tag to compare

Changelog

v2.6.1 (2022-04-13)

Bug Fixes

  • Handle remoteNamespaces separately in RemoteObjectUtils (4715338)
  • Simulate creation of objects in dry runs when namespace does not exist (ebdf0cf)

v2.6.0

13 Apr 21:01
Compare
Choose a tag to compare

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

11 Apr 16:06
Compare
Choose a tag to compare

Changelog

v2.5.1 (2022-04-11)

Bug Fixes

  • Implement a workaround for CRDs that don't set status (790ca0a)

v2.5.0

08 Apr 09:39
Compare
Choose a tag to compare

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)

0