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

golang: bump github.com/hashicorp/consul/api from 1.11.0 to 1.12.0 #22

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

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

Release notes

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

v1.11.3

1.11.3 (February 11, 2022)

IMPROVEMENTS:

  • connect: update Envoy supported version of 1.20 to 1.20.1 [GH-11895]
  • sentinel: (Enterprise Only) Sentinel now uses SHA256 to generate policy ids
  • streaming: Improved performance when the server is handling many concurrent subscriptions and has a high number of CPU cores [GH-12080]
  • systemd: Support starting/stopping the systemd service for linux packages when the optional EnvironmentFile does not exist. [GH-12176]

BUG FIXES:

  • Fix a data race when a service is added while the agent is shutting down.. [GH-12302]
  • 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: adjust validation of PrivateKeyType/Bits with the Vault provider, to remove the error when the cert is created manually in Vault. [GH-12267]
  • config-entry: fix a panic when creating an ingress gateway config-entry and a proxy service instance, where both provided the same upstream and downstream mapping. [GH-12277]
  • connect: fixes bug where passthrough addressses for transparent proxies dialed directly weren't being cleaned up. [GH-12223]
  • partitions: (Enterprise only) Do not leave a serf partition when the partition is deleted
  • serf: update serf v0.9.7, complete the leave process if broadcasting leave timeout. [GH-12057]
  • ui: Fix up a problem where occasionally an intention can visually disappear from the listing after saving [GH-12315]
  • ui: Fixed a bug with creating multiple nested KVs in one interaction [GH-12081]
  • ui: Include partition data when saving an intention from the topology visualization [GH-12317]
  • xds: allow only one outstanding delta request at a time [GH-12236]
  • xds: fix for delta xDS reconnect bug in LDS/CDS [GH-12174]
  • xds: prevents tight loop where the Consul client agent would repeatedly re-send config that Envoy has rejected. [GH-12195]

v1.11.2

1.11.2 (January 12, 2022)

FEATURES:

  • ingress: allow setting TLS min version and cipher suites in ingress gateway config entries [GH-11576]

IMPROVEMENTS:

  • api: URL-encode/decode resource names for v1/agent endpoints in API. [GH-11335]
  • api: Return 404 when de-registering a non-existent check [GH-11950]
  • connect: Add support for connecting to services behind a terminating gateway when using a transparent proxy. [GH-12049]
  • http: when a user attempts to access the UI but can't because it's disabled, explain this and how to fix it [GH-11820]
  • raft: Consul leaders will attempt to transfer leadership to another server as part of gracefully leaving the cluster. [GH-11376]
  • ui: Added a notice for non-primary intention creation [GH-11985]

BUG FIXES:

  • Mutate NodeService struct properly to avoid a data race. [GH-11940]
  • Upgrade to raft 1.3.3 which fixes a bug where a read replica node can trigger a raft election and become a leader. [GH-11958]
  • cli: Display assigned node identities in output of consul acl token list. [GH-11926]
  • cli: when creating a private key, save the file with mode 0600 so that only the user has read permission. [GH-11781]
  • config: include all config errors in the error message, previously some could be hidden. [GH-11918]

... (truncated)

Changelog

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

1.11.3 (February 11, 2022)

IMPROVEMENTS:

  • connect: update Envoy supported version of 1.20 to 1.20.1 [GH-11895]
  • sentinel: (Enterprise Only) Sentinel now uses SHA256 to generate policy ids
  • streaming: Improved performance when the server is handling many concurrent subscriptions and has a high number of CPU cores [GH-12080]
  • systemd: Support starting/stopping the systemd service for linux packages when the optional EnvironmentFile does not exist. [GH-12176]

BUG FIXES:

  • Fix a data race when a service is added while the agent is shutting down.. [GH-12302]
  • 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: adjust validation of PrivateKeyType/Bits with the Vault provider, to remove the error when the cert is created manually in Vault. [GH-12267]
  • config-entry: fix a panic when creating an ingress gateway config-entry and a proxy service instance, where both provided the same upstream and downstream mapping. [GH-12277]
  • connect: fixes bug where passthrough addressses for transparent proxies dialed directly weren't being cleaned up. [GH-12223]
  • partitions: (Enterprise only) Do not leave a serf partition when the partition is deleted
  • serf: update serf v0.9.7, complete the leave process if broadcasting leave timeout. [GH-12057]
  • ui: Fix up a problem where occasionally an intention can visually disappear from the listing after saving [GH-12315]
  • ui: Fixed a bug with creating multiple nested KVs in one interaction [GH-12081]
  • ui: Include partition data when saving an intention from the topology visualization [GH-12317]
  • xds: allow only one outstanding delta request at a time [GH-12236]
  • xds: fix for delta xDS reconnect bug in LDS/CDS [GH-12174]
  • xds: prevents tight loop where the Consul client agent would repeatedly re-send config that Envoy has rejected. [GH-12195]

1.11.2 (January 12, 2022)

FEATURES:

  • ingress: allow setting TLS min version and cipher suites in ingress gateway config entries [GH-11576]

IMPROVEMENTS:

  • api: URL-encode/decode resource names for v1/agent endpoints in API. [GH-11335]
  • api: Return 404 when de-registering a non-existent check [GH-11950]
  • connect: Add support for connecting to services behind a terminating gateway when using a transparent proxy. [GH-12049]
  • http: when a user attempts to access the UI but can't because it's disabled, explain this and how to fix it [GH-11820]
  • raft: Consul leaders will attempt to transfer leadership to another server as part of gracefully leaving the cluster. [GH-11376]
  • ui: Added a notice for non-primary intention creation [GH-11985]

BUG FIXES:

  • Mutate NodeService struct properly to avoid a data race. [GH-11940]
  • Upgrade to raft 1.3.3 which fixes a bug where a read replica node can trigger a raft election and become a leader. [GH-11958]
  • cli: Display assigned node identities in output of consul acl token list. [GH-11926]
  • cli: when creating a private key, save the file with mode 0600 so that only the user has read permission. [GH-11781]
  • config: include all config errors in the error message, previously some could be hidden. [GH-11918]
  • memberlist: fixes a bug which prevented members from joining a cluster with large amounts of churn [GH-253] [GH-12042]
  • snapshot: the snapshot save command now saves the snapshot with read permission for only the current user. [GH-11918]

... (truncated)

Commits
  • ca8ce8c connect: update SNI label extraction to support new taxonomy for partitions (...
  • ea1f637 ui: Change partitions to expect [] from the API (#11791)
  • 5a1e854 Update stray ref to old admin-partition cmd (#11797)
  • 71e7541 update changelog for ent feature (#11794)
  • 52c59b3 Various Boltdb/Raft Documentation Updates (#11793)
  • 3702b89 Add partitions to prettyformatters (#11789)
  • 7c586ff Update alert banner (#11790)
  • 328cc26 agent: ensure service maintenance checks for matching partitions ahead of oth...
  • 2bcd87c ui: Amends to Routing visualization for partitions (#11747)
  • ef792c8 ui: Fixup notifications for tokens using and topology intention saving (#11763)
  • 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2022

The following labels could not be found: golang, chore.

Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@v1.11.0...api/v1.12.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 force-pushed the dependabot/go_modules/github.com/hashicorp/consul/api-1.12.0 branch from cfbd83a to a15e805 Compare March 3, 2022 11:20
@jastBytes jastBytes merged commit f6796f2 into master Mar 3, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/consul/api-1.12.0 branch March 3, 2022 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant