v2.4.0
Hints
- Azure is currently rolling out a new ID key on Azure CVMs. Therefore
constellation-init
may report an invalididkeydigest
. To circumvent the problem change the keyidKeyDigest
in yourconstellation-conf.yaml
to the new value:0356215882a825279a85b300b0b742931d113bf7e32dde2e50ffde7ec743ca491ecdd7f336dc28a6e0b2bb57af7a44a3
- The original SBOM for the CLI uploaded with this release is invalid. The SBOMs for container images in the registry are unaffected by this issue. We uploaded a corrected for the CLI SBOM with the extension
.fixed.
below. We keep the original ones uploaded with.original.
to keep the provenance valid. In doubt, you can independently generate a SBOM of all components using Syft.
What's Changed
🎁 New features
- kubernetes: add support for v1.26; set default version to v1.25 by @katexochen in #775
- cli: add verbose logging with
--debug
flag by @osintalex in #809
🐛 Bug fixes
- join: make Azure instance names k8s compliant by @3u13r in #807
- image: fix disk performance degradation on Azure by downgrading kernel by @malt3 in #862
🔧 Other changes
- cli: add microservice upgrades behind hidden flags by @derpsteb in #729
- Move Konnectivity socket to non-persistent /run by @Nirusu in #819
- Add upgrade agent for automatic version updates by @stdoutput in #745
- upgrade: support Kubernetes components by @3u13r in #839
- operator: add kubernetes cluster version to constellation-version by @3u13r in #865
- cli: create local backups before microservice upgrades by @derpsteb in #847
- cli: ask user to confirm cert-manager upgrades by @derpsteb in #853
- operator: reconcile Kubernetes cluster version by @3u13r in #879
New Contributors
- @osintalex made their first contribution in #809
Full Changelog: v2.3.0...v2.4.0