Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 5cc73b8

Browse files
authored
chore(release): bump version to v1.1.4 and update release notes (#5329)
Signed-off-by: jaellio <[email protected]>
1 parent f978473 commit 5cc73b8

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

charts/osm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.1.3
17+
version: 1.1.4
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: v1.1.3
21+
appVersion: v1.1.4
2222

2323
# This specifies the minimum Kubernetes version OSM is compatible with.
2424
kubeVersion: ">= 1.20.0-0"

charts/osm/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open Service Mesh Helm Chart
22

3-
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.3](https://img.shields.io/badge/AppVersion-v1.1.3-informational?style=flat-square)
3+
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.4](https://img.shields.io/badge/AppVersion-v1.1.4-informational?style=flat-square)
44

55
A Helm chart to install the [OSM](https://github.com/openservicemesh/osm) control plane on Kubernetes.
66

@@ -106,14 +106,14 @@ The following table lists the configurable parameters of the osm chart and their
106106
| osm.grafana.image | string | `"grafana/grafana:8.2.2"` | Image used for Grafana |
107107
| osm.grafana.port | int | `3000` | Grafana service's port |
108108
| osm.grafana.rendererImage | string | `"grafana/grafana-image-renderer:3.2.1"` | Image used for Grafana Renderer |
109-
| osm.image.digest | object | `{"osmBootstrap":"sha256:3a7750f20010a941c0e15fccf390dd58902877eecf2702b6fc6eb223a356b1b1","osmCRDs":"sha256:7b19e4a90369ceeae90896fd41e6a031b168428739045044c2ca59c898c962cd","osmController":"sha256:8952f0cfff909f081efabd770b2f7514d66270deba33ef481f01f12143d5108a","osmHealthcheck":"sha256:96e5a2e8c313f12e615aa3a9551a3d0bacbb29389c1784cb9e8fbce221327115","osmInjector":"sha256:e932a39b0119d1c231786ad3f3409c30f49d6c0c82621c125deeb9c2b752f010","osmPreinstall":"sha256:56a786f7f612078f6c9dbe65d92207e9513bd6e396ce5b66ea1d09744c5a668b","osmSidecarInit":"sha256:4bdff559ae1873d88e0e34c49c9bc4879e23aa66cae6fa1e2f2b2bbc443d5a02"}` | Image digest (defaults to latest compatible tag) |
110-
| osm.image.digest.osmBootstrap | string | `"sha256:3a7750f20010a941c0e15fccf390dd58902877eecf2702b6fc6eb223a356b1b1"` | osm-boostrap's image digest |
111-
| osm.image.digest.osmCRDs | string | `"sha256:7b19e4a90369ceeae90896fd41e6a031b168428739045044c2ca59c898c962cd"` | osm-crds' image digest |
112-
| osm.image.digest.osmController | string | `"sha256:8952f0cfff909f081efabd770b2f7514d66270deba33ef481f01f12143d5108a"` | osm-controller's image digest |
113-
| osm.image.digest.osmHealthcheck | string | `"sha256:96e5a2e8c313f12e615aa3a9551a3d0bacbb29389c1784cb9e8fbce221327115"` | osm-healthcheck's image digest |
114-
| osm.image.digest.osmInjector | string | `"sha256:e932a39b0119d1c231786ad3f3409c30f49d6c0c82621c125deeb9c2b752f010"` | osm-injector's image digest |
115-
| osm.image.digest.osmPreinstall | string | `"sha256:56a786f7f612078f6c9dbe65d92207e9513bd6e396ce5b66ea1d09744c5a668b"` | osm-preinstall's image digest |
116-
| osm.image.digest.osmSidecarInit | string | `"sha256:4bdff559ae1873d88e0e34c49c9bc4879e23aa66cae6fa1e2f2b2bbc443d5a02"` | Sidecar init container's image digest |
109+
| osm.image.digest | object | `{"osmBootstrap":"sha256:5f7cd003f1dec012c96ed56e72ffd7777919106fa11aa305655101b12374879f","osmCRDs":"sha256:d4f4768fd163684e3f1818695ed45c4170333d77c4eb21ee90bb1350afd291a3","osmController":"sha256:25e7e0de0dd1fda19bfa8c3f181cee947bc0db5c5e7246d7701614be85480809","osmHealthcheck":"sha256:e005a4c69ff2162306e976642bcca4d98bdca4d24994410622597ecaf567ed6d","osmInjector":"sha256:ca0d112ce8dff4d49bba488d342a267e78e76a30dd66951229cb65e93d7a75c7","osmPreinstall":"sha256:5b3ca22e32360e9303d3e05ff5c2b6bbe90a2ce3ced176d174748062eb1611bb","osmSidecarInit":"sha256:496dcf59a0d8fbbc83adc820f1a57dfc1d67e93d47ddb3934863cc6a30937924"}` | Image digest (defaults to latest compatible tag) |
110+
| osm.image.digest.osmBootstrap | string | `"sha256:5f7cd003f1dec012c96ed56e72ffd7777919106fa11aa305655101b12374879f"` | osm-boostrap's image digest |
111+
| osm.image.digest.osmCRDs | string | `"sha256:d4f4768fd163684e3f1818695ed45c4170333d77c4eb21ee90bb1350afd291a3"` | osm-crds' image digest |
112+
| osm.image.digest.osmController | string | `"sha256:25e7e0de0dd1fda19bfa8c3f181cee947bc0db5c5e7246d7701614be85480809"` | osm-controller's image digest |
113+
| osm.image.digest.osmHealthcheck | string | `"sha256:e005a4c69ff2162306e976642bcca4d98bdca4d24994410622597ecaf567ed6d"` | osm-healthcheck's image digest |
114+
| osm.image.digest.osmInjector | string | `"sha256:ca0d112ce8dff4d49bba488d342a267e78e76a30dd66951229cb65e93d7a75c7"` | osm-injector's image digest |
115+
| osm.image.digest.osmPreinstall | string | `"sha256:5b3ca22e32360e9303d3e05ff5c2b6bbe90a2ce3ced176d174748062eb1611bb"` | osm-preinstall's image digest |
116+
| osm.image.digest.osmSidecarInit | string | `"sha256:496dcf59a0d8fbbc83adc820f1a57dfc1d67e93d47ddb3934863cc6a30937924"` | Sidecar init container's image digest |
117117
| osm.image.name | object | `{"osmBootstrap":"osm-bootstrap","osmCRDs":"osm-crds","osmController":"osm-controller","osmHealthcheck":"osm-healthcheck","osmInjector":"osm-injector","osmPreinstall":"osm-preinstall","osmSidecarInit":"init"}` | Image name defaults |
118118
| osm.image.name.osmBootstrap | string | `"osm-bootstrap"` | osm-boostrap's image name |
119119
| osm.image.name.osmCRDs | string | `"osm-crds"` | osm-crds' image name |

charts/osm/values.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ osm:
3232
# -- Image digest (defaults to latest compatible tag)
3333
digest:
3434
# -- osm-controller's image digest
35-
osmController: "sha256:8952f0cfff909f081efabd770b2f7514d66270deba33ef481f01f12143d5108a"
35+
osmController: "sha256:25e7e0de0dd1fda19bfa8c3f181cee947bc0db5c5e7246d7701614be85480809"
3636
# -- osm-injector's image digest
37-
osmInjector: "sha256:e932a39b0119d1c231786ad3f3409c30f49d6c0c82621c125deeb9c2b752f010"
37+
osmInjector: "sha256:ca0d112ce8dff4d49bba488d342a267e78e76a30dd66951229cb65e93d7a75c7"
3838
# -- Sidecar init container's image digest
39-
osmSidecarInit: "sha256:4bdff559ae1873d88e0e34c49c9bc4879e23aa66cae6fa1e2f2b2bbc443d5a02"
39+
osmSidecarInit: "sha256:496dcf59a0d8fbbc83adc820f1a57dfc1d67e93d47ddb3934863cc6a30937924"
4040
# -- osm-crds' image digest
41-
osmCRDs: "sha256:7b19e4a90369ceeae90896fd41e6a031b168428739045044c2ca59c898c962cd"
41+
osmCRDs: "sha256:d4f4768fd163684e3f1818695ed45c4170333d77c4eb21ee90bb1350afd291a3"
4242
# -- osm-boostrap's image digest
43-
osmBootstrap: "sha256:3a7750f20010a941c0e15fccf390dd58902877eecf2702b6fc6eb223a356b1b1"
43+
osmBootstrap: "sha256:5f7cd003f1dec012c96ed56e72ffd7777919106fa11aa305655101b12374879f"
4444
# -- osm-preinstall's image digest
45-
osmPreinstall: "sha256:56a786f7f612078f6c9dbe65d92207e9513bd6e396ce5b66ea1d09744c5a668b"
45+
osmPreinstall: "sha256:5b3ca22e32360e9303d3e05ff5c2b6bbe90a2ce3ced176d174748062eb1611bb"
4646
# -- osm-healthcheck's image digest
47-
osmHealthcheck: "sha256:96e5a2e8c313f12e615aa3a9551a3d0bacbb29389c1784cb9e8fbce221327115"
47+
osmHealthcheck: "sha256:e005a4c69ff2162306e976642bcca4d98bdca4d24994410622597ecaf567ed6d"
4848

4949

5050
# -- `osm-controller` image pull secret

docs/release_notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## Release v1.1.4
4+
5+
### Notable changes
6+
- Deprecate support for TLS v1.0 and TLS v1.1 for the Envoy proxy TLSMaxProtocolVersion option
7+
- Reduce minimum TLS version from v1.3 to v1.2 for the osm controller, verifier, and health servers
8+
- Support robust CRD conversion patching on upgrade to ensure reconciliation is controlled by the newer OSM version
9+
310
## Release v1.1.3
411

512
### Notable changes

0 commit comments

Comments
 (0)