[gardener-extension-shoot-cert-service]
⚠️ Breaking Changes
- [USER] Extension resource configs (
CertConfig
) are now deserialized in "strict" mode. This means that deserializing resources with fields that are not allowed by the API schema will result in errors. Shoots containing such resources will fail with an appropriate error until you manually update the shoot to make sure any extension resource configs contained in it are valid. (#66, @stoyanr)
[cert-management]
🏃 Others
- [USER] changed default type of certificate secret to
kubernetes.io/tls
(gardener/cert-management#74, @MartinWeindel) - [OPERATOR] Updating controller-manager-library including K8s dependencies to v0.20.6. (gardener/cert-management#75, @MartinWeindel)
- [OPERATOR] Replacing apiVersion
extensions/v1beta1
forIngress
withnetworking.k8s.io/v1beta1
. (gardener/cert-management#75, @MartinWeindel) - [OPERATOR] Update Dockerfile base image to alpine:3.13.5 (gardener/cert-management#72, @MartinWeindel)
- [OPERATOR] updated dockerfile base image to alpine:3.13.4 and using golang@1.16.2 (gardener/cert-management#71, @MartinWeindel)
- [OPERATOR] Add certificaterevocations to clusterrole resources (gardener/cert-management#67, @wwatson13)