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

Commit

Permalink
chore(release): bump version to v1.1.4 and update release notes (#5329)
Browse files Browse the repository at this point in the history
Signed-off-by: jaellio <[email protected]>
  • Loading branch information
jaellio committed Apr 20, 2023
1 parent f978473 commit 5cc73b8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
4 changes: 2 additions & 2 deletions charts/osm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type: application

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

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

# This specifies the minimum Kubernetes version OSM is compatible with.
kubeVersion: ">= 1.20.0-0"
Expand Down
18 changes: 9 additions & 9 deletions charts/osm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open Service Mesh Helm Chart

![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)
![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)

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

Expand Down Expand Up @@ -106,14 +106,14 @@ The following table lists the configurable parameters of the osm chart and their
| osm.grafana.image | string | `"grafana/grafana:8.2.2"` | Image used for Grafana |
| osm.grafana.port | int | `3000` | Grafana service's port |
| osm.grafana.rendererImage | string | `"grafana/grafana-image-renderer:3.2.1"` | Image used for Grafana Renderer |
| 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) |
| osm.image.digest.osmBootstrap | string | `"sha256:3a7750f20010a941c0e15fccf390dd58902877eecf2702b6fc6eb223a356b1b1"` | osm-boostrap's image digest |
| osm.image.digest.osmCRDs | string | `"sha256:7b19e4a90369ceeae90896fd41e6a031b168428739045044c2ca59c898c962cd"` | osm-crds' image digest |
| osm.image.digest.osmController | string | `"sha256:8952f0cfff909f081efabd770b2f7514d66270deba33ef481f01f12143d5108a"` | osm-controller's image digest |
| osm.image.digest.osmHealthcheck | string | `"sha256:96e5a2e8c313f12e615aa3a9551a3d0bacbb29389c1784cb9e8fbce221327115"` | osm-healthcheck's image digest |
| osm.image.digest.osmInjector | string | `"sha256:e932a39b0119d1c231786ad3f3409c30f49d6c0c82621c125deeb9c2b752f010"` | osm-injector's image digest |
| osm.image.digest.osmPreinstall | string | `"sha256:56a786f7f612078f6c9dbe65d92207e9513bd6e396ce5b66ea1d09744c5a668b"` | osm-preinstall's image digest |
| osm.image.digest.osmSidecarInit | string | `"sha256:4bdff559ae1873d88e0e34c49c9bc4879e23aa66cae6fa1e2f2b2bbc443d5a02"` | Sidecar init container's image digest |
| 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) |
| osm.image.digest.osmBootstrap | string | `"sha256:5f7cd003f1dec012c96ed56e72ffd7777919106fa11aa305655101b12374879f"` | osm-boostrap's image digest |
| osm.image.digest.osmCRDs | string | `"sha256:d4f4768fd163684e3f1818695ed45c4170333d77c4eb21ee90bb1350afd291a3"` | osm-crds' image digest |
| osm.image.digest.osmController | string | `"sha256:25e7e0de0dd1fda19bfa8c3f181cee947bc0db5c5e7246d7701614be85480809"` | osm-controller's image digest |
| osm.image.digest.osmHealthcheck | string | `"sha256:e005a4c69ff2162306e976642bcca4d98bdca4d24994410622597ecaf567ed6d"` | osm-healthcheck's image digest |
| osm.image.digest.osmInjector | string | `"sha256:ca0d112ce8dff4d49bba488d342a267e78e76a30dd66951229cb65e93d7a75c7"` | osm-injector's image digest |
| osm.image.digest.osmPreinstall | string | `"sha256:5b3ca22e32360e9303d3e05ff5c2b6bbe90a2ce3ced176d174748062eb1611bb"` | osm-preinstall's image digest |
| osm.image.digest.osmSidecarInit | string | `"sha256:496dcf59a0d8fbbc83adc820f1a57dfc1d67e93d47ddb3934863cc6a30937924"` | Sidecar init container's image digest |
| 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 |
| osm.image.name.osmBootstrap | string | `"osm-bootstrap"` | osm-boostrap's image name |
| osm.image.name.osmCRDs | string | `"osm-crds"` | osm-crds' image name |
Expand Down
14 changes: 7 additions & 7 deletions charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ osm:
# -- Image digest (defaults to latest compatible tag)
digest:
# -- osm-controller's image digest
osmController: "sha256:8952f0cfff909f081efabd770b2f7514d66270deba33ef481f01f12143d5108a"
osmController: "sha256:25e7e0de0dd1fda19bfa8c3f181cee947bc0db5c5e7246d7701614be85480809"
# -- osm-injector's image digest
osmInjector: "sha256:e932a39b0119d1c231786ad3f3409c30f49d6c0c82621c125deeb9c2b752f010"
osmInjector: "sha256:ca0d112ce8dff4d49bba488d342a267e78e76a30dd66951229cb65e93d7a75c7"
# -- Sidecar init container's image digest
osmSidecarInit: "sha256:4bdff559ae1873d88e0e34c49c9bc4879e23aa66cae6fa1e2f2b2bbc443d5a02"
osmSidecarInit: "sha256:496dcf59a0d8fbbc83adc820f1a57dfc1d67e93d47ddb3934863cc6a30937924"
# -- osm-crds' image digest
osmCRDs: "sha256:7b19e4a90369ceeae90896fd41e6a031b168428739045044c2ca59c898c962cd"
osmCRDs: "sha256:d4f4768fd163684e3f1818695ed45c4170333d77c4eb21ee90bb1350afd291a3"
# -- osm-boostrap's image digest
osmBootstrap: "sha256:3a7750f20010a941c0e15fccf390dd58902877eecf2702b6fc6eb223a356b1b1"
osmBootstrap: "sha256:5f7cd003f1dec012c96ed56e72ffd7777919106fa11aa305655101b12374879f"
# -- osm-preinstall's image digest
osmPreinstall: "sha256:56a786f7f612078f6c9dbe65d92207e9513bd6e396ce5b66ea1d09744c5a668b"
osmPreinstall: "sha256:5b3ca22e32360e9303d3e05ff5c2b6bbe90a2ce3ced176d174748062eb1611bb"
# -- osm-healthcheck's image digest
osmHealthcheck: "sha256:96e5a2e8c313f12e615aa3a9551a3d0bacbb29389c1784cb9e8fbce221327115"
osmHealthcheck: "sha256:e005a4c69ff2162306e976642bcca4d98bdca4d24994410622597ecaf567ed6d"


# -- `osm-controller` image pull secret
Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## Release v1.1.4

### Notable changes
- Deprecate support for TLS v1.0 and TLS v1.1 for the Envoy proxy TLSMaxProtocolVersion option
- Reduce minimum TLS version from v1.3 to v1.2 for the osm controller, verifier, and health servers
- Support robust CRD conversion patching on upgrade to ensure reconciliation is controlled by the newer OSM version

## Release v1.1.3

### Notable changes
Expand Down

0 comments on commit 5cc73b8

Please sign in to comment.