v0.7.3
What's Changed
🐛 Bug fixes
- [release/v0.7] microsoft.genpolicy: drop revert tarindex symlink handling patch by @edgelessci in #669
Compatibility
This Contrast release is compatible with AKS node image version AKSCBLMariner-V2katagen2-202406.19.0
. There is a breaking change between this node image and earlier node image versions. The node image version can be requested with the following command:
az aks nodepool show \
--resource-group "<resource-group-name>" \
--cluster-name "<cluster-name>" \
--name "<node-pool-name>" \
| jq -r '.nodeImageVersion'
If you observe a lower node image version, either upgrade the node manually or use the previous version of Contrast. This version does not include any changes beside providing compatibility to the new node image.
Full Changelog: v0.7.2...v0.7.3