Bump github.com/hashicorp/consul/api from 1.10.1 to 1.11.0 #41

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/hashicorp/consul/api-1.11.0 into master
dependabot[bot] commented 2021-09-28 20:27:08 +03:00 (Migrated from github.com)

Bumps github.com/hashicorp/consul/api from 1.10.1 to 1.11.0.

Release notes

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

v1.11.0-alpha

1.11.0-alpha (September 16, 2021)

SECURITY:

FEATURES:

  • config: add agent config flag for enterprise clients to indicate they wish to join a particular partition [GH-10572]
  • connect: include optional partition prefixes in SPIFFE identifiers [GH-10507]
  • partitions: (Enterprise only) Adds admin partitions, a new feature to enhance Consul's multitenancy capabilites.
  • ui: Add UI support to use Vault as an external source for a service [GH-10769]
  • ui: Adds a copy button to each composite row in tokens list page, if Secret ID returns an actual ID [GH-10735]

IMPROVEMENTS:

  • acl: replication routine to report the last error message. [GH-10612]
  • api: Enable setting query options on agent health and maintenance endpoints. [GH-10691]
  • checks: add failures_before_warning setting for interval checks. [GH-10969]
  • config: (Enterprise Only) Allow specifying permission mode for audit logs. [GH-10732]
  • config: add dns_config.recursor_strategy flag to control the order which DNS recursors are queried [GH-10611]
  • connect/ca: cease including the common name field in generated x509 non-CA certificates [GH-10424]
  • connect: Support manipulating HTTP headers in the mesh. [GH-10613]
  • connect: update supported envoy versions to 1.18.4, 1.17.4, 1.16.5 [GH-10961]
  • debug: Add a new /v1/agent/metrics/stream API endpoint for streaming of metrics [GH-10399]
  • debug: rename cluster capture target to members, to be more consistent with the terms used by the API. [GH-10804]
  • structs: prohibit config entries from referencing more than one partition at a time [GH-10478]
  • telemetry: add a new agent.tls.cert.expiry metric for tracking when the Agent TLS certificate expires. [GH-10768]
  • telemetry: add a new mesh.active-root-ca.expiry metric for tracking when the root certificate expires. [GH-9924]

DEPRECATIONS:

  • config: the ports.grpc and addresses.grpc configuration settings have been renamed to ports.xds and addresses.xds to better match their function. [GH-10588]

BUG FIXES:

  • api: Fix default values used for optional fields in autopilot configuration update (POST to /v1/operator/autopilot/configuration) [GH-10558] [GH-10559]
  • api: Revert early out errors from license APIs to allow v1.10+ clients to manage licenses on older servers [GH-10952]
  • check root and intermediate CA expiry before using it to sign a leaf certificate. [GH-10500]
  • connect/ca: ensure edits to the key type/bits for the connect builtin CA will regenerate the roots [GH-10330]
  • connect/ca: require new vault mount points when updating the key type/bits for the vault connect CA provider [GH-10331]
  • dns: return an empty answer when asked for an addr dns with type other then A and AAAA. [GH-10401]
  • tls: consider presented intermediates during server connection tls handshake. [GH-10964]
  • use the MaxQueryTime instead of RPCHoldTimeout for blocking RPC queries [GH-8978]. [GH-10299]

v1.10.3

1.10.3 (September 27, 2021)

... (truncated)

Changelog

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

UNRELEASED

1.11.0-alpha (September 16, 2021)

SECURITY:

FEATURES:

  • config: add agent config flag for enterprise clients to indicate they wish to join a particular partition [GH-10572]
  • connect: include optional partition prefixes in SPIFFE identifiers [GH-10507]
  • partitions: (Enterprise only) Adds admin partitions, a new feature to enhance Consul's multitenancy capabilites.
  • ui: Add UI support to use Vault as an external source for a service [GH-10769]
  • ui: Adds a copy button to each composite row in tokens list page, if Secret ID returns an actual ID [GH-10735]

IMPROVEMENTS:

  • acl: replication routine to report the last error message. [GH-10612]
  • api: Enable setting query options on agent health and maintenance endpoints. [GH-10691]
  • checks: add failures_before_warning setting for interval checks. [GH-10969]
  • config: (Enterprise Only) Allow specifying permission mode for audit logs. [GH-10732]
  • config: add dns_config.recursor_strategy flag to control the order which DNS recursors are queried [GH-10611]
  • connect/ca: cease including the common name field in generated x509 non-CA certificates [GH-10424]
  • connect: Support manipulating HTTP headers in the mesh. [GH-10613]
  • connect: update supported envoy versions to 1.18.4, 1.17.4, 1.16.5 [GH-10961]
  • debug: Add a new /v1/agent/metrics/stream API endpoint for streaming of metrics [GH-10399]
  • debug: rename cluster capture target to members, to be more consistent with the terms used by the API. [GH-10804]
  • structs: prohibit config entries from referencing more than one partition at a time [GH-10478]
  • telemetry: add a new agent.tls.cert.expiry metric for tracking when the Agent TLS certificate expires. [GH-10768]
  • telemetry: add a new mesh.active-root-ca.expiry metric for tracking when the root certificate expires. [GH-9924]

DEPRECATIONS:

  • config: the ports.grpc and addresses.grpc configuration settings have been renamed to ports.xds and addresses.xds to better match their function. [GH-10588]

BUG FIXES:

  • api: Fix default values used for optional fields in autopilot configuration update (POST to /v1/operator/autopilot/configuration) [GH-10558] [GH-10559]
  • api: Revert early out errors from license APIs to allow v1.10+ clients to manage licenses on older servers [GH-10952]
  • check root and intermediate CA expiry before using it to sign a leaf certificate. [GH-10500]
  • connect/ca: ensure edits to the key type/bits for the connect builtin CA will regenerate the roots [GH-10330]
  • connect/ca: require new vault mount points when updating the key type/bits for the vault connect CA provider [GH-10331]
  • dns: return an empty answer when asked for an addr dns with type other then A and AAAA. [GH-10401]
  • tls: consider presented intermediates during server connection tls handshake. [GH-10964]
  • use the MaxQueryTime instead of RPCHoldTimeout for blocking RPC queries [GH-8978]. [GH-10299]

1.10.3 (September 27, 2021)

... (truncated)

Commits
  • 2783959 ui: Hide create buttons for policies/roles/namespaces with readonly access (#...
  • cc06fb4 ui: Don't show the CRD menu for read-only intentions (#11149)
  • 8ef239f ui: Ensure we clean up javascript based DataSources (#10915)
  • e11aa82 ui: Adds a set of basic unit tests for abilities (#11132)
  • fe0c5a8 docs: Decode K8s secrets with base64decode function
  • 0aef2dc ui: Use last-child for selecting the desired nspace instead of nth-child (#11...
  • e5a5312 ui: Remove refresh-route action for session invalidation (#11105)
  • 9d6155f [1.10.x] grpc: strip local ACL tokens from RPCs during forwarding if crossing...
  • 6dcf27a Merge pull request #11121 from hashicorp/backport/1.10.x/11090
  • c8405a1 docs: Fix grammatical errors in glossary (#10751)
  • 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.10.1 to 1.11.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.11.0-alpha</h2> <h2>1.11.0-alpha (September 16, 2021)</h2> <p>SECURITY:</p> <ul> <li>rpc: authorize raft requests <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37219">CVE-2021-37219</a> [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10925">GH-10925</a>]</li> </ul> <p>FEATURES:</p> <ul> <li>config: add agent config flag for enterprise clients to indicate they wish to join a particular partition [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10572">GH-10572</a>]</li> <li>connect: include optional partition prefixes in SPIFFE identifiers [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10507">GH-10507</a>]</li> <li>partitions: <strong>(Enterprise only)</strong> Adds admin partitions, a new feature to enhance Consul's multitenancy capabilites.</li> <li>ui: Add UI support to use Vault as an external source for a service [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10769">GH-10769</a>]</li> <li>ui: Adds a copy button to each composite row in tokens list page, if Secret ID returns an actual ID [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10735">GH-10735</a>]</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>acl: replication routine to report the last error message. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10612">GH-10612</a>]</li> <li>api: Enable setting query options on agent health and maintenance endpoints. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10691">GH-10691</a>]</li> <li>checks: add failures_before_warning setting for interval checks. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10969">GH-10969</a>]</li> <li>config: <strong>(Enterprise Only)</strong> Allow specifying permission mode for audit logs. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10732">GH-10732</a>]</li> <li>config: add <code>dns_config.recursor_strategy</code> flag to control the order which DNS recursors are queried [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10611">GH-10611</a>]</li> <li>connect/ca: cease including the common name field in generated x509 non-CA certificates [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10424">GH-10424</a>]</li> <li>connect: Support manipulating HTTP headers in the mesh. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10613">GH-10613</a>]</li> <li>connect: update supported envoy versions to 1.18.4, 1.17.4, 1.16.5 [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10961">GH-10961</a>]</li> <li>debug: Add a new /v1/agent/metrics/stream API endpoint for streaming of metrics [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10399">GH-10399</a>]</li> <li>debug: rename cluster capture target to members, to be more consistent with the terms used by the API. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10804">GH-10804</a>]</li> <li>structs: prohibit config entries from referencing more than one partition at a time [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10478">GH-10478</a>]</li> <li>telemetry: add a new <code>agent.tls.cert.expiry</code> metric for tracking when the Agent TLS certificate expires. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10768">GH-10768</a>]</li> <li>telemetry: add a new <code>mesh.active-root-ca.expiry</code> metric for tracking when the root certificate expires. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/9924">GH-9924</a>]</li> </ul> <p>DEPRECATIONS:</p> <ul> <li>config: the <code>ports.grpc</code> and <code>addresses.grpc</code> configuration settings have been renamed to <code>ports.xds</code> and <code>addresses.xds</code> to better match their function. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10588">GH-10588</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>api: Fix default values used for optional fields in autopilot configuration update (POST to <code>/v1/operator/autopilot/configuration</code>) [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10558">GH-10558</a>] [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10559">GH-10559</a>]</li> <li>api: Revert early out errors from license APIs to allow v1.10+ clients to manage licenses on older servers [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10952">GH-10952</a>]</li> <li>check root and intermediate CA expiry before using it to sign a leaf certificate. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10500">GH-10500</a>]</li> <li>connect/ca: ensure edits to the key type/bits for the connect builtin CA will regenerate the roots [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10330">GH-10330</a>]</li> <li>connect/ca: require new vault mount points when updating the key type/bits for the vault connect CA provider [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10331">GH-10331</a>]</li> <li>dns: return an empty answer when asked for an addr dns with type other then A and AAAA. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10401">GH-10401</a>]</li> <li>tls: consider presented intermediates during server connection tls handshake. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10964">GH-10964</a>]</li> <li>use the MaxQueryTime instead of RPCHoldTimeout for blocking RPC queries [<a href="https://github-redirect.dependabot.com/hashicorp/consul/pull/8978">GH-8978</a>]. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10299">GH-10299</a>]</li> </ul> <h2>v1.10.3</h2> <h2>1.10.3 (September 27, 2021)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>UNRELEASED</h2> <h2>1.11.0-alpha (September 16, 2021)</h2> <p>SECURITY:</p> <ul> <li>rpc: authorize raft requests <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37219">CVE-2021-37219</a> [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10925">GH-10925</a>]</li> </ul> <p>FEATURES:</p> <ul> <li>config: add agent config flag for enterprise clients to indicate they wish to join a particular partition [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10572">GH-10572</a>]</li> <li>connect: include optional partition prefixes in SPIFFE identifiers [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10507">GH-10507</a>]</li> <li>partitions: <strong>(Enterprise only)</strong> Adds admin partitions, a new feature to enhance Consul's multitenancy capabilites.</li> <li>ui: Add UI support to use Vault as an external source for a service [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10769">GH-10769</a>]</li> <li>ui: Adds a copy button to each composite row in tokens list page, if Secret ID returns an actual ID [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10735">GH-10735</a>]</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>acl: replication routine to report the last error message. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10612">GH-10612</a>]</li> <li>api: Enable setting query options on agent health and maintenance endpoints. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10691">GH-10691</a>]</li> <li>checks: add failures_before_warning setting for interval checks. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10969">GH-10969</a>]</li> <li>config: <strong>(Enterprise Only)</strong> Allow specifying permission mode for audit logs. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10732">GH-10732</a>]</li> <li>config: add <code>dns_config.recursor_strategy</code> flag to control the order which DNS recursors are queried [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10611">GH-10611</a>]</li> <li>connect/ca: cease including the common name field in generated x509 non-CA certificates [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10424">GH-10424</a>]</li> <li>connect: Support manipulating HTTP headers in the mesh. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10613">GH-10613</a>]</li> <li>connect: update supported envoy versions to 1.18.4, 1.17.4, 1.16.5 [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10961">GH-10961</a>]</li> <li>debug: Add a new /v1/agent/metrics/stream API endpoint for streaming of metrics [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10399">GH-10399</a>]</li> <li>debug: rename cluster capture target to members, to be more consistent with the terms used by the API. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10804">GH-10804</a>]</li> <li>structs: prohibit config entries from referencing more than one partition at a time [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10478">GH-10478</a>]</li> <li>telemetry: add a new <code>agent.tls.cert.expiry</code> metric for tracking when the Agent TLS certificate expires. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10768">GH-10768</a>]</li> <li>telemetry: add a new <code>mesh.active-root-ca.expiry</code> metric for tracking when the root certificate expires. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/9924">GH-9924</a>]</li> </ul> <p>DEPRECATIONS:</p> <ul> <li>config: the <code>ports.grpc</code> and <code>addresses.grpc</code> configuration settings have been renamed to <code>ports.xds</code> and <code>addresses.xds</code> to better match their function. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10588">GH-10588</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>api: Fix default values used for optional fields in autopilot configuration update (POST to <code>/v1/operator/autopilot/configuration</code>) [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10558">GH-10558</a>] [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10559">GH-10559</a>]</li> <li>api: Revert early out errors from license APIs to allow v1.10+ clients to manage licenses on older servers [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10952">GH-10952</a>]</li> <li>check root and intermediate CA expiry before using it to sign a leaf certificate. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10500">GH-10500</a>]</li> <li>connect/ca: ensure edits to the key type/bits for the connect builtin CA will regenerate the roots [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10330">GH-10330</a>]</li> <li>connect/ca: require new vault mount points when updating the key type/bits for the vault connect CA provider [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10331">GH-10331</a>]</li> <li>dns: return an empty answer when asked for an addr dns with type other then A and AAAA. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10401">GH-10401</a>]</li> <li>tls: consider presented intermediates during server connection tls handshake. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10964">GH-10964</a>]</li> <li>use the MaxQueryTime instead of RPCHoldTimeout for blocking RPC queries [<a href="https://github-redirect.dependabot.com/hashicorp/consul/pull/8978">GH-8978</a>]. [<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10299">GH-10299</a>]</li> </ul> <h2>1.10.3 (September 27, 2021)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/consul/commit/278395949d05eb35fab7fd3bc473e80124f6668a"><code>2783959</code></a> ui: Hide create buttons for policies/roles/namespaces with readonly access (#...</li> <li><a href="https://github.com/hashicorp/consul/commit/cc06fb422be5ed6c9d351c586a350edb920ded7d"><code>cc06fb4</code></a> ui: Don't show the CRD menu for read-only intentions (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/11149">#11149</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/8ef239fb69e130b4ff208d5083503cdfc43a8eb0"><code>8ef239f</code></a> ui: Ensure we clean up javascript based DataSources (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10915">#10915</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/e11aa82ae6860b86930b8a94a5d743676b5499e5"><code>e11aa82</code></a> ui: Adds a set of basic unit tests for abilities (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/11132">#11132</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/fe0c5a882ff6c2b1134fac6a735e00f69ecb346d"><code>fe0c5a8</code></a> docs: Decode K8s secrets with base64decode function</li> <li><a href="https://github.com/hashicorp/consul/commit/0aef2dceadba7b60b2f7e487a004301b395d6311"><code>0aef2dc</code></a> ui: Use last-child for selecting the desired nspace instead of nth-child (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/11">#11</a>...</li> <li><a href="https://github.com/hashicorp/consul/commit/e5a53120902626e710503bbee11ad0003f7e2ede"><code>e5a5312</code></a> ui: Remove refresh-route action for session invalidation (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/11105">#11105</a>)</li> <li><a href="https://github.com/hashicorp/consul/commit/9d6155f6a752fe71e5214a6af4bbfeabe7b8a326"><code>9d6155f</code></a> [1.10.x] grpc: strip local ACL tokens from RPCs during forwarding if crossing...</li> <li><a href="https://github.com/hashicorp/consul/commit/6dcf27a1bfabac03cd0026acbb61b182588933c2"><code>6dcf27a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/11121">#11121</a> from hashicorp/backport/1.10.x/11090</li> <li><a href="https://github.com/hashicorp/consul/commit/c8405a187d653c45cd72a7b926cf4fe64d8693fd"><code>c8405a1</code></a> docs: Fix grammatical errors in glossary (<a href="https://github-redirect.dependabot.com/hashicorp/consul/issues/10751">#10751</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/consul/compare/v1.10.1...api/v1.11.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.10.1&new-version=1.11.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>
dependabot[bot] commented 2021-09-30 00:40:29 +03:00 (Migrated from github.com)

Looks like github.com/hashicorp/consul/api is up-to-date now, so this is no longer needed.

Looks like github.com/hashicorp/consul/api is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
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#41
No description provided.