Bump github.com/hashicorp/consul/api from 1.13.0 to 1.13.1 #85

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/hashicorp/consul/api-1.13.1 into v3
dependabot[bot] commented 2022-07-14 20:19:43 +03:00 (Migrated from github.com)

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

Changelog

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

1.12.3 (July 13, 2022)

IMPROVEMENTS:

  • Support Vault namespaces in Connect CA by adding RootPKINamespace and IntermediatePKINamespace fields to the config. [GH-12904]
  • connect: Update Envoy support matrix to latest patch releases (1.22.2, 1.21.3, 1.20.4, 1.19.5) [GH-13431]
  • dns: Added support for specifying admin partition in node lookups. [GH-13421]
  • telemetry: Added a consul.server.isLeader metric to track if a server is a leader or not. [GH-13304]

BUG FIXES:

  • agent: Fixed a bug in HTTP handlers where URLs were being decoded twice [GH-13256]
  • deps: Update go-grpc/grpc, resolving connection memory leak [GH-13051]
  • fix a bug that caused an error when creating grpc or http2 ingress gateway listeners with multiple services [GH-13127]
  • ui: Fix incorrect text on certain page empty states [GH-13409]
  • xds: Fix a bug that resulted in Lambda services not using the payload-passthrough option as expected. [GH-13607]
  • xds: Fix a bug where terminating gateway upstream clusters weren't configured properly when the service protocol was http2. [GH-13699]

1.11.7 (July 13, 2022)

IMPROVEMENTS:

  • connect: Update supported Envoy versions to 1.20.4, 1.19.5, 1.18.6, 1.17.4 [GH-13434]

BUG FIXES:

  • agent: Fixed a bug in HTTP handlers where URLs were being decoded twice [GH-13265]
  • fix a bug that caused an error when creating grpc or http2 ingress gateway listeners with multiple services [GH-13127]
  • xds: Fix a bug where terminating gateway upstream clusters weren't configured properly when the service protocol was http2. [GH-13699]

1.10.12 (July 13, 2022)

BUG FIXES:

  • agent: Fixed a bug in HTTP handlers where URLs were being decoded twice [GH-13264]
  • fix a bug that caused an error when creating grpc or http2 ingress gateway listeners with multiple services [GH-13127]

1.13.0-alpha2 (June 21, 2022)

IMPROVEMENTS:

  • api: merge-central-config query parameter support added to /catalog/node-services/:node-name API, to view a fully resolved service definition (especially when not written into the catalog that way). [GH-13450]
  • connect: Update Envoy support matrix to latest patch releases (1.22.2, 1.21.3, 1.20.4, 1.19.5) [GH-13431]

BUG FIXES:

  • ui: Fix incorrect text on certain page empty states [GH-13409]

1.13.0-alpha1 (June 15, 2022)

... (truncated)

Commits
  • 36b42a9 update api sdk to v0.10.0
  • 26cd6eb Merge pull request #13741 from hashicorp/1.12.x-http2-fix
  • bb47420 Fix broken http2 cluster tests
  • 4072e8f Backport of Respect http2 protocol for upstreams of terminating gateways into...
  • 0560dd4 backport of commit 0cfe43f59464c186a65ffd7fad1f56cc7c33316c (#13720)
  • 998e4c7 Backport of update docs into release/1.12.x (#13716)
  • c1ce7e0 Backport of docs: Cluster Peering docs fixes into release/1.12.x (#13713)
  • db0705d Backport of docs(consul-api-gateway): use VERSION env var in install steps in...
  • 609db0b Merge pull request #13692 from hashicorp/backport/docs/fix-consul-ecs-tf-path...
  • fa70cc7 Docs: Fix path to consul-ecs Terraform modules (#13689)
  • 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.13.0 to 1.13.1. <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.3 (July 13, 2022)</h2> <p>IMPROVEMENTS:</p> <ul> <li>Support Vault namespaces in Connect CA by adding RootPKINamespace and IntermediatePKINamespace fields to the config. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/12904">GH-12904</a>]</li> <li>connect: Update Envoy support matrix to latest patch releases (1.22.2, 1.21.3, 1.20.4, 1.19.5) [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13431">GH-13431</a>]</li> <li>dns: Added support for specifying admin partition in node lookups. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13421">GH-13421</a>]</li> <li>telemetry: Added a <code>consul.server.isLeader</code> metric to track if a server is a leader or not. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13304">GH-13304</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>agent: Fixed a bug in HTTP handlers where URLs were being decoded twice [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13256">GH-13256</a>]</li> <li>deps: Update go-grpc/grpc, resolving connection memory leak [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13051">GH-13051</a>]</li> <li>fix a bug that caused an error when creating <code>grpc</code> or <code>http2</code> ingress gateway listeners with multiple services [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13127">GH-13127</a>]</li> <li>ui: Fix incorrect text on certain page empty states [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13409">GH-13409</a>]</li> <li>xds: Fix a bug that resulted in Lambda services not using the payload-passthrough option as expected. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13607">GH-13607</a>]</li> <li>xds: Fix a bug where terminating gateway upstream clusters weren't configured properly when the service protocol was <code>http2</code>. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13699">GH-13699</a>]</li> </ul> <h2>1.11.7 (July 13, 2022)</h2> <p>IMPROVEMENTS:</p> <ul> <li>connect: Update supported Envoy versions to 1.20.4, 1.19.5, 1.18.6, 1.17.4 [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13434">GH-13434</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>agent: Fixed a bug in HTTP handlers where URLs were being decoded twice [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13265">GH-13265</a>]</li> <li>fix a bug that caused an error when creating <code>grpc</code> or <code>http2</code> ingress gateway listeners with multiple services [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13127">GH-13127</a>]</li> <li>xds: Fix a bug where terminating gateway upstream clusters weren't configured properly when the service protocol was <code>http2</code>. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13699">GH-13699</a>]</li> </ul> <h2>1.10.12 (July 13, 2022)</h2> <p>BUG FIXES:</p> <ul> <li>agent: Fixed a bug in HTTP handlers where URLs were being decoded twice [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13264">GH-13264</a>]</li> <li>fix a bug that caused an error when creating <code>grpc</code> or <code>http2</code> ingress gateway listeners with multiple services [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13127">GH-13127</a>]</li> </ul> <h2>1.13.0-alpha2 (June 21, 2022)</h2> <p>IMPROVEMENTS:</p> <ul> <li>api: <code>merge-central-config</code> query parameter support added to <code>/catalog/node-services/:node-name</code> API, to view a fully resolved service definition (especially when not written into the catalog that way). [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13450">GH-13450</a>]</li> <li>connect: Update Envoy support matrix to latest patch releases (1.22.2, 1.21.3, 1.20.4, 1.19.5) [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13431">GH-13431</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>ui: Fix incorrect text on certain page empty states [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13409">GH-13409</a>]</li> </ul> <h2>1.13.0-alpha1 (June 15, 2022)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/consul/commit/36b42a92858cf4e309e0072c5f8598b4346af739"><code>36b42a9</code></a> update api sdk to v0.10.0</li> <li><a href="https://github.com/hashicorp/consul/commit/26cd6eba23214e4ae4dc6d6792c14ced883521e9"><code>26cd6eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13741">#13741</a> from hashicorp/1.12.x-http2-fix</li> <li><a href="https://github.com/hashicorp/consul/commit/bb47420692797e54c7507ba63a9fc375f68fadd8"><code>bb47420</code></a> Fix broken http2 cluster tests</li> <li><a href="https://github.com/hashicorp/consul/commit/4072e8fca142ce7f810203b0ee469b7923459af7"><code>4072e8f</code></a> Backport of Respect http2 protocol for upstreams of terminating gateways into...</li> <li><a href="https://github.com/hashicorp/consul/commit/0560dd422ac9fa87e7a5fd3e84f0779ca2a35841"><code>0560dd4</code></a> backport of commit 0cfe43f59464c186a65ffd7fad1f56cc7c33316c (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13720">#13720</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/998e4c7c5a04155440d3a76a5aab72f5836fb325"><code>998e4c7</code></a> Backport of update docs into release/1.12.x (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13716">#13716</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/c1ce7e0568974f6c030ac00a955076003579d301"><code>c1ce7e0</code></a> Backport of docs: Cluster Peering docs fixes into release/1.12.x (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13713">#13713</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/db0705d6749a35e365f9dd5bc6290cff8e45991c"><code>db0705d</code></a> Backport of docs(consul-api-gateway): use VERSION env var in install steps in...</li> <li><a href="https://github.com/hashicorp/consul/commit/609db0b29a9a10c4ba7efe097d20ca148c747344"><code>609db0b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13692">#13692</a> from hashicorp/backport/docs/fix-consul-ecs-tf-path...</li> <li><a href="https://github.com/hashicorp/consul/commit/fa70cc7286da83cecee152ae0d0885edcee9a76a"><code>fa70cc7</code></a> Docs: Fix path to consul-ecs Terraform modules (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/13689">#13689</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/consul/compare/api/v1.13.0...api/v1.13.1">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.13.0&new-version=1.13.1)](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-07-14 20:20:01 +03:00
dependabot[bot] commented 2022-08-09 20:52:17 +03:00 (Migrated from github.com)

Superseded by #87.

Superseded by #87.

Pull request closed

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#85
No description provided.