v2.7.1-tf.1
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:
- Update to v2.7.1. A full list of the Wayfinder changes are available here: https://docs.appvia.io/wayfinder/releases
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 theingress-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