mirror of https://github.com/hashicorp/consul
post-1.19.2 - update changelog and version in 1.19.x (#21679)
* update changelog to include 1.19.2 * update versionpull/21688/head
parent
da83ceb670
commit
20656c2bc8
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
## 1.19.2 (August 26, 2024)
|
||||
|
||||
SECURITY:
|
||||
|
||||
* ui: Upgrade modules with d3-color as a dependency to address denial of service issue in d3-color < 3.1.0 [[GH-21588](https://github.com/hashicorp/consul/issues/21588)]
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* Use Envoy's default for a route's validate_clusters option, which is false. This fixes a case where non-existent clusters could cause a route to no longer route to any of its backends, including existing ones. [[GH-21587](https://github.com/hashicorp/consul/issues/21587)]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* api-gateway: **(Enterprise only)** ensure clusters are properly created for JWT providers with a remote URI for the JWKS endpoint [[GH-21604](https://github.com/hashicorp/consul/issues/21604)]
|
||||
|
||||
## 1.19.1 (July 11, 2024)
|
||||
|
||||
SECURITY:
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.19.2-dev
|
||||
1.19.3-dev
|
||||
|
|
Loading…
Reference in New Issue