Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps github.com/hashicorp/consul/api from 1.12.0 to 1.13.0.

Release notes

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

v1.12.2

1.12.2 (June 3, 2022)

BUG FIXES:

  • kvs: Fixed a bug where query options were not being applied to KVS.Get RPC operations. [GH-13344]

v1.12.1

1.12.1 (May 25, 2022)

FEATURES:

  • xds: Add the ability to invoke AWS Lambdas through sidecar proxies. [GH-12956]

IMPROVEMENTS:

  • config: introduce telemetry.retry_failed_connection in agent configuration to retry on failed connection to any telemetry backend. This prevents the agent from exiting if the given DogStatsD DNS name is unresolvable, for example. [GH-13091]
  • sentinel: (Enterprise Only) Sentinel now uses SHA256 to generate policy ids
  • xds: Envoy now inserts x-forwarded-client-cert for incoming proxy connections [GH-12878]

BUG FIXES:

  • Fix a bug when configuring an add_headers directive named Host the header is not set for v1/internal/ui/metrics-proxy/ endpoint. [GH-13071]
  • api: Fix a bug that causes partition to be ignored when creating a namespace [GH-12845]
  • api: agent/self now returns version with +ent suffix for Enterprise Consul [GH-12961]
  • areas: (Enterprise Only) Fixes a bug when using Yamux pool ( for servers version 1.7.3 and later), the entire pool was locked while connecting to a remote location, which could potentially take a long time. [GH-1368]
  • ca: fix a bug that caused a non blocking leaf cert query after a blocking leaf cert query to block [GH-12820]
  • config: fix backwards compatibility bug where setting the (deprecated) top-level verify_incoming option would enable TLS client authentication on the gRPC port [GH-13118]
  • health: ensure /v1/health/service/:service endpoint returns the most recent results when a filter is used with streaming #12640 [GH-12640]
  • snapshot-agent: (Enterprise only) Fix a bug where providing the ACL token to the snapshot agent via a CLI or ENV variable without a license configured results in an error during license auto-retrieval.
  • ui: Re-instate '...' icon for row actions [GH-13183]

NOTES:

  • ci: change action to pull v1 instead of main [GH-12846]
Changelog

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

1.12.1 (May 25, 2022)

FEATURES:

  • xds: Add the ability to invoke AWS Lambdas through sidecar proxies. [GH-12956]

IMPROVEMENTS:

  • config: introduce telemetry.retry_failed_connection in agent configuration to retry on failed connection to any telemetry backend. This prevents the agent from exiting if the given DogStatsD DNS name is unresolvable, for example. [GH-13091]
  • sentinel: (Enterprise Only) Sentinel now uses SHA256 to generate policy ids
  • xds: Envoy now inserts x-forwarded-client-cert for incoming proxy connections [GH-12878]

BUG FIXES:

  • Fix a bug when configuring an add_headers directive named Host the header is not set for v1/internal/ui/metrics-proxy/ endpoint. [GH-13071]
  • api: Fix a bug that causes partition to be ignored when creating a namespace [GH-12845]
  • api: agent/self now returns version with +ent suffix for Enterprise Consul [GH-12961]
  • areas: (Enterprise Only) Fixes a bug when using Yamux pool ( for servers version 1.7.3 and later), the entire pool was locked while connecting to a remote location, which could potentially take a long time. [GH-1368]
  • ca: fix a bug that caused a non blocking leaf cert query after a blocking leaf cert query to block [GH-12820]
  • config: fix backwards compatibility bug where setting the (deprecated) top-level verify_incoming option would enable TLS client authentication on the gRPC port [GH-13118]
  • health: ensure /v1/health/service/:service endpoint returns the most recent results when a filter is used with streaming #12640 [GH-12640]
  • snapshot-agent: (Enterprise only) Fix a bug where providing the ACL token to the snapshot agent via a CLI or ENV variable without a license configured results in an error during license auto-retrieval.
  • ui: Re-instate '...' icon for row actions [GH-13183]

NOTES:

  • ci: change action to pull v1 instead of main [GH-12846]
Commits
  • 190d780 backport of commit ade4201462d856c33a8495e0a859bccac57c5445 (#13319)
  • a0b027d Merge pull request #12948 from hashicorp/backport/ma/vault-namespace-intermed...
  • 0c2472a Update website/content/docs/connect/ca/vault.mdx
  • ffdb0fe Update website/content/docs/connect/ca/vault.mdx
  • b4afb04 Update website/content/docs/connect/ca/vault.mdx
  • 1a20885 backport of commit ec8b4124a3a5f07692fb8023f3a05d39c5035587 (#13289)
  • 57706fd backport of commit 07215e8065dd233f92b3955b895e64efae51f341 (#13287)
  • 389af92 Add changelog from 1.12.1 (#13242)
  • 97ad06d Backport of ui: Typography update for view-only Intentions into release/1.12....
  • 20b7578 Backport of [CI-only] Support UBI images into release/1.12.x (#13254)
  • 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/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@v1.12.0...api/v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 18, 2022

Superseded by #31.

@dependabot dependabot bot closed this Jul 18, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/consul/api-1.13.0 branch July 18, 2022 10:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants