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.
* Update Kubernetes version testing
Update Kerbernetes matrix testing by removing Kubernetes v1.21 and
adding v1.23 and v1.24. Also update the README to include the oldest
supported Kubernetes version.
Signed-off-by: Thomas Stringer <[email protected]>
* Add release notes and change versions to reflect kind images
Signed-off-by: Thomas Stringer <[email protected]>
* Run make chart-readme
Signed-off-by: Thomas Stringer <[email protected]>
* Update README to reflect required Kubernetes version
Signed-off-by: Thomas Stringer <[email protected]>
* Refactor capabilities so that we can pass Kubernetes version info
Signed-off-by: Thomas Stringer <[email protected]>
* Update kind to 0.14.0 to fix failing test
Signed-off-by: Thomas Stringer <[email protected]>
Copy file name to clipboardExpand all lines: docs/release_notes.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,16 @@
7
7
- Root certificate rotation is now supported through the new CRD, MeshRootCertificate.
8
8
- Along with root certificate rotation we support custom trust domains, as well as rotating to new trust domains with no downtime.
9
9
- Envoy has been updated to v1.22 and uses the `envoyproxy/envoy-distroless` image instead of the deprecated `envoyproxy/envoy-alpine` image.
10
+
- Added support for Kubernetes 1.23 and 1.24
10
11
11
12
### Breaking Changes
12
13
13
14
- The following metrics no longer use the label `common_name`, due to the fact that the common name's trust domain can rotate. Instead 2 new labels, `proxy_uuid` and `identity` have been added.
14
15
-`osm_proxy_response_send_success_count`
15
16
-`osm_proxy_response_send_error_count`
16
17
-`osm_proxy_xds_request_count`
17
-
18
+
- Support for Kubernetes 1.20 and 1.21 has been dropped
0 commit comments