Skip to content

v2.6.5-tf.1

Compare
Choose a tag to compare
@KashifSaadat KashifSaadat released this 08 Mar 17:35
· 1 commit to main since this release

Release v2.6.5-tf.1

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

Changelog

Wayfinder changes:

Terraform Infrastructure changes:

  • Update the Managed Node Group to use separate gp3 root and containerd volumes
  • Update the default EKS Addons to their latest versions available for EKS v1.28

Required Actions

When upgrading your Wayfinder installation from the previous module version to this, you will need to pass in a variable override for the EBS CSI Driver addon version and perform multiple updates to bring it in-line with the latest release version configured.

The variable aws_ebs_csi_driver_addon_version should be set with the below values specifically, until you are at the latest release (default configured value) within this module:

1. aws_ebs_csi_driver_addon_version = "v1.23.2-eksbuild.1"
2. aws_ebs_csi_driver_addon_version = "v1.24.1-eksbuild.1"
3. aws_ebs_csi_driver_addon_version = "v1.25.0-eksbuild.1"
4. aws_ebs_csi_driver_addon_version = "v1.26.1-eksbuild.1"
5. aws_ebs_csi_driver_addon_version = "v1.27.0-eksbuild.1"
6. unset aws_ebs_csi_driver_addon_version to use the default version specified in the module