From edc44f5974d944872c701cbca982b144a6bf9377 Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 6 Nov 2024 20:21:09 +0000 Subject: [PATCH] release: v2.5.2 Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 8 +++++--- VERSION | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a8872..6dd0ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.5.2 + +## Other Changes +* chore(GROW-2952): add codeowners (#84) (Matt Cadorette)([a8a55ab](https://github.com/lacework/terraform-kubernetes-agent/commit/a8a55ab96b627a1d01c62c0962b5c24fa9f289e9)) +* ci: migrate from codefresh to github actions (#83) (Timothy MacDonald)([4d54072](https://github.com/lacework/terraform-kubernetes-agent/commit/4d540725444b8873271bd6ee8fcb15c2fb81ee0e)) +* ci: add workflows for testing codefresh migration (#82) (Timothy MacDonald)([6684a31](https://github.com/lacework/terraform-kubernetes-agent/commit/6684a31b81aa783e344ffe1bf5fcb9236d159797)) +* ci: version bump to v2.5.2-dev (Lacework)([9d39eec](https://github.com/lacework/terraform-kubernetes-agent/commit/9d39eec596ae375e987a39cb383282d60578ef39)) +--- # v2.5.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5174d92..dbf715f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.5.1`. +Another day, another release. These are the release notes for the version `v2.5.2`. ## Other Changes -* chore: set local var module name (#80) (Darren)([0691910](https://github.com/lacework/terraform-kubernetes-agent/commit/0691910f297f058e1e31b582ae6db2df1e6ab4bf)) -* ci: version bump to v2.5.1-dev (Lacework)([bcebe60](https://github.com/lacework/terraform-kubernetes-agent/commit/bcebe60ff85f371d0c515f8faf732c5fbf39befe)) +* chore(GROW-2952): add codeowners (#84) (Matt Cadorette)([a8a55ab](https://github.com/lacework/terraform-kubernetes-agent/commit/a8a55ab96b627a1d01c62c0962b5c24fa9f289e9)) +* ci: migrate from codefresh to github actions (#83) (Timothy MacDonald)([4d54072](https://github.com/lacework/terraform-kubernetes-agent/commit/4d540725444b8873271bd6ee8fcb15c2fb81ee0e)) +* ci: add workflows for testing codefresh migration (#82) (Timothy MacDonald)([6684a31](https://github.com/lacework/terraform-kubernetes-agent/commit/6684a31b81aa783e344ffe1bf5fcb9236d159797)) +* ci: version bump to v2.5.2-dev (Lacework)([9d39eec](https://github.com/lacework/terraform-kubernetes-agent/commit/9d39eec596ae375e987a39cb383282d60578ef39)) diff --git a/VERSION b/VERSION index b336627..21b159d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.2-dev \ No newline at end of file +2.5.2 \ No newline at end of file