diff --git a/CHANGELOG.md b/CHANGELOG.md index bae88b6..e2a8872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.5.1 + +## 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)) +--- # v2.5.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ba7d5e4..5174d92 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.5.0`. +Another day, another release. These are the release notes for the version `v2.5.1`. -## 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)) +* 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)) diff --git a/VERSION b/VERSION index 563cc3f..4fd0fe3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.1-dev \ No newline at end of file +2.5.1 \ No newline at end of file