Releases: giantswarm/aws-resolver-rules-operator
Releases · giantswarm/aws-resolver-rules-operator
v0.13.0
Added
- Added
RouteReconciler
. - Add
TransitGatewayAttachmentReconciler
. - Add
PrefixListEntryReconciler
. - Add
ShareReconciler
. - Add acceptance tests.
Changed
- Configure
gsoci.azurecr.io
as the default container image registry.
v0.12.0
Changed
- Set user-agent to
giantswarm-capa-operator
when making requests to the k8s API. - Most controllers will skip reconciliation events that only changed the
resourceVersion
field of the CR.
Added
- Add tags from
AWSCluster.Spec.AdditionalTags
andAWSManagedControlPlane.Spec.AdditionalTags
to all created resources. - Add
global.podSecurityStandards.enforced
value for PSS migration. - Add managing prefix lists for management clusters and rename
ManagementClusterTransitGatewayReconciler
toManagementClusterNetworkReconciler
.
v0.11.0
v0.10.1
v0.10.0
Added
- Added ManagementClusterTransitGateway reconciler. This reconciler is still disabled and is part of the merger of the aws-network-topology-operator.
Changed
- Update
golang.org/x/net
package. - Use a management cluster IAM Role to create a delegation records for the DNS.
v0.9.0
Added
- Add support for EKS to
dnsController
.
Changed
- Migrate
dnsController
to reconcileCluster
CR as preparation for reconciliation of EKS clusters. - Custom errors no longer inherit from builtin
error
to make linter happy.
Fixed
- Delete all dns records from hosted zone when deleting a cluster.
v0.8.1
v0.8.0
v0.7.1
v0.7.0
Added
- Add necessary values for PSS policy warnings.
- Add new reconciler that creates hosted zones dns records for reconciled clusters.
- Add
readOnlyRootFilesystem
to containersecurityContext
in Helm chart.
Changed
- Don't fail at start up if DNS server settings for resolver rules reconciler are missing.
- Use
abs
to generate chart version metadata. - Fix
securityContext
indentation inDeployment
template.