morningconsult / docker-credential-vault-login

Automatically gets docker credentials from Hashicorp Vault
Apache License 2.0
77 stars 11 forks source link

chore(deps): bump github.com/hashicorp/vault from 1.11.2 to 1.11.3 #101

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/hashicorp/vault from 1.11.2 to 1.11.3.

Changelog

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

1.11.3

August 31, 2022

CHANGES:

  • core: Bump Go version to 1.17.13.

IMPROVEMENTS:

  • auth/kerberos: add add_group_aliases config to include LDAP groups in Vault group aliases [GH-16890]
  • auth/kerberos: add remove_instance_name parameter to the login CLI and the Kerberos config in Vault. This removes any instance names found in the keytab service principal name. [GH-16594]
  • identity/oidc: Adds the client_secret_post token endpoint authentication method. [GH-16598]
  • storage/gcs: Add documentation explaining how to configure the gcs backend using environment variables instead of options in the configuration stanza [GH-14455]

BUG FIXES:

  • api: Fixed erroneous warnings of unrecognized parameters when unwrapping data. [GH-16794]
  • auth/gcp: Fixes the ability to reset the configuration's credentials to use application default credentials. [GH-16523]
  • auth/kerberos: Maintain headers set by the client [GH-16636]
  • command/debug: fix bug where monitor was not honoring configured duration [GH-16834]
  • core/license (enterprise): Always remove stored license and allow unseal to complete when license cleanup fails
  • database/elasticsearch: Fixes a bug in boolean parsing for initialize [GH-16526]
  • identity/oidc: Change the state parameter of the Authorization Endpoint to optional. [GH-16599]
  • identity/oidc: Detect invalid redirect_uri values sooner in validation of the Authorization Endpoint. [GH-16601]
  • identity/oidc: Fixes validation of the request and request_uri parameters. [GH-16600]
  • plugin/secrets/auth: Fix a bug with aliased backends such as aws-ec2 or generic [GH-16673]
  • secrets/database: Fix a bug where the secret engine would queue up a lot of WAL deletes during startup. [GH-16686]
  • secrets/gcp: Fixes duplicate static account key creation from performance secondary clusters. [GH-16534]
  • secrets/pki: Fix migration to properly handle mounts that contain only keys, no certificates [GH-16813]
  • secrets/pki: Ignore EC PARAMETER PEM blocks during issuer import (/config/ca, /issuers/import/*, and /intermediate/set-signed) [GH-16721]
  • secrets/pki: LIST issuers endpoint is now unauthenticated. [GH-16830]
  • storage/raft: Fix retry_join initialization failure [GH-16550]
  • ui: Fix OIDC callback to accept namespace flag in different formats [GH-16886]
  • ui: Fix info tooltip submitting form [GH-16659]
  • ui: Fix naming of permitted_dns_domains form parameter on CA creation (root generation and sign intermediate). [GH-16739]
Commits
  • 17250b2 Backport of UI/OIDC auth bug for hcp namespace flag into release/1.11.x (#16908)
  • 5d856ce backport of commit 7ad1559489258a5f508fcb36bc379c9de57e636f (#16906)
  • f18e791 backport of commit b23763fa8d8dac0b8c0593357df905c6c1efcc13 (#16904)
  • 563482d backport of commit 82fde6f864d2e9e30238bbcf19f869553c3b09b0 (#16899)
  • 87ac56b auth/kerberos: add config to include ldap groups in group alias (#16890) (#16...
  • be83be7 backport of commit 247a019be0ace89bfa3cdc54c0294829bf390ef0 (#16884)
  • c961a77 backport of commit bd8d762732e00db48413ed522aeb6dc511e5ba89 (#16878)
  • 4c2b5ab backport of commit fa77835870c647d1f60a0ec03f24bbe041448489 (#16876)
  • c10ccf1 backport of commit a222dbfd2954bf2f41e27fb96f4d9be2347504f7 (#16852)
  • 20d1660 backport of commit 0de67d5b0400d776211fe16c34d510064ff36c94 (#16868)
  • 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)