Skip to content

Releases: giantswarm/aws-crossplane-cluster-config-operator

v0.3.0

20 Sep 08:05
7f1da49
Compare
Choose a tag to compare

Changed

  • Configure the Crossplane ProviderConfig to use the CAPA controller role directly without going through a middle-man. For this to work, the CAPA controller role needs to have the correct trust policy granting access to the Crossplane providers ServiceAccount.
  • Write out a value oidcDomains to the config map containing all service account issuer domains, as defined by the new aws.giantswarm.io/irsa-trust-domains annotation on the AWSCluster. The primary domain is still written to value oidcDomain.

v0.2.1

14 Aug 11:27
9b9ea18
Compare
Choose a tag to compare

Fixed

  • Disable logger development mode to avoid panicking

v0.2.0

25 Apr 08:42
845209a
Compare
Choose a tag to compare
Release v0.2.0 (#20)

v0.1.1

26 Mar 13:44
4faf320
Compare
Choose a tag to compare

Fixed

  • Do not create ProviderConfig when custom resource does not exist.

v0.1.0

21 Mar 12:31
3374f3c
Compare
Choose a tag to compare

Added

  • Initial implementation.