diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc76f4..2f6d8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,3 +61,6 @@ - incorporate changes for 1.30 - isto-profile chart changes (desire to move to a public chart) - add ami_id to nodegroup + +* 2.3.3 -- 2024-10-11 + - update addons as of 2024-10-11 diff --git a/common/version.tf b/common/version.tf index aaadaf9..8b93b24 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.3.2" + _module_version = "2.3.3" }