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.14.0

07 Sep 11:28
Compare
Choose a tag to compare

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

06 Sep 11:50
Compare
Choose a tag to compare

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

01 Sep 08:06
Compare
Choose a tag to compare

Changelog

v1.12.2 (2021-09-01)

Bug Fixes

  • Fix crash in build_git_object (353732e)
  • Fix crash when get_single_object did not find the object (fc94b52)

v1.12.1

31 Aug 15:25
Compare
Choose a tag to compare

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

31 Aug 13:15
Compare
Choose a tag to compare

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

27 Aug 17:13
Compare
Choose a tag to compare

Changelog

v1.11.2 (2021-08-27)

Bug Fixes

  • Don't swallow git exceptions when updating caches in parallel (bd49938)
  • Remove gitlab_fast_ls_remote optimization (f9abdd8)
  • Don't manually verify cluster context existence (8182a67)

v1.11.1

27 Aug 08:39
Compare
Choose a tag to compare

Changelog

v1.11.1 (2021-08-27)

Bug Fixes

  • Only import fcntl on linux/mac (a99e8b0)

v1.11.0

27 Aug 07:58
Compare
Choose a tag to compare

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)

v1.10.0

26 Aug 09:26
Compare
Choose a tag to compare

Changelog

v1.10.0 (2021-08-26)

Features

  • Implement poke-images command (fd6e561)

Bug Fixes

  • Ensure writes to kustomize cache are thread safe (ea9944b)

v1.9.1

26 Aug 06:04
Compare
Choose a tag to compare

Changelog

v1.9.1 (2021-08-26)

Bug Fixes

  • Remove build_objects_simple_kustomize as it was too buggy (867e4d0)
  • Remove namespace from non-namespaces objects after building with kustomize (a670109)

0