Skip to content

Releases: giantswarm/aws-resolver-rules-operator

v0.13.0

21 Dec 13:53
c70a795
Compare
Choose a tag to compare

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

02 Nov 10:30
7d6a442
Compare
Choose a tag to compare

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 and AWSManagedControlPlane.Spec.AdditionalTags to all created resources.
  • Add global.podSecurityStandards.enforced value for PSS migration.
  • Add managing prefix lists for management clusters and rename ManagementClusterTransitGatewayReconciler to ManagementClusterNetworkReconciler.

v0.11.0

04 Oct 11:21
a9c1130
Compare
Choose a tag to compare

Changed

  • Reconcile AWSClusters and AWSManagedControlPlane instead of Cluster CR when reconciling dns records.
  • Only apply finalizer if it was not there.

v0.10.1

03 Oct 11:55
c155347
Compare
Choose a tag to compare

Changed

  • Fix Deletion of delegations DNS records from parent zone in case its in different AWS Account.

v0.10.0

21 Sep 14:41
06b2b1e
Compare
Choose a tag to compare

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

01 Aug 15:44
215af68
Compare
Choose a tag to compare

Added

  • Add support for EKS to dnsController.

Changed

  • Migrate dnsController to reconcile Cluster 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

26 Jul 14:55
576b970
Compare
Choose a tag to compare

Fixed

  • Delete all dns records from hosted zone when deleting a cluster.

v0.8.0

06 Jul 14:27
8704829
Compare
Choose a tag to compare

Changed

  • Make the dns controller requeue if there is a bastion machine but has no IP yet, because we want to create a dns record for the bastion as soon as possible.

v0.7.1

05 Jul 10:24
5f8e3db
Compare
Choose a tag to compare

Changed

  • Fully migrate to abs.

v0.7.0

05 Jul 08:23
c5678ee
Compare
Choose a tag to compare

Added

  • Add necessary values for PSS policy warnings.
  • Add new reconciler that creates hosted zones dns records for reconciled clusters.
  • Add readOnlyRootFilesystem to container securityContext 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 in Deployment template.