From fb3413dd05b171621e9318e6db4814631aedd0f9 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:06:28 -0700 Subject: [PATCH] release: v1.5.1 (#46) Signed-off-by: Lacework Signed-off-by: Salim Afiune Maya --- CHANGELOG.md | 9 +++++++++ RELEASE_NOTES.md | 10 ++++++---- VERSION | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c3d44..95f8851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.5.1 + +## Documentation Updates +* docs: Update README to match resource defaults (#44) (Chris Golden)([ff8e4b7](https://github.com/lacework/terraform-kubernetes-agent/commit/ff8e4b7ff72cd9cedeb31390e61050b0c8776369)) + +## Other Changes +* chore: update PR template (#42) (Darren)([5986190](https://github.com/lacework/terraform-kubernetes-agent/commit/59861902c3f3343e06e3e7bc015c7dea826b2e03)) +* ci: version bump to v1.5.1-dev (Lacework)([a27ea66](https://github.com/lacework/terraform-kubernetes-agent/commit/a27ea66579bf3a64dacfdf603576d163cd666768)) +--- # v1.5.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5c1b27c..418c4d2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,9 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.5.0`. +Another day, another release. These are the release notes for the version `v1.5.1`. + +## Documentation Updates +* docs: Update README to match resource defaults (#44) (Chris Golden)([ff8e4b7](https://github.com/lacework/terraform-kubernetes-agent/commit/ff8e4b7ff72cd9cedeb31390e61050b0c8776369)) -## Features -* feat: add autoupgrade flag and enable stdout logging (#40) (Chris Golden)([2fa80eb](https://github.com/lacework/terraform-kubernetes-agent/commit/2fa80eb56a61ccd57c3f5d902a7c1a15b803f525)) ## Other Changes -* ci: version bump to v1.4.3-dev (Lacework)([c60cdfa](https://github.com/lacework/terraform-kubernetes-agent/commit/c60cdfa0e5c1edcda4447864bd51e286afa37d20)) +* chore: update PR template (#42) (Darren)([5986190](https://github.com/lacework/terraform-kubernetes-agent/commit/59861902c3f3343e06e3e7bc015c7dea826b2e03)) +* ci: version bump to v1.5.1-dev (Lacework)([a27ea66](https://github.com/lacework/terraform-kubernetes-agent/commit/a27ea66579bf3a64dacfdf603576d163cd666768)) diff --git a/VERSION b/VERSION index 1de3809..8e03717 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1-dev \ No newline at end of file +1.5.1 \ No newline at end of file