Skip to content

v1.26.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 12:32
v1.26.0
90addc3

Summary

We're pleased to announce Commodore v1.26.0.

Apart from many dependency updates, this release addresses an issue with HTTP redirects when POSTing to the Lieutenant API and introduces a flag for component and package sync to run the sync with a feature branch of the template repository.

Additionally, since the container image is now built with Go 1.23.5, the performance regression in Gojsonnet has been resolved, and users should see significant improvements in Jsonnet compilation times compared to Commodore <= 1.24.0.

Changes

17 changes since v1.25.0

🚀 Features

  • Add support for custom template versions for dependency update and sync (#1072)

🪛 Internal Changes

  • Remove Dockerfile.kapitan (#1086)

🐛 Fixes

  • Explicitly handle redirects when doing POST requests (#1069)

🔗 Dependency Updates

  • Update dependency pyjwt to v2.10.1 (#1056)
  • Update dependency pytest to v8.3.4 (#1058)
  • Update dependency python-poetry/poetry to v1.8.5 (#1062)
  • Update dependency click to v8.1.8 (#1066)
  • Update dependency pylint to v3.3.3 (#1068)
  • Update dependency cruft to v2.16.0 (#1070)
  • Update dependency gitpython to v3.1.44 (#1075)
  • Update dependency pyfakefs to v5.7.4 (#1082)
  • Update dependency responses to v0.25.6 (#1081)
  • Update dependency kubernetes-sigs/kustomize to v5.6.0 (#1083)
  • Update dependency golang/go to v1.23.5 (#1085)
  • Update dependency reclass-rs to v0.6.0 (#1084)
  • Update dependency kapitan to v0.34.4 (#1078)
  • Update docker.io/python Docker tag to v3.12.8 (#1089)