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

Bump github.com/sumup-oss/vaulted from 0.2.1 to 0.3.0 #22

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 17, 2021

Bumps github.com/sumup-oss/vaulted from 0.2.1 to 0.3.0.

Release notes

Sourced from github.com/sumup-oss/vaulted's releases.

v0.3.0

Changelog at https://github.com/sumup-oss/vaulted/blob/master/CHANGELOG.md

Changelog

Sourced from github.com/sumup-oss/vaulted's changelog.

v0.3.0

Added

Changed

  • Commands from terraform sub-command are now part of terraform vault. This is to accommodate for future terraform X command where X might be another provider ; Ref: sumup-oss/vaulted#5
  • Replaced HCLv1 parser with HCLv2 one ; Ref: sumup-oss/vaulted#16
  • Untangled the API implemented by other users of vaulted like terraform providers. Result is now it's easier to implement different strategies, like in the future - GCP KMS support. ; Ref: sumup-oss/vaulted#33

Removed

  • Commands from legacy sub-command are now removed. We're not using them internally. The migration from legacy to v1 secret format command(s) are there to help you transition ; Ref: sumup-oss/vaulted#15
  • HCLv1 parsing and support for Terraform earlier than 0.12 ; Ref: sumup-oss/vaulted#16
  • ini commands. Ref: sumup-oss/vaulted#33
Commits
  • eff300b Merge pull request #33 from sumup-oss/add-kms-support
  • 0e2f33d Add support for AWS KMS asymmetric keypair backend
  • bf8011c Merge pull request #32 from sumup-oss/dependabot/github_actions/goreleaser/go...
  • f21a590 Bump goreleaser/goreleaser-action from 2.6.1 to 2.7.0
  • 95cd14b Merge pull request #31 from sumup-oss/dependabot/go_modules/github.com/hashic...
  • 43a3715 Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.1
  • c1994a0 Merge pull request #30 from sumup-oss/dependabot/go_modules/github.com/zclcon...
  • 3986102 Bump github.com/zclconf/go-cty from 1.8.3 to 1.9.0
  • e1e7186 Merge pull request #26 from sumup-oss/dependabot/github_actions/actions/cache...
  • 09096d2 Merge pull request #27 from sumup-oss/dependabot/github_actions/goreleaser/go...
  • 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 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/sumup-oss/vaulted](https://github.com/sumup-oss/vaulted) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/sumup-oss/vaulted/releases)
- [Changelog](https://github.com/sumup-oss/vaulted/blob/master/CHANGELOG.md)
- [Commits](sumup-oss/vaulted@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/sumup-oss/vaulted
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from syndbg as a code owner August 17, 2021 06:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 17, 2021
Copy link
Member

@syndbg syndbg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking changes

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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant