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] - ui: Differentiate between Service Meta and Node Meta when choosing search fields
in Service Instance listings [GH-11774] - ui: Ensure a login buttons appear for some error states, plus text amends [GH-11892]
- ui: Ensure partition query parameter is passed through to all OIDC related API
requests [GH-11979] - ui: Fix an issue where attempting to delete a policy from the policy detail page when
attached to a token would result in the delete button disappearing and no
deletion being attempted [GH-11868] - ui: Fixes a bug where proxy service health checks would sometimes not appear
until refresh [GH-11903] - ui: Fixes a bug with URL decoding within KV area [GH-11931]
- ui: Fixes a visual issue with some border colors [GH-11959]
- ui: Fixes an issue saving intentions when editing per service intentions [GH-11937]
- ui: Fixes an issue where once a 403 page is displayed in some circumstances its
diffcult to click back to where you where before receiving a 403 [GH-11891] - ui: Prevent disconnection notice appearing with auth change on certain pages [GH-11905]
- ui: Temporarily remove KV pre-flight check for KV list permissions [GH-11968]
- windows: Fixes a bug with empty log files when Consul is run as a Windows Service [GH-11960]
- xds: fix a deadlock when the snapshot channel already have a snapshot to be consumed. [GH-11924]