Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/lacework/go-sdk from 1.49.0 to 1.53.0 #652

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps github.com/lacework/go-sdk from 1.49.0 to 1.53.0.

Release notes

Sourced from github.com/lacework/go-sdk's releases.

v1.51.0

Release Notes

Another day, another release. These are the release notes for the version v1.51.0.

Features

  • feat: prosast component data upload (#1639) (jonathan stewart)(635f2d30)
  • feat(GROW-2928): Upgrade the gcp terraform version (#1637) (Lei Jin)(02bcccab)
  • feat(GROW-2931): Add support for GCP default labels (#1633) (Lei Jin)(6d765866)
  • feat(GROW-2929): update lwgenerate to support GCP generation (#1631) (Lei Jin)(2c64710e)
  • feat(GROW-2819): enable custom blocks with azure generate (#1630) (Matt Cadorette)(67c7bbc9)
  • feat(GROW-2908): lwgenerate enable custom root terraform blocks and provider arguments (#1626) (Matt Cadorette)(8d50d317)
  • feat(GROW-2883): lwgenerate enable adding aws provider default tags (#1623) (Matt Cadorette)(5d6ef3df)

Bug Fixes

  • fix(GROW-2931): GCP default label should be attributes (#1636) (Lei Jin)(e575eac8)
  • fix(GROW-2819): split azuread/azurerm gen args (#1632) (Matt Cadorette)(6ae460a7)

Other Changes

  • chore: update cloud-account migrate cmd desc (#1625) (Manan Bhatia)(8c76d482)
  • ci: version bump to v1.50.1-dev (Lacework)(f469da52)

🐳 Docker Image

docker pull lacework/lacework-cli

v1.50.0

Release Notes

Another day, another release. These are the release notes for the version v1.50.0.

Features

  • feat: expose raw machine tags for external automation (#1618) (Matt Cadorette)(5e2e2c3c)
  • feat(GROW-2876): support terraform output blocks in lwgenerate (#1609) (Matt Cadorette)(5440c57d)

Bug Fixes

  • fix: use buffered channel for downloadComplete to prevent blocking (#1617) (Matt Cadorette)(7ddbd389)
  • fix: policy severity test correct test criteria (#1614) (Matt Cadorette)(ef808de2)
  • fix: correct integration tests for gcp (#1612) (Matt Cadorette)(8271a9f4)
  • fix: failing tests due to transient data states (#1608) (Matt Cadorette)(259b911b)
  • fix(cli): remove option to create AzureAD intg from CLI (manual) (#1604) (Manan Bhatia)(79711080)
  • fix(api): correct handling for resourceTags in policy exceptions (#1605) (Matt Cadorette)(fbe45aff)

Other Changes

  • ci: version bump to v1.49.1-dev (Lacework)(db33cada)

🐳 Docker Image

docker pull lacework/lacework-cli
Changelog

Sourced from github.com/lacework/go-sdk's changelog.

v1.53.0

Features

  • feat: Support bucket encryption for existing cloudtrail (#1653) (Lei Jin)(86ef42a3)
  • feat(cli): CLI guided config support for creating Azure AD integration (#1628) (Manan Bhatia)(e5ecd21e)

Bug Fixes

  • fix: Increase API timeout to 120 seconds (#1655) (Lei Jin)(a363439c)

Other Changes

  • ci: version bump to v1.52.1-dev (Lacework)(d25c70d7)

v1.52.0

Features

  • feat(GROW-2949): Provide organization_id for project level agentless integration (#1648) (Lei Jin)(152359d3)

Bug Fixes

  • fix(GROW-2950): disable use of gcp storage audit from generate (#1643) (Matt Cadorette)(5edd4cad)
  • fix: vuln integration test host id (#1645) (Matt Cadorette)(3cfc4caa)

Other Changes

  • chore: Add uuid for resource group tests (#1651) (Lei Jin)(cbe5213a)
  • chore(GROW-2952): update codeowners (#1647) (Matt Cadorette)(889c40ae)
  • chore(RAIN-93468): Remove use of the queryLanguage query property (#1638) (gspofford-lw)(eb8d5c1f)
  • ci: version bump to v1.51.1-dev (Lacework)(31adf212)

v1.51.0

Features

  • feat: prosast component data upload (#1639) (jonathan stewart)(635f2d30)
  • feat(GROW-2928): Upgrade the gcp terraform version (#1637) (Lei Jin)(02bcccab)
  • feat(GROW-2931): Add support for GCP default labels (#1633) (Lei Jin)(6d765866)
  • feat(GROW-2929): update lwgenerate to support GCP generation (#1631) (Lei Jin)(2c64710e)
  • feat(GROW-2819): enable custom blocks with azure generate (#1630) (Matt Cadorette)(67c7bbc9)
  • feat(GROW-2908): lwgenerate enable custom root terraform blocks and provider arguments (#1626) (Matt Cadorette)(8d50d317)
  • feat(GROW-2883): lwgenerate enable adding aws provider default tags (#1623) (Matt Cadorette)(5d6ef3df)

Bug Fixes

  • fix(GROW-2931): GCP default label should be attributes (#1636) (Lei Jin)(e575eac8)
  • fix(GROW-2819): split azuread/azurerm gen args (#1632) (Matt Cadorette)(6ae460a7)

Other Changes

  • chore: update cloud-account migrate cmd desc (#1625) (Manan Bhatia)(8c76d482)
  • ci: version bump to v1.50.1-dev (Lacework)(f469da52)

v1.50.0

Features

  • feat: expose raw machine tags for external automation (#1618) (Matt Cadorette)(5e2e2c3c)
  • feat(GROW-2876): support terraform output blocks in lwgenerate (#1609) (Matt Cadorette)(5440c57d)

Bug Fixes

  • fix: use buffered channel for downloadComplete to prevent blocking (#1617) (Matt Cadorette)(7ddbd389)
  • fix: policy severity test correct test criteria (#1614) (Matt Cadorette)(ef808de2)
  • fix: correct integration tests for gcp (#1612) (Matt Cadorette)(8271a9f4)
  • fix: failing tests due to transient data states (#1608) (Matt Cadorette)(259b911b)

... (truncated)

Commits
  • a49e85f release: v1.53.0 (#1656)
  • a363439 fix: Increase API timeout to 120 seconds (#1655)
  • 86ef42a feat: Support bucket encryption for existing cloudtrail (#1653)
  • e5ecd21 feat(cli): CLI guided config support for creating Azure AD integration (#1628)
  • d25c70d ci: version bump to v1.52.1-dev
  • d7c92df release: v1.52.0 (#1652)
  • 152359d feat(GROW-2949): Provide organization_id for project level agentless integrat...
  • cbe5213 chore: Add uuid for resource group tests (#1651)
  • 5edd4ca fix(GROW-2950): disable use of gcp storage audit from generate (#1643)
  • 889c40a chore(GROW-2952): update codeowners (#1647)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/lacework/go-sdk](https://github.com/lacework/go-sdk) from 1.49.0 to 1.53.0.
- [Release notes](https://github.com/lacework/go-sdk/releases)
- [Changelog](https://github.com/lacework/go-sdk/blob/main/CHANGELOG.md)
- [Commits](lacework/go-sdk@v1.49.0...v1.53.0)

---
updated-dependencies:
- dependency-name: github.com/lacework/go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2024 21:10
@dependabot dependabot bot requested review from marktabry and jeffreynglw and removed request for a team September 9, 2024 21:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
@dependabot dependabot bot requested a review from petrlw September 9, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants