From 978c16bf8b322a66731d5ab354aec109518a3206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:59:02 +0200 Subject: [PATCH] chore(main): release 1.3.0 (#32) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7b9d0ae --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [1.3.0](https://github.com/masterpointio/terraform-aws-ssm-agent/compare/1.2.1...v1.3.0) (2025-01-04) + + +### Features + +* clean up test and test actual logic ([60e09ea](https://github.com/masterpointio/terraform-aws-ssm-agent/commit/60e09eaea366e06809b805cb22dcaa523d8e9d88)) +* filter the most recent AMIs ([3b26671](https://github.com/masterpointio/terraform-aws-ssm-agent/commit/3b266719e574bf1e427c74ba31bb7aed1658c68a)) +* integration tests with native framework ([04f7d2f](https://github.com/masterpointio/terraform-aws-ssm-agent/commit/04f7d2f4060035a21a8ccdffa3b75dc6817b9fbb)) +* lookup for AMI that doesn't contain ECS/EKS agent and packages + enable setting volume size ([#30](https://github.com/masterpointio/terraform-aws-ssm-agent/issues/30)) ([27f1d8a](https://github.com/masterpointio/terraform-aws-ssm-agent/commit/27f1d8a37ee52d704c85b282ef5a9e5af4ff83b1)) + + +### Bug Fixes + +* place GHA files to correct dir ([#31](https://github.com/masterpointio/terraform-aws-ssm-agent/issues/31)) ([1855c7e](https://github.com/masterpointio/terraform-aws-ssm-agent/commit/1855c7ea4af8bec22e7eb3439ea7bd772cb87c54))