Releases: giantswarm/capa-iam-operator
Releases · giantswarm/capa-iam-operator
v0.28.0
v0.27.1
Fixed
- Disable logger development mode to avoid panicking, use zap as logger
v0.27.0
Fixed
- IRSA bucket versioning on CAPA is "v3"
v0.26.0
Changed
- Add
ec2:DescribeAvailabilityZones
to control plane template.
v0.25.0
Changed
- Update CAPA CR version to
v1beta2
v0.24.1
Fixed
- Ignore not found errors when deleting IAM roles. This is to avoid blocking deletion of the CRs.
v0.24.0
Changed
- Update all IRSA roles trusted policy.
v0.23.0
Fixed
- Changed service account matching
StringLike
to accommodate wildcard full names.
v0.22.0
Changed
- Add toleration for
node.cluster.x-k8s.io/uninitialized
taint. - Remove toleration for old
node-role.kubernetes.io/master
taint. - Allow ALB controller to be installed on any namespace.
v0.21.1
Fixed
- Add retry logic for removing the finalizer to all reconcilers. This fixes the same bug as in 0.17.1 but for all reconcilers.