Skip to content

Releases: giantswarm/capa-iam-operator

v0.28.0

20 Sep 08:05
2d3e841
Compare
Choose a tag to compare

Changed

  • Support new, plural aws.giantswarm.io/irsa-trust-domains annotation on the AWSCluster object that centrally defines which service account issuer domains to use. The previous annotation is supported for backward compatibility.

v0.27.1

21 Aug 09:45
298c000
Compare
Choose a tag to compare

Fixed

  • Disable logger development mode to avoid panicking, use zap as logger

v0.27.0

11 Jul 10:19
0774e24
Compare
Choose a tag to compare

Fixed

  • IRSA bucket versioning on CAPA is "v3"

v0.26.0

09 Jul 08:16
a1b0325
Compare
Choose a tag to compare

Changed

  • Add ec2:DescribeAvailabilityZones to control plane template.

v0.25.0

06 Jun 09:58
36e24d2
Compare
Choose a tag to compare

Changed

  • Update CAPA CR version to v1beta2

v0.24.1

05 Jun 12:07
3734a3d
Compare
Choose a tag to compare

Fixed

  • Ignore not found errors when deleting IAM roles. This is to avoid blocking deletion of the CRs.

v0.24.0

30 Apr 06:59
4ad615b
Compare
Choose a tag to compare

Changed

  • Update all IRSA roles trusted policy.

v0.23.0

26 Apr 08:12
12df968
Compare
Choose a tag to compare

Fixed

  • Changed service account matching StringLike to accommodate wildcard full names.

v0.22.0

15 Apr 09:15
5572db8
Compare
Choose a tag to compare

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

11 Apr 11:12
2c1ce00
Compare
Choose a tag to compare

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.