From 46147156a31c11aa6468c7c2cb019dbefabff507 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:29:12 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6c10b..8494129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.5.0](https://github.com/garden-io/garden-aws-quickstart/compare/v0.5.0...v0.5.0) (2023-06-05) + + +### Features + +* Add tracking and update cdk for security fixes ([#18](https://github.com/garden-io/garden-aws-quickstart/issues/18)) ([0f27b95](https://github.com/garden-io/garden-aws-quickstart/commit/0f27b952f7b4390d175f0ce8b7157cdece99e742)) +* better structure and more parameters ([#12](https://github.com/garden-io/garden-aws-quickstart/issues/12)) ([1228e6b](https://github.com/garden-io/garden-aws-quickstart/commit/1228e6be4a6373a7a2d939592bf7ec876016fe33)) +* loadbalancer cleanup on delete & improved structure ([#14](https://github.com/garden-io/garden-aws-quickstart/issues/14)) ([454c8a3](https://github.com/garden-io/garden-aws-quickstart/commit/454c8a35ad5a41cd71a7be08b9342d7d196b9f41)) +* make cluster region and account agnostic and use context variables ([#2](https://github.com/garden-io/garden-aws-quickstart/issues/2)) ([bb17915](https://github.com/garden-io/garden-aws-quickstart/commit/bb17915730b982b9f77f60dfccb63dd500626c42)) + + +### Bug Fixes + +* remove unneeded code ([#16](https://github.com/garden-io/garden-aws-quickstart/issues/16)) ([8f5ed4a](https://github.com/garden-io/garden-aws-quickstart/commit/8f5ed4a01cdc672f7582116ab4edcaa77d807bc8)) + + +### Miscellaneous Chores + +* automated release pipeline ([#4](https://github.com/garden-io/garden-aws-quickstart/issues/4)) ([50df0b1](https://github.com/garden-io/garden-aws-quickstart/commit/50df0b1285a8b32388ed42063d6d9cfa64149ad7)) +* OIDC IAM s3 permissions ([#9](https://github.com/garden-io/garden-aws-quickstart/issues/9)) ([cee79aa](https://github.com/garden-io/garden-aws-quickstart/commit/cee79aa5464d00d24dad2eb094f90a860d737947)) +* release 0.1.1 ([#7](https://github.com/garden-io/garden-aws-quickstart/issues/7)) ([e5dba48](https://github.com/garden-io/garden-aws-quickstart/commit/e5dba48a323a261320552b4aef9d6446de8d268e)) + + +### Continuous Integration + +* fix pipeline ([#21](https://github.com/garden-io/garden-aws-quickstart/issues/21)) ([ea5ddc8](https://github.com/garden-io/garden-aws-quickstart/commit/ea5ddc8edceb71a7fb3e1f74d9d6c0d1dcab5b4a)) + ## 0.5.0 (2023-06-05)