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

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/hashicorp/vault/api-1.8.2 into v3 2022-11-12 18:30:56 +03:00
dependabot[bot] commented 2022-11-01 11:37:14 +03:00 (Migrated from github.com)

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)
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.8.0 to 1.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/vault/releases">github.com/hashicorp/vault/api's releases</a>.</em></p> <blockquote> <h2>v1.8.2</h2> <h2>1.8.2</h2> <h3>26 August 2021</h3> <p>CHANGES:</p> <ul> <li>go: Update go version to 1.16.7 [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12408">GH-12408</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>auth/aws: Fixes ec2 login no longer supporting DSA signature verification [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12340">GH-12340</a>]</li> <li>cli: vault debug now puts newlines after every captured log line. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12175">GH-12175</a>]</li> <li>database/couchbase: change default template to truncate username at 128 characters [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12300">GH-12300</a>]</li> <li>identity: Fix a panic on arm64 platform when doing identity I/O. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12371">GH-12371</a>]</li> <li>physical/raft: Fix safeio.Rename error when restoring snapshots on windows [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12377">GH-12377</a>]</li> <li>plugin/snowflake: Fixed bug where plugin would crash on 32 bit systems [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12378">GH-12378</a>]</li> <li>sdk/database: Fix a DeleteUser error message on the gRPC client. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12351">GH-12351</a>]</li> <li>secrets/gcp: Fixes a potential panic in the service account policy rollback for rolesets. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12379">GH-12379</a>]</li> <li>ui: Fixed api explorer routing bug [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12354">GH-12354</a>]</li> <li>ui: Fixes metrics page when read on counter config not allowed [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12348">GH-12348</a>]</li> <li>ui: fix issue where on MaskedInput on auth methods if tab it would clear the value. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12409">GH-12409</a>]</li> </ul> <h2>v1.8.1</h2> <h2>1.8.1</h2> <h3>August 5th, 2021</h3> <p>CHANGES:</p> <ul> <li>go: Update go version to 1.16.6 [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12245">GH-12245</a>]</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>serviceregistration: add <code>external-source: &quot;vault&quot;</code> metadata value for Consul registration. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12163">GH-12163</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>auth/aws: Remove warning stating AWS Token TTL will be capped by the Default Lease TTL. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12026">GH-12026</a>]</li> <li>auth/jwt: Fixes OIDC auth from the Vault UI when using <code>form_post</code> as the <code>oidc_response_mode</code>. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12258">GH-12258</a>]</li> <li>core (enterprise): Disallow autogenerated licenses to be used in diagnose even when config is specified</li> <li>core: fix byte printing for diagnose disk checks [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12229">GH-12229</a>]</li> <li>identity: do not allow a role's token_ttl to be longer than the signing key's verification_ttl [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12151">GH-12151</a>]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/vault/blob/main/CHANGELOG.md">github.com/hashicorp/vault/api's changelog</a>.</em></p> <blockquote> <h2>1.8.2</h2> <h3>26 August 2021</h3> <p>CHANGES:</p> <ul> <li>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</li> <li>go: Update go version to 1.16.7 [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12408">GH-12408</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>auth/aws: Fixes ec2 login no longer supporting DSA signature verification [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12340">GH-12340</a>]</li> <li>cli: vault debug now puts newlines after every captured log line. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12175">GH-12175</a>]</li> <li>database/couchbase: change default template to truncate username at 128 characters [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12300">GH-12300</a>]</li> <li>identity: Fix a panic on arm64 platform when doing identity I/O. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12371">GH-12371</a>]</li> <li>physical/raft: Fix safeio.Rename error when restoring snapshots on windows [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12377">GH-12377</a>]</li> <li>plugin/snowflake: Fixed bug where plugin would crash on 32 bit systems [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12378">GH-12378</a>]</li> <li>sdk/database: Fix a DeleteUser error message on the gRPC client. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12351">GH-12351</a>]</li> <li>secrets/gcp: Fixes a potential panic in the service account policy rollback for rolesets. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12379">GH-12379</a>]</li> <li>ui: Fixed api explorer routing bug [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12354">GH-12354</a>]</li> <li>ui: Fixes metrics page when read on counter config not allowed [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12348">GH-12348</a>]</li> <li>ui: fix issue where on MaskedInput on auth methods if tab it would clear the value. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12409">GH-12409</a>]</li> </ul> <h2>1.8.1</h2> <h3>August 5th, 2021</h3> <p>CHANGES:</p> <ul> <li>go: Update go version to 1.16.6 [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12245">GH-12245</a>]</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>serviceregistration: add <code>external-source: &quot;vault&quot;</code> metadata value for Consul registration. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12163">GH-12163</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>auth/aws: Remove warning stating AWS Token TTL will be capped by the Default Lease TTL. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12026">GH-12026</a>]</li> <li>auth/jwt: Fixes OIDC auth from the Vault UI when using <code>form_post</code> as the <code>oidc_response_mode</code>. [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12258">GH-12258</a>]</li> <li>core (enterprise): Disallow autogenerated licenses to be used in diagnose even when config is specified</li> <li>core: fix byte printing for diagnose disk checks [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12229">GH-12229</a>]</li> <li>identity: do not allow a role's token_ttl to be longer than the signing key's verification_ttl [<a href="https://github-redirect.dependabot.com/hashicorp/vault/pull/12151">GH-12151</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/vault/commit/aca76f63357041a43b49f3e8c11d67358496959f"><code>aca76f6</code></a> update go mod with new sdk version (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12440">#12440</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/9b1f4d486f5d983ec9e8b9d1a90f696fa6f7bcc8"><code>9b1f4d4</code></a> packagespec upgrade -version 0.2.8 (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12433">#12433</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/11a17da317a6fdb87b962dd92d521abb16fc0638"><code>11a17da</code></a> Update version to 1.8.2 (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12407">#12407</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/914a320bd1b539515bc4ab8bc8ee2578be135b7b"><code>914a320</code></a> Backport 12408 (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12419">#12419</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/6e61a61df300afb2e6868732f565d44b4ee9809f"><code>6e61a61</code></a> Bug Fix: tab on MaskedInput for GeneratedItems it was clearing the value (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12">#12</a>...</li> <li><a href="https://github.com/hashicorp/vault/commit/c29aee769e05c35aa2016d115b8e98fa027109ef"><code>c29aee7</code></a> UI: Allow metrics view without config read (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12348">#12348</a>) (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12363">#12363</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/407532f9be710394930226199eeac7b3d8ce2cd5"><code>407532f</code></a> creds/aws: Add support for DSA signature verification for EC2 (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12340">#12340</a>) (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12361">#12361</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/b882dde82d5515242a6c17e2705a0fe9f0844e35"><code>b882dde</code></a> Handle api explorer routing error (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12354">#12354</a>) (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12385">#12385</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/0818886b01dbfd1b3198370f119eeb4022666d1c"><code>0818886</code></a> Backport 1.8.2: update snowflake plugin to v0.2.1 (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12389">#12389</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/10be989521ef5a5b47cfa4d7b012efa47498df10"><code>10be989</code></a> Fix <code>vault debug</code> so that captured logs include newlines. (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12175">#12175</a>) (<a href="https://github-redirect.dependabot.com/hashicorp/vault/issues/12201">#12201</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/vault/compare/v1.8.0...v1.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/vault/api&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
github-actions[bot] (Migrated from github.com) approved these changes 2022-11-01 11:37:31 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-config-vault#89
No description provided.