From 5adc3209bb95f69e905e971f0b733235304eed41 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:58:11 -0700 Subject: [PATCH] release: v2.1.0 (#55) Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 11 +++-------- VERSION | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52337e..06e48c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v2.1.0 + +## Features +* feat: add support for node_selector (#53) (Steve)([c92dbd0](https://github.com/lacework/terraform-kubernetes-agent/commit/c92dbd01ddc91622dc6ba8a054f69ca1f98f193e)) +## Other Changes +* ci: version bump to v2.0.1-dev (Lacework)([dd336e3](https://github.com/lacework/terraform-kubernetes-agent/commit/dd336e33f9870d3b4862e438a7737344f8838cae)) +--- # v2.0.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4780b44..b7352ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.0.0`. +Another day, another release. These are the release notes for the version `v2.1.0`. ## Features -* feat: added support for `priorityClassName` definition (Alan Nix)([dc0b1cc](https://github.com/lacework/terraform-kubernetes-agent/commit/dc0b1cc4162b235d103d64c5ab0f34244a52b303)) -* feat: allow modification of all agent configuration parameters (Alan Nix)([efefb37](https://github.com/lacework/terraform-kubernetes-agent/commit/efefb375118282c1598b07fa2f5dd2c5285d8b54)) -* feat: expose priority_class_name argument (#50) (Darren)([a4e626d](https://github.com/lacework/terraform-kubernetes-agent/commit/a4e626d579ba0f7dc608e851635d361e6cc61e1e)) -* feat: deprecate support for Terraform 0.12 and 0.13 (#48) (Darren)([11c99c2](https://github.com/lacework/terraform-kubernetes-agent/commit/11c99c26355ea9043484be79f5b19251efbfe3a0)) -## Bug Fixes -* fix: resolved priority class name merge collision (Alan Nix)([9dfb560](https://github.com/lacework/terraform-kubernetes-agent/commit/9dfb560bb2c0bf92398023708c55ef0e8d3bedd0)) +* feat: add support for node_selector (#53) (Steve)([c92dbd0](https://github.com/lacework/terraform-kubernetes-agent/commit/c92dbd01ddc91622dc6ba8a054f69ca1f98f193e)) ## Other Changes -* ci: version bump to v1.5.2-dev (Lacework)([a8da513](https://github.com/lacework/terraform-kubernetes-agent/commit/a8da513313ad828ca906b213006f8e1b9e823e15)) +* ci: version bump to v2.0.1-dev (Lacework)([dd336e3](https://github.com/lacework/terraform-kubernetes-agent/commit/dd336e33f9870d3b4862e438a7737344f8838cae)) diff --git a/VERSION b/VERSION index 840b784..50aea0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1-dev \ No newline at end of file +2.1.0 \ No newline at end of file