diff --git a/CHANGELOG.md b/CHANGELOG.md index 260cfca..db43931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.1.1 + +## Documentation Updates +* docs(readme): add terraform docs automation (#7) (Timothy MacDonald)([c4e03b2](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/c4e03b2ab99693a66352cf9d57f1b64b938b48d2)) +## Other Changes +* chore: add lacework_metric_module datasource (#8) (Darren)([e7e8b23](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/e7e8b2319762f4262a588bbab184f57d1504ef82)) +* ci: version bump to v0.1.1-dev (Lacework)([2266eea](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/2266eeaab8b2adf13e011925a457d781a5b088c3)) +--- # v0.1.0 ## Features @@ -14,4 +22,3 @@ * ci: sign lacework-releng commits (#4) (Salim Afiune)([212ff92](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/212ff9289199f5315e001969ce8b4c30d810b90d)) * ci: fix finding major versions during release (#2) (Salim Afiune)([c39e4f2](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/c39e4f2469bb840375357b84759efecc8b9d1bd9)) --- - diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 31c912f..8b962f0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,32 +1,8 @@ # Release Notes -Another day, another Terraform Module. This is the first release of the new Terraform Module for -deploying the Lacework Admission Controller and Proxy Scanner in a Kubernetes cluster. (`v0.1.0`) +Another day, another release. These are the release notes for the version `v0.1.1`. -## Basic Usage -``` -module "lacework_admission_controller" { - source = "lacework/admission-controller/kubernetes" - version = "~> 0.1" - - lacework_account_name = "YourLaceworkAccount" - proxy_scanner_token = "_123456789abcdef123456789abcd" - - registries = [ - { - name = "myRegistry" - domain = "myregistrydomain.com:8080" - ssl = true - auto_poll = false - credentials = { - user_name = "myUsername" - password = "myPassword" - } - } - ] -} -``` - -## Bug Fixes -* fix: example should reference local module (Salim Afiune Maya)([415b100](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/415b100500c68915e64b9ef6ad3de51d677d4d4a)) ## Documentation Updates -* docs: update README.md (Salim Afiune Maya)([ce4f705](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/ce4f70561b24bb12fed00143210107431da22385)) +* docs(readme): add terraform docs automation (#7) (Timothy MacDonald)([c4e03b2](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/c4e03b2ab99693a66352cf9d57f1b64b938b48d2)) +## Other Changes +* chore: add lacework_metric_module datasource (#8) (Darren)([e7e8b23](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/e7e8b2319762f4262a588bbab184f57d1504ef82)) +* ci: version bump to v0.1.1-dev (Lacework)([2266eea](https://github.com/lacework/terraform-kubernetes-admission-controller/commit/2266eeaab8b2adf13e011925a457d781a5b088c3)) diff --git a/VERSION b/VERSION index 2c02a4b..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1-dev \ No newline at end of file +0.1.1 \ No newline at end of file