From fdad84bc61c071fddd3b005588813d5e09652c17 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:47:37 -0800 Subject: [PATCH] release: v2.5.0 (#79) Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 11 ++++------- VERSION | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c9a6f..bae88b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.5.0 + +## Features +* feat: Add dynamic node affinity (#76) (Samuel Wibrow)([e01ebdd](/~https://github.com/lacework/terraform-kubernetes-agent/commit/e01ebdd343c129ccc230d8c1c0d1344c71762ded)) +## Other Changes +* chore: add lacework_metric_module datasource (#78) (Darren)([3a5c1c8](/~https://github.com/lacework/terraform-kubernetes-agent/commit/3a5c1c8c0819b5aea3dad370f83f3e917d906952)) +* ci: version bump to v2.4.1-dev (Lacework)([2a24fe8](/~https://github.com/lacework/terraform-kubernetes-agent/commit/2a24fe8a93bc56d6b2c2dfef31cd00614b76792c)) +--- # v2.4.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d961c4d..ba7d5e4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.4.0`. +Another day, another release. These are the release notes for the version `v2.5.0`. ## Features -* feat: add a default syscall_config.yaml file (#73) (Jean-Philippe Lachance)([6cecea5](/~https://github.com/lacework/terraform-kubernetes-agent/commit/6cecea53fd55b3c187d36af02c0547f12f0a1b30)) -## Bug Fixes -* fix(CPLAT-672): Update references to api.lacework.net (Atul Singh)([2874dcd](/~https://github.com/lacework/terraform-kubernetes-agent/commit/2874dcd6c15cb9520ceec0c7e0d92b645e78f347)) +* feat: Add dynamic node affinity (#76) (Samuel Wibrow)([e01ebdd](/~https://github.com/lacework/terraform-kubernetes-agent/commit/e01ebdd343c129ccc230d8c1c0d1344c71762ded)) ## Other Changes -* style: make the Terraform formatter format all files (#72) (Jean-Philippe Lachance)([3c95a1e](/~https://github.com/lacework/terraform-kubernetes-agent/commit/3c95a1eaf343c75264301d6c41da716bf52b09a8)) -* ci: tfsec (jon-stewart)([0bd3fa1](/~https://github.com/lacework/terraform-kubernetes-agent/commit/0bd3fa14f834ed0c096ee4e6f4602db01278bd2b)) -* ci: version bump to v2.3.1-dev (Lacework)([18adec1](/~https://github.com/lacework/terraform-kubernetes-agent/commit/18adec150f836b6d604c10155ae04a6bf52dd91e)) +* chore: add lacework_metric_module datasource (#78) (Darren)([3a5c1c8](/~https://github.com/lacework/terraform-kubernetes-agent/commit/3a5c1c8c0819b5aea3dad370f83f3e917d906952)) +* ci: version bump to v2.4.1-dev (Lacework)([2a24fe8](/~https://github.com/lacework/terraform-kubernetes-agent/commit/2a24fe8a93bc56d6b2c2dfef31cd00614b76792c)) diff --git a/VERSION b/VERSION index 943b12d..fad066f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.1-dev \ No newline at end of file +2.5.0 \ No newline at end of file