Releases: giantswarm/aws-crossplane-cluster-config-operator
Releases · giantswarm/aws-crossplane-cluster-config-operator
v0.3.0
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 newaws.giantswarm.io/irsa-trust-domains
annotation on the AWSCluster. The primary domain is still written to valueoidcDomain
.
v0.2.1
Fixed
- Disable logger development mode to avoid panicking
v0.2.0
Release v0.2.0 (#20)
v0.1.1
Fixed
- Do not create ProviderConfig when custom resource does not exist.
v0.1.0
Added
- Initial implementation.