-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lacework <tech-ally@lacework.net>
- Loading branch information
1 parent
c92dbd0
commit 5adc320
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.1-dev | ||
2.1.0 |