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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
* Modify release notes
Signed-off-by: Keith Mattix II <[email protected]>
* Remove duplicate line item
Signed-off-by: Keith Mattix II <[email protected]>
* Re-scope certificate changes for this release
Signed-off-by: Keith Mattix II <[email protected]>
* Update docs/release_notes.md
Co-authored-by: Delyan Raychev <[email protected]>
Signed-off-by: Keith Mattix II <[email protected]>
Co-authored-by: Delyan Raychev <[email protected]>
Copy file name to clipboardExpand all lines: docs/release_notes.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,15 @@
4
4
5
5
### Notable changes
6
6
7
-
- Root certificate rotation is now supported through the new CRD, MeshRootCertificate.
7
+
- OSM certificate provider is now configured using the new CRD, MeshRootCertificate
8
+
- Custom trust domains (i.e. certificate CommonNames) are now supported
9
+
- The authentication token used to configure the Hashicorp Vault certificate provider can now be passed in using a secretRef
8
10
- Along with root certificate rotation we support custom trust domains, as well as rotating to new trust domains with no downtime.
9
11
- Envoy has been updated to v1.22 and uses the `envoyproxy/envoy-distroless` image instead of the deprecated `envoyproxy/envoy-alpine` image.
12
+
- This means that `kubectl exec -c envoy ... -- sh` will no longer work for the Envoy sidecar
10
13
- Added support for Kubernetes 1.23 and 1.24
11
14
-`Rate limiting`: Added capability to perform local per-instance [rate limiting of TCP connections and HTTP requests](https://release-v1-2.docs.openservicemesh.io/docs/guides/traffic_management/rate_limiting).
15
+
- Statefulsets and headless services have been fixed and work as expected
0 commit comments