You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 1.19.0 (June 11, 2024)
1
+
## 1.19.0 (June 12, 2024)
2
2
3
3
BREAKING CHANGES:
4
4
@@ -13,8 +13,8 @@ SECURITY:
13
13
14
14
FEATURES:
15
15
16
-
* dns: queries now default to a refactored DNS server that is v1 and v2 Catalog compatible.
17
-
Use `v1dns` in the `experiments` agent config to disable.
16
+
* dns: queries now default to a refactored DNS server that is v1 and v2 Catalog compatible.
17
+
Use `v1dns` in the `experiments` agent config to disable.
18
18
The legacy server will be removed in a future release of Consul.
19
19
See the [Consul 1.19.x Release Notes](https://developer.hashicorp.com/consul/docs/release-notes/consul/v1_19_x) for removed DNS features. [[GH-20715](https://github.com/hashicorp/consul/issues/20715)]
20
20
* gateways: api-gateway can leverage listener TLS certificates available on the gateway's local filesystem by specifying the public certificate and private key path in the new file-system-certificate configuration entry [[GH-20873](https://github.com/hashicorp/consul/issues/20873)]
@@ -23,7 +23,7 @@ IMPROVEMENTS:
23
23
24
24
* dns: new version was not supporting partition or namespace being set to 'default' in CE version. [[GH-21230](https://github.com/hashicorp/consul/issues/21230)]
25
25
* mesh: update supported envoy version 1.29.4 in addition to 1.28.3, 1.27.5, 1.26.8. [[GH-21142](https://github.com/hashicorp/consul/issues/21142)]
26
-
* upgrade go version to v1.22.3. [[GH-21113](https://github.com/hashicorp/consul/issues/21113)]
26
+
* upgrade go version to v1.22.4. [[GH-21265](https://github.com/hashicorp/consul/issues/21265)]
27
27
* Upgrade `github.com/envoyproxy/go-control-plane` to 0.12.0. [[GH-20973](https://github.com/hashicorp/consul/issues/20973)]
28
28
* dns: DNS-over-grpc when using `consul-dataplane` now accepts partition, namespace, token as metadata to default those query parameters.
29
29
`consul-dataplane` v1.5+ will send this information automatically. [[GH-20899](https://github.com/hashicorp/consul/issues/20899)]
0 commit comments