Skip to content

Commit

Permalink
release: v0.39.0 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacework-releng authored Jul 15, 2022
1 parent a8a5feb commit 35619d2
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 26 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v0.39.0

## Features
* feat(cli): colorize CDK commands (#859) (Salim Afiune)([41e0785](https://github.com/lacework/go-sdk/commit/41e07854448b5053312bc57791c3b20a7aa4de60))
* feat(cli): fetch existing policy for cli update (#841) (Darren)([8bc93ba](https://github.com/lacework/go-sdk/commit/8bc93baa67e3f8f063afc9b4f05199801cd8c170))
* feat(cli): new policy-exceptions command (#844) (Darren)([7e894c9](https://github.com/lacework/go-sdk/commit/7e894c9d5d2f3d550f3d117db684a6116e851ecd))
* feat(cli): include status in vuln ctr scan assesment output (#853) (Darren)([5ff586c](https://github.com/lacework/go-sdk/commit/5ff586cb3a12c6f60fa79164b6a3d3e74461d6f4))
* feat(cli): display CDK version (Salim Afiune Maya)([d21bbef](https://github.com/lacework/go-sdk/commit/d21bbefeb4da27cc3036d1981c0bec44ec88d97a))
* feat(cdk): life cycle event 'cdk-init' (Salim Afiune Maya)([12eee01](https://github.com/lacework/go-sdk/commit/12eee017c12145c6bc315050803e9f15f04a651e))
* feat: support inline scanner integrations (Salim Afiune Maya)([99aacd8](https://github.com/lacework/go-sdk/commit/99aacd80e2a451f2286f49d6cd2079adf3a87105))
## Bug Fixes
* fix: omit vulnerability_exception fixable parameter when unset (#857) (Darren)([e671857](https://github.com/lacework/go-sdk/commit/e6718576f977a79bdef231c164c60d0717df290d))
* fix(cli): use proper env var name LW_API_TOKEN (#856) (Salim Afiune)([22efef4](https://github.com/lacework/go-sdk/commit/22efef47783986824d3c404cee86484660ca7ff4))
* fix(cli): install.ps1 avoid Windows agent collision (#854) (Salim Afiune)([1d52d27](https://github.com/lacework/go-sdk/commit/1d52d27057cf3e4f99896509db26a6cf2704ecc6))
## Documentation Updates
* docs(api): fix path to examples in readme (#858) (Yasmine Hal)([a8a5feb](https://github.com/lacework/go-sdk/commit/a8a5febb8a8cdd373e4e07cde64041f4d0abbd4f))
## Other Changes
* chore(cli): update content-library component name (#855) (hazedav)([2794070](https://github.com/lacework/go-sdk/commit/27940704c140ca229235f8fc1ac8b1c81f1ad269))
* ci: version bump to v0.38.1-dev (Lacework)([196406a](https://github.com/lacework/go-sdk/commit/196406aedce90674661551ac146f6cdec2d8d634))
---
# v0.38.0

## Features
Expand Down
30 changes: 15 additions & 15 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.38.0`.
Another day, another release. These are the release notes for the version `v0.39.0`.

## Features
* feat: chocolatey package scripts (#832) (Darren)([22c1005](https://github.com/lacework/go-sdk/commit/22c1005f64c6a7cb81957eeb06961b5de2856575))
## Refactor
* refactor: policy exception constraint type (#842) (Darren)([88bfdb5](https://github.com/lacework/go-sdk/commit/88bfdb58eb73abf00bacc797075aa4350cda0683))
* feat(cli): colorize CDK commands (#859) (Salim Afiune)([41e0785](https://github.com/lacework/go-sdk/commit/41e07854448b5053312bc57791c3b20a7aa4de60))
* feat(cli): fetch existing policy for cli update (#841) (Darren)([8bc93ba](https://github.com/lacework/go-sdk/commit/8bc93baa67e3f8f063afc9b4f05199801cd8c170))
* feat(cli): new policy-exceptions command (#844) (Darren)([7e894c9](https://github.com/lacework/go-sdk/commit/7e894c9d5d2f3d550f3d117db684a6116e851ecd))
* feat(cli): include status in vuln ctr scan assesment output (#853) (Darren)([5ff586c](https://github.com/lacework/go-sdk/commit/5ff586cb3a12c6f60fa79164b6a3d3e74461d6f4))
* feat(cli): display CDK version (Salim Afiune Maya)([d21bbef](https://github.com/lacework/go-sdk/commit/d21bbefeb4da27cc3036d1981c0bec44ec88d97a))
* feat(cdk): life cycle event 'cdk-init' (Salim Afiune Maya)([12eee01](https://github.com/lacework/go-sdk/commit/12eee017c12145c6bc315050803e9f15f04a651e))
* feat: support inline scanner integrations (Salim Afiune Maya)([99aacd8](https://github.com/lacework/go-sdk/commit/99aacd80e2a451f2286f49d6cd2079adf3a87105))
## Bug Fixes
* fix(cli): subtract 1 minute from machine details end time (#848) (Darren)([c53388f](https://github.com/lacework/go-sdk/commit/c53388f794ae9b3b9690728fed76c75c9749862a))
* fix(cli): Fix icon, desc and summary of .nuspec file (#843) (Darren)([0c5c456](https://github.com/lacework/go-sdk/commit/0c5c45689742903c47632b167d44388ebff9af9d))
* fix: omit vulnerability_exception fixable parameter when unset (#857) (Darren)([e671857](https://github.com/lacework/go-sdk/commit/e6718576f977a79bdef231c164c60d0717df290d))
* fix(cli): use proper env var name LW_API_TOKEN (#856) (Salim Afiune)([22efef4](https://github.com/lacework/go-sdk/commit/22efef47783986824d3c404cee86484660ca7ff4))
* fix(cli): install.ps1 avoid Windows agent collision (#854) (Salim Afiune)([1d52d27](https://github.com/lacework/go-sdk/commit/1d52d27057cf3e4f99896509db26a6cf2704ecc6))
## Documentation Updates
* docs(api): fix path to examples in readme (#858) (Yasmine Hal)([a8a5feb](https://github.com/lacework/go-sdk/commit/a8a5febb8a8cdd373e4e07cde64041f4d0abbd4f))
## Other Changes
* chore(deps): bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 (#840) (dependabot[bot])([77d78f0](https://github.com/lacework/go-sdk/commit/77d78f0c996aedaf595d2f9bd7e90cc398ad0256))
* chore(deps): bump github.com/hashicorp/terraform-exec (#845) (dependabot[bot])([9db51aa](https://github.com/lacework/go-sdk/commit/9db51aa8aff39b7f2090d638760c4791780d0cc0))
* chore(deps): bump github.com/abiosoft/colima from 0.4.2 to 0.4.4 (#849) (dependabot[bot])([0b1b60e](https://github.com/lacework/go-sdk/commit/0b1b60e18d9164a2ba3b575e72610a434b0380c1))
* chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#846) (dependabot[bot])([ba2cdbf](https://github.com/lacework/go-sdk/commit/ba2cdbf0a4316bf33c192e5fd7981f389c8ce0b9))
* chore(deps): bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#847) (dependabot[bot])([b8b232e](https://github.com/lacework/go-sdk/commit/b8b232e999086b23b79b9267e9d74099200d5a37))
* chore(deps): bump github.com/hashicorp/terraform-exec (#837) (dependabot[bot])([c7b06b6](https://github.com/lacework/go-sdk/commit/c7b06b6f42546e4c9455886779e08e750dabe292))
* chore(deps): bump github.com/hashicorp/hc-install from 0.3.2 to 0.4.0 (#836) (dependabot[bot])([2e388bd](https://github.com/lacework/go-sdk/commit/2e388bda6f5666c752db824335143df0ec8bd4ac))
* chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5 (#838) (dependabot[bot])([d3d0ef7](https://github.com/lacework/go-sdk/commit/d3d0ef772df59d52af1034ab83f70749a4fa8410))
* ci: version bump to v0.37.1-dev (Lacework)([841d251](https://github.com/lacework/go-sdk/commit/841d251b3def5e8c2cb4bd0f51bc49b4602b5df6))
* chore(cli): update content-library component name (#855) (hazedav)([2794070](https://github.com/lacework/go-sdk/commit/27940704c140ca229235f8fc1ac8b1c81f1ad269))
* ci: version bump to v0.38.1-dev (Lacework)([196406a](https://github.com/lacework/go-sdk/commit/196406aedce90674661551ac146f6cdec2d8d634))

## Docker Images
* `docker pull lacework/lacework-cli:latest`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.38.1-dev
0.39.0
4 changes: 2 additions & 2 deletions api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cli/docs/lacework.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This will prompt you for your Lacework account and a set of API access keys.
* [lacework event](lacework_event.md) - Inspect Lacework events
* [lacework integration](lacework_integration.md) - Manage external integrations
* [lacework policy](lacework_policy.md) - Manage policies
* [lacework policy-exception](lacework_policy-exception.md) - Manage policy exceptions
* [lacework query](lacework_query.md) - Run and manage queries
* [lacework report-rule](lacework_report-rule.md) - Manage report rules
* [lacework resource-group](lacework_resource-group.md) - Manage resource groups
Expand Down
8 changes: 4 additions & 4 deletions cli/docs/lacework_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ To view the LQL query associated with the policy, use the query id shown.
* [lacework](lacework.md) - A tool to manage the Lacework cloud security platform.
* [lacework policy create](lacework_policy_create.md) - Create a policy
* [lacework policy delete](lacework_policy_delete.md) - Delete a policy
* [lacework policy disable](lacework_policy_disable.md) - Disable Policies
* [lacework policy enable](lacework_policy_enable.md) - Enable Policies
* [lacework policy list](lacework_policy_list.md) - List policies
* [lacework policy disable](lacework_policy_disable.md) - Disable policies
* [lacework policy enable](lacework_policy_enable.md) - Enable policies
* [lacework policy list](lacework_policy_list.md) - List all policies
* [lacework policy list-tags](lacework_policy_list-tags.md) - List policy tags
* [lacework policy show](lacework_policy_show.md) - Show policy
* [lacework policy show](lacework_policy_show.md) - Show details about a policy
* [lacework policy update](lacework_policy_update.md) - Update a policy

4 changes: 2 additions & 2 deletions cli/docs/lacework_policy_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ hide_title: true

## lacework policy list

List policies
List all policies

### Synopsis

List all the registered policies in your Lacework account.
List all registered policies in your Lacework account.

```
lacework policy list [flags]
Expand Down
4 changes: 2 additions & 2 deletions cli/docs/lacework_policy_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ hide_title: true

## lacework policy show

Show policy
Show details about a policy

### Synopsis

Show details about a single policy.
Show details about the provided policy ID.

```
lacework policy show <policy_id> [flags]
Expand Down

0 comments on commit 35619d2

Please sign in to comment.