Skip to content

Commit

Permalink
release: v2.0.0 (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <tech-ally@lacework.net>
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
lacework-releng authored Jun 16, 2022
1 parent bfb43d6 commit bdbca6c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.0.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))
## Other Changes
* ci: version bump to v1.5.2-dev (Lacework)([a8da513](/~https://github.com/lacework/terraform-kubernetes-agent/commit/a8da513313ad828ca906b213006f8e1b9e823e15))
---
# v1.5.1

## Documentation Updates
Expand Down
15 changes: 9 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Release Notes
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))
Another day, another release. These are the release notes for the version `v2.0.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))
## 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))
* ci: version bump to v1.5.2-dev (Lacework)([a8da513](/~https://github.com/lacework/terraform-kubernetes-agent/commit/a8da513313ad828ca906b213006f8e1b9e823e15))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-dev
2.0.0

0 comments on commit bdbca6c

Please sign in to comment.