Skip to content

v1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 12:58
· 786 commits to master since this release
v1.14.0
16b736b

Summary

We're pleased to announce Commodore v1.14.0. This release introduces support for Commodore components to take over the library prefix of another component. A component can take over the library prefix of another component if that component is either not deployed in the same cluster catalog, or if that component is marked deprecated and has nominated the component to be its replacement. See https://syn.tools/commodore/reference/architecture.html#_component_template_libraries for more details.

Apart from this, the release contains many dependency updates. Most notably, the container image now includes Kustomize v5.0.0. See the "Dependency Updates" section below for the full list of dependency updates.

Changes

15 changes since v1.13.0

🚀 Features

  • Add support for taking over library prefix of deprecated components (#734)

🪛 Internal Changes

  • Update Poetry to v1.3.1 in the Dockerfile (#707)

📄 Documentation

  • Fix typo in dynamic facts example (#725)

🔗 Dependency Updates

  • Update dependency black to v22.12.0 (#705)
  • Update dependency tox to v3.28.0 (#710)
  • Update dependency importlib-metadata to v6 (#715)
  • Update dependency pylint to v2.15.10 (#717)
  • Update dependency pyfakefs to v5.1.0 (#718)
  • Update dependency pytest to v7.2.1 (#719)
  • Update dependency python-dotenv to v0.21.1 (#723)
  • Pin black to 22.12.0 (#730)
  • Update dependency types-toml to v0.10.8.3 (#733)
  • Update dependency pytest-xdist to v3.2.0 (#735)
  • Update dependency kubernetes-sigs/kustomize to v5 (#731)
  • Update docker.io/python Docker tag to v3.11.2 (#737)