Bump github.com/hashicorp/consul/api from 1.12.0 to 1.13.0 #79

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/hashicorp/consul/api-1.13.0 into v3 2022-06-25 22:48:04 +03:00
dependabot[bot] commented 2022-06-01 20:28:36 +03:00 (Migrated from github.com)

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.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. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/consul/releases">github.com/hashicorp/consul/api's releases</a>.</em></p> <blockquote> <h2>v1.12.1</h2> <h2>1.12.1 (May 25, 2022)</h2> <p>FEATURES:</p> <ul> <li>xds: Add the ability to invoke AWS Lambdas through sidecar proxies. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12956">GH-12956</a>]</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>config: introduce <code>telemetry.retry_failed_connection</code> 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. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13091">GH-13091</a>]</li> <li>sentinel: <strong>(Enterprise Only)</strong> Sentinel now uses SHA256 to generate policy ids</li> <li>xds: Envoy now inserts x-forwarded-client-cert for incoming proxy connections [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12878">GH-12878</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fix a bug when configuring an <code>add_headers</code> directive named <code>Host</code> the header is not set for <code>v1/internal/ui/metrics-proxy/</code> endpoint. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13071">GH-13071</a>]</li> <li>api: Fix a bug that causes partition to be ignored when creating a namespace [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12845">GH-12845</a>]</li> <li>api: agent/self now returns version with +ent suffix for Enterprise Consul [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12961">GH-12961</a>]</li> <li>areas: <strong>(Enterprise Only)</strong> 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. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/1368">GH-1368</a>]</li> <li>ca: fix a bug that caused a non blocking leaf cert query after a blocking leaf cert query to block [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12820">GH-12820</a>]</li> <li>config: fix backwards compatibility bug where setting the (deprecated) top-level <code>verify_incoming</code> option would enable TLS client authentication on the gRPC port [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13118">GH-13118</a>]</li> <li>health: ensure /v1/health/service/:service endpoint returns the most recent results when a filter is used with streaming <a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12640">#12640</a> [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12640">GH-12640</a>]</li> <li>snapshot-agent: <strong>(Enterprise only)</strong> 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.</li> <li>ui: Re-instate '...' icon for row actions [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13183">GH-13183</a>]</li> </ul> <p>NOTES:</p> <ul> <li>ci: change action to pull v1 instead of main [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12846">GH-12846</a>]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/consul/blob/main/CHANGELOG.md">github.com/hashicorp/consul/api's changelog</a>.</em></p> <blockquote> <h2>1.12.1 (May 25, 2022)</h2> <p>FEATURES:</p> <ul> <li>xds: Add the ability to invoke AWS Lambdas through sidecar proxies. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12956">GH-12956</a>]</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>config: introduce <code>telemetry.retry_failed_connection</code> 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. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13091">GH-13091</a>]</li> <li>sentinel: <strong>(Enterprise Only)</strong> Sentinel now uses SHA256 to generate policy ids</li> <li>xds: Envoy now inserts x-forwarded-client-cert for incoming proxy connections [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12878">GH-12878</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fix a bug when configuring an <code>add_headers</code> directive named <code>Host</code> the header is not set for <code>v1/internal/ui/metrics-proxy/</code> endpoint. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13071">GH-13071</a>]</li> <li>api: Fix a bug that causes partition to be ignored when creating a namespace [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12845">GH-12845</a>]</li> <li>api: agent/self now returns version with +ent suffix for Enterprise Consul [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12961">GH-12961</a>]</li> <li>areas: <strong>(Enterprise Only)</strong> 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. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/1368">GH-1368</a>]</li> <li>ca: fix a bug that caused a non blocking leaf cert query after a blocking leaf cert query to block [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12820">GH-12820</a>]</li> <li>config: fix backwards compatibility bug where setting the (deprecated) top-level <code>verify_incoming</code> option would enable TLS client authentication on the gRPC port [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13118">GH-13118</a>]</li> <li>health: ensure /v1/health/service/:service endpoint returns the most recent results when a filter is used with streaming <a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12640">#12640</a> [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12640">GH-12640</a>]</li> <li>snapshot-agent: <strong>(Enterprise only)</strong> 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.</li> <li>ui: Re-instate '...' icon for row actions [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13183">GH-13183</a>]</li> </ul> <p>NOTES:</p> <ul> <li>ci: change action to pull v1 instead of main [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12846">GH-12846</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/consul/commit/190d78000f0fc727a734ba02c308ea9dc27db32d"><code>190d780</code></a> backport of commit ade4201462d856c33a8495e0a859bccac57c5445 (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13319">#13319</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/a0b027dc6b6d0748b8abe4c65c138c1c029984f9"><code>a0b027d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12948">#12948</a> from hashicorp/backport/ma/vault-namespace-intermed...</li> <li><a href="https://github.com/hashicorp/consul/commit/0c2472aece29eb67885d9b78fd35020043843044"><code>0c2472a</code></a> Update website/content/docs/connect/ca/vault.mdx</li> <li><a href="https://github.com/hashicorp/consul/commit/ffdb0fe12452fa50c3414b57ba2e6e23ccdd9359"><code>ffdb0fe</code></a> Update website/content/docs/connect/ca/vault.mdx</li> <li><a href="https://github.com/hashicorp/consul/commit/b4afb04030108333c16c53f54af404570d93db6c"><code>b4afb04</code></a> Update website/content/docs/connect/ca/vault.mdx</li> <li><a href="https://github.com/hashicorp/consul/commit/1a20885e0a57fd2362631e684d8fa7300b0c1855"><code>1a20885</code></a> backport of commit ec8b4124a3a5f07692fb8023f3a05d39c5035587 (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13289">#13289</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/57706fd9442bf9223886d7faef7c45ddb1fb9247"><code>57706fd</code></a> backport of commit 07215e8065dd233f92b3955b895e64efae51f341 (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13287">#13287</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/389af92edec99820d7137db58d56bbb0931b93f3"><code>389af92</code></a> Add changelog from 1.12.1 (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13242">#13242</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/97ad06d72b8994eae61f26008d05a1bb666242fc"><code>97ad06d</code></a> Backport of ui: Typography update for view-only Intentions into release/1.12....</li> <li><a href="https://github.com/hashicorp/consul/commit/20b757851835ebf91c3d8122b2c87f57f9d6589d"><code>20b7578</code></a> Backport of [CI-only] Support UBI images into release/1.12.x (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13254">#13254</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/consul/compare/v1.12.0...api/v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/consul/api&package-manager=go_modules&previous-version=1.12.0&new-version=1.13.0)](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-06-01 20:28:51 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-06-25 22:46:46 +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-consul#79
No description provided.