correct dates (#20931)

pull/20961/head
wangxinyi7 2024-03-28 12:01:59 -07:00 committed by GitHub
parent 8aeac55079
commit 722ddb2cdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ BUG FIXES:
* ingress-gateway: **(Enterprise Only)** Fix a bug where on update, Ingress Gateways lost all upstreams for listeners with wildcard services in a different namespace.
* snapshot-agent: **(Enterprise only)** Fix a bug with static AWS credentials where one of the key id or secret key is provided via config file and the other is provided via an environment variable.
## 1.15.10 (February 13, 2023)
## 1.15.10 (February 13, 2024)
SECURITY:
@ -37,7 +37,7 @@ BUG FIXES:
* connect: Fix issue where re-persisting existing proxy-defaults using `http` protocol fails with a protocol-mismatch error. [[GH-20481](https://github.com/hashicorp/consul/issues/20481)]
* connect: Remove code coupling where the xDS capacity controller could negatively affect raft autopilot performance. [[GH-20511](https://github.com/hashicorp/consul/issues/20511)]
## 1.15.9 (January 23, 2023)
## 1.15.9 (January 23, 2024)
SECURITY: