Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/hashicorp/consul from 1.0.7 to 1.10.2 #19

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 13, 2022

Bumps github.com/hashicorp/consul from 1.0.7 to 1.10.2.

Release notes

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

v1.10.2

1.10.2 (August 27, 2021)

SECURITY:

FEATURES:

  • connect: add support for unix domain socket config via API/CLI [GH-10758]
  • ui: Adding support in Topology view for Routing Configurations [GH-10872]
  • ui: Create Routing Configurations route and page [GH-10835]
  • ui: Splitting up the socket mode and socket path in the Upstreams Instance List [GH-10581]

IMPROVEMENTS:

  • areas: (Enterprise only) Add 15s timeout to opening streams over pooled connections.
  • areas: (Enterprise only) Apply backpressure to area gossip packet ingestion when more than 512 packets are waiting to be ingested.
  • areas: (Enterprise only) Make implementation of WriteToAddress non-blocking to avoid slowing down memberlist's packetListen routine.
  • checks: Add Interval and Timeout to API response. [GH-10717]
  • ci: make changelog-checker only validate PR number against main base [GH-10844]
  • ci: upgrade to use Go 1.16.7 [GH-10856]
  • deps: update to gogo/protobuf v1.3.2 [GH-10813]
  • proxycfg: log correlation IDs for the proxy configuration snapshot's blocking queries. [GH-10689]

BUG FIXES:

  • acl: fixes a bug that prevented the default user token from being used to authorize service registration for connect proxies. [GH-10824]
  • ca: fixed a bug when ca provider fail and provider state is stuck in INITIALIZING state. [GH-10630]
  • ca: report an error when setting the ca config fail because of an index check. [GH-10657]
  • cli: Ensure the metrics endpoint is accessible when Envoy is configured to use a non-default admin bind address. [GH-10757]
  • cli: Fix a bug which prevented initializing a watch when using a namespaced token. [GH-10795]
  • cli: Fix broken KV import command on Windows. [GH-10820]
  • connect: ensure SAN validation for prepared queries validates against all possible prepared query targets [GH-10873]
  • connect: fix crash that would result from multiple instances of a service resolving service config on a single agent. [GH-10647]
  • connect: proxy upstreams inherit namespace from service if none are defined. [GH-10688]
  • dns: fixes a bug with edns truncation where the response could exceed the size limit in some cases. [GH-10009]
  • grpc: ensure that streaming gRPC requests work over mesh gateway based wan federation [GH-10838]
  • http: log cancelled requests as such at the INFO level, instead of logging them as errored requests. [GH-10707]
  • streaming: set the default wait timeout for health queries [GH-10707]
  • txn: fixes Txn.Apply to properly authorize service registrations. [GH-10798]
  • ui: Disabling policy form fields from users with 'read' permissions [GH-10902]
  • ui: Fix Health Checks in K/V form Lock Sessions Info section [GH-10767]
  • ui: Fix dropdown option duplication in the new intentions form [GH-10706]
  • ui: Hide all metrics for ingress gateway services [GH-10858]
  • ui: Properly encode non-URL safe characters in OIDC responses [GH-10901]
  • ui: fixes a bug with some service failovers not showing the routing tab visualization [GH-10913]

... (truncated)

Changelog

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

1.10.2 (August 27, 2021)

KNOWN ISSUES:

  • tls: The fix for CVE-2021-37219 introduced an issue that could prevent TLS certificate validation when intermediate CA certificates used to sign server certificates are transmitted in the TLS session but are not present in all Consul server's configured CA certificates. This has the effect of preventing Raft RPCs between the affected servers. As a work around until the next patch releases, ensure that all intermediate CA certificates are present in all Consul server configurations prior to using certificates that they have signed.

SECURITY:

FEATURES:

  • connect: add support for unix domain socket config via API/CLI [GH-10758]
  • ui: Adding support in Topology view for Routing Configurations [GH-10872]
  • ui: Create Routing Configurations route and page [GH-10835]
  • ui: Splitting up the socket mode and socket path in the Upstreams Instance List [GH-10581]

IMPROVEMENTS:

  • areas: (Enterprise only) Add 15s timeout to opening streams over pooled connections.
  • areas: (Enterprise only) Apply backpressure to area gossip packet ingestion when more than 512 packets are waiting to be ingested.
  • areas: (Enterprise only) Make implementation of WriteToAddress non-blocking to avoid slowing down memberlist's packetListen routine.
  • checks: Add Interval and Timeout to API response. [GH-10717]
  • ci: make changelog-checker only validate PR number against main base [GH-10844]
  • ci: upgrade to use Go 1.16.7 [GH-10856]
  • deps: update to gogo/protobuf v1.3.2 [GH-10813]
  • proxycfg: log correlation IDs for the proxy configuration snapshot's blocking queries. [GH-10689]

BUG FIXES:

  • acl: fixes a bug that prevented the default user token from being used to authorize service registration for connect proxies. [GH-10824]
  • ca: fixed a bug when ca provider fail and provider state is stuck in INITIALIZING state. [GH-10630]
  • ca: report an error when setting the ca config fail because of an index check. [GH-10657]
  • cli: Ensure the metrics endpoint is accessible when Envoy is configured to use a non-default admin bind address. [GH-10757]
  • cli: Fix a bug which prevented initializing a watch when using a namespaced token. [GH-10795]
  • cli: Fix broken KV import command on Windows. [GH-10820]
  • connect: ensure SAN validation for prepared queries validates against all possible prepared query targets [GH-10873]
  • connect: fix crash that would result from multiple instances of a service resolving service config on a single agent. [GH-10647]
  • connect: proxy upstreams inherit namespace from service if none are defined. [GH-10688]
  • dns: fixes a bug with edns truncation where the response could exceed the size limit in some cases. [GH-10009]
  • grpc: ensure that streaming gRPC requests work over mesh gateway based wan federation [GH-10838]
  • http: log cancelled requests as such at the INFO level, instead of logging them as errored requests. [GH-10707]
  • streaming: set the default wait timeout for health queries [GH-10707]
  • txn: fixes Txn.Apply to properly authorize service registrations. [GH-10798]
  • ui: Disabling policy form fields from users with 'read' permissions [GH-10902]
  • ui: Fix Health Checks in K/V form Lock Sessions Info section [GH-10767]
  • ui: Fix dropdown option duplication in the new intentions form [GH-10706]
  • ui: Hide all metrics for ingress gateway services [GH-10858]

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/hashicorp/consul](https://github.com/hashicorp/consul) from 1.0.7 to 1.10.2.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@v1.0.7...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 13, 2022 08:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 13, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 6, 2022

Superseded by #22.

@dependabot dependabot bot closed this Dec 6, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/consul-1.10.2 branch December 6, 2022 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants