Skip to content

v2.7.1-tf.1

Compare
Choose a tag to compare
@KashifSaadat KashifSaadat released this 24 May 21:55
· 26 commits to main since this release
478c0a9

Release v2.7.1-tf.1

Upgradeable Versions: v2.6.5-tf.1
Full Wayfinder Changelog: https://docs.appvia.io/wayfinder/releases

Changelog

Wayfinder changes:

Terraform Infrastructure changes:

  • Switch Wayfinder's management cluster to use a Network Load Balancer
  • Update the management cluster's default storage class to gp3
  • Update EKS to v1.29 and related addons

Required Actions

For existing Wayfinder installations, the switch for Ingress from a Classic Load Balancer to Network Load Balancer requires some manual intervention. You should perform one of the following (first is preferred):

  • Delete the ingress-nginx-controller Service within the ingress-nginx namespace prior to upgrading to this version (access to the Wayfinder UI and API will be unavailable until the upgrade completes).
  • (post-upgrade) Delete the legacy Classic Load Balancer from the AWS account where you have installed Wayfinder, as there will now be a Network Load Balancer routing traffic to the Wayfinder UI and API.

If you have built Wayfinder prior to v2.7, it will be using the gp2 StorageClass for the mysql Persistent Volume. This will need to persist (not force a change to the new default gp3), and so you must provide the following variable: var.eks_encrypted_sc_type: gp2