-
Notifications
You must be signed in to change notification settings - Fork 3
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 <[email protected]>
- Loading branch information
1 parent
e7e8b23
commit 3a465ad
Showing
3 changed files
with
14 additions
and
31 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,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)) |
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 @@ | ||
0.1.1-dev | ||
0.1.1 |