Skip to content

Commit

Permalink
release: v0.1.1 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <[email protected]>
  • Loading branch information
lacework-releng authored Jan 23, 2024
1 parent e7e8b23 commit 3a465ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 31 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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))
---

34 changes: 5 additions & 29 deletions RELEASE_NOTES.md
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))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1-dev
0.1.1

0 comments on commit 3a465ad

Please sign in to comment.