philips-labs / dct-notary-admin

To manage Docker Content Trust and Notary certificates
MIT License
12 stars 1 forks source link

Bump github.com/hashicorp/vault/api from 1.8.0 to 1.8.2 #667

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/hashicorp/vault/api from 1.8.0 to 1.8.2.

Release notes

Sourced from github.com/hashicorp/vault/api's releases.

v1.8.2

1.8.2

26 August 2021

CHANGES:

  • go: Update go version to 1.16.7 [GH-12408]

BUG FIXES:

  • auth/aws: Fixes ec2 login no longer supporting DSA signature verification [GH-12340]
  • cli: vault debug now puts newlines after every captured log line. [GH-12175]
  • database/couchbase: change default template to truncate username at 128 characters [GH-12300]
  • identity: Fix a panic on arm64 platform when doing identity I/O. [GH-12371]
  • physical/raft: Fix safeio.Rename error when restoring snapshots on windows [GH-12377]
  • plugin/snowflake: Fixed bug where plugin would crash on 32 bit systems [GH-12378]
  • sdk/database: Fix a DeleteUser error message on the gRPC client. [GH-12351]
  • secrets/gcp: Fixes a potential panic in the service account policy rollback for rolesets. [GH-12379]
  • ui: Fixed api explorer routing bug [GH-12354]
  • ui: Fixes metrics page when read on counter config not allowed [GH-12348]
  • ui: fix issue where on MaskedInput on auth methods if tab it would clear the value. [GH-12409]

v1.8.1

1.8.1

August 5th, 2021

CHANGES:

  • go: Update go version to 1.16.6 [GH-12245]

IMPROVEMENTS:

  • serviceregistration: add external-source: "vault" metadata value for Consul registration. [GH-12163]

BUG FIXES:

  • auth/aws: Remove warning stating AWS Token TTL will be capped by the Default Lease TTL. [GH-12026]
  • auth/jwt: Fixes OIDC auth from the Vault UI when using form_post as the oidc_response_mode. [GH-12258]
  • core (enterprise): Disallow autogenerated licenses to be used in diagnose even when config is specified
  • core: fix byte printing for diagnose disk checks [GH-12229]
  • identity: do not allow a role's token_ttl to be longer than the signing key's verification_ttl [GH-12151]
Changelog

Sourced from github.com/hashicorp/vault/api's changelog.

1.8.2

26 August 2021

CHANGES:

  • Alpine: Docker images for Vault 1.6.6+, 1.7.4+, and 1.8.2+ are built with Alpine 3.14, due to CVE-2021-36159
  • go: Update go version to 1.16.7 [GH-12408]

BUG FIXES:

  • auth/aws: Fixes ec2 login no longer supporting DSA signature verification [GH-12340]
  • cli: vault debug now puts newlines after every captured log line. [GH-12175]
  • database/couchbase: change default template to truncate username at 128 characters [GH-12300]
  • identity: Fix a panic on arm64 platform when doing identity I/O. [GH-12371]
  • physical/raft: Fix safeio.Rename error when restoring snapshots on windows [GH-12377]
  • plugin/snowflake: Fixed bug where plugin would crash on 32 bit systems [GH-12378]
  • sdk/database: Fix a DeleteUser error message on the gRPC client. [GH-12351]
  • secrets/gcp: Fixes a potential panic in the service account policy rollback for rolesets. [GH-12379]
  • ui: Fixed api explorer routing bug [GH-12354]
  • ui: Fixes metrics page when read on counter config not allowed [GH-12348]
  • ui: fix issue where on MaskedInput on auth methods if tab it would clear the value. [GH-12409]

1.8.1

August 5th, 2021

CHANGES:

  • go: Update go version to 1.16.6 [GH-12245]

IMPROVEMENTS:

  • serviceregistration: add external-source: "vault" metadata value for Consul registration. [GH-12163]

BUG FIXES:

  • auth/aws: Remove warning stating AWS Token TTL will be capped by the Default Lease TTL. [GH-12026]
  • auth/jwt: Fixes OIDC auth from the Vault UI when using form_post as the oidc_response_mode. [GH-12258]
  • core (enterprise): Disallow autogenerated licenses to be used in diagnose even when config is specified
  • core: fix byte printing for diagnose disk checks [GH-12229]
  • identity: do not allow a role's token_ttl to be longer than the signing key's verification_ttl [GH-12151]
Commits


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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #667 (2ebfea6) into main (ebd32ca) will increase coverage by 31.28%. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/graphs/tree.svg?width=650&height=150&src=pr&token=nF2lQet9ca&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs)](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs) ```diff @@ Coverage Diff @@ ## main #667 +/- ## =========================================== + Coverage 21.51% 52.80% +31.28% =========================================== Files 16 30 +14 Lines 158 1392 +1234 Branches 15 15 =========================================== + Hits 34 735 +701 - Misses 109 557 +448 - Partials 15 100 +85 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `52.80% <ø> (+31.28%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs) | Coverage Δ | | |---|---|---| | [lib/secrets/vault.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL3NlY3JldHMvdmF1bHQuZ28=) | `44.54% <0.00%> (ø)` | | | [lib/targets/targets.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL3RhcmdldHMvdGFyZ2V0cy5nbw==) | `52.88% <0.00%> (ø)` | | | [lib/notary/cmds.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL25vdGFyeS9jbWRzLmdv) | `100.00% <0.00%> (ø)` | | | [lib/api.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL2FwaS5nbw==) | `91.66% <0.00%> (ø)` | | | [cmd/version.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-Y21kL3ZlcnNpb24uZ28=) | `100.00% <0.00%> (ø)` | | | [cmd/root.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-Y21kL3Jvb3QuZ28=) | `45.88% <0.00%> (ø)` | | | [lib/secrets/secrets.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL3NlY3JldHMvc2VjcmV0cy5nbw==) | `100.00% <0.00%> (ø)` | | | [lib/server.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL3NlcnZlci5nbw==) | `0.00% <0.00%> (ø)` | | | [lib/notary/utils.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL25vdGFyeS91dGlscy5nbw==) | `87.14% <0.00%> (ø)` | | | [lib/notary/repo\_factory.go](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs#diff-bGliL25vdGFyeS9yZXBvX2ZhY3RvcnkuZ28=) | `71.42% <0.00%> (ø)` | | | ... and [4 more](https://codecov.io/gh/philips-labs/dct-notary-admin/pull/667/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=philips-labs) | |
dependabot[bot] commented 1 year ago

Superseded by #688.