iSchluff / terraform-provider-keepass

Terraform provider for reading secrets from keepass databases
Apache License 2.0
4 stars 1 forks source link

Bump github.com/tobischo/gokeepasslib/v3 from 3.2.4 to 3.5.0 #4

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/tobischo/gokeepasslib/v3 from 3.2.4 to 3.5.0.

Release notes

Sourced from github.com/tobischo/gokeepasslib/v3's releases.

v3.5.0

  • Add support for Cloning Group and Entry

v3.4.1

  • Fix key file support to actually deal with the different supported key file types

v3.4.0

  • Fix binary referencing after remove
  • Add binary garbage collections if all references have been removed

v3.3.0

  • Add database AddBinary and FindBinary functions

v3.2.5

Entries posess a field called CustomData which can have multiple items. In order to properly support this it needs to be part of the format definition to be properly de-, and encoded

Changelog

Sourced from github.com/tobischo/gokeepasslib/v3's changelog.

v3.5.0

  • Add support for Cloning Group and Entry

v3.4.1

  • Fix key file support to actually deal with the different supported key file types

v3.4.0

  • Fix binary referencing after remove
  • Add binary garbage collections if all references have been removed

v3.3.0

  • Add database AddBinary and FindBinary functions

v3.2.5

  • Add missing CustomData support for entries
Commits
  • 725a282 Update changelog
  • df59614 Add Clone functions on Entry and Group
  • 02f8ca0 Add dependencies to aid with testing comparison
  • 3c9b780 Re-read data into wrapper to ensure consistency to execution environment
  • 498215a Improve group tests
  • 170fb0b Make group tests run based on UTC
  • 8fb70ed Update dependencies and add testify/assert
  • 4c24847 Fix makefile indentation
  • bd763ac Fix test execution
  • 92d7af2 Add test execution through github actions
  • 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)
dependabot[bot] commented 1 year ago

Looks like github.com/tobischo/gokeepasslib/v3 is up-to-date now, so this is no longer needed.