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

Commit

Permalink
bump Chart.yaml version to v1.2.1
Browse files Browse the repository at this point in the history
bump Chart.yaml version to v1.2.1 and update release note with trust domain and CRD conversion webhook fixes
and update image digests

Signed-off-by: Shalier Xia <[email protected]>
  • Loading branch information
shalier committed Sep 6, 2022
1 parent 45248d8 commit c3ee4fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 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.2.0
version: 1.2.1

# 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.2.0
appVersion: v1.2.1

# This specifies the minimum Kubernetes version OSM is compatible with.
kubeVersion: ">= 1.22.9-0"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square)

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

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:1f7f1c9e9c3575fd5fb6f8adbae220b74f295b88931400fbd1a88f70893b447c
osmController: sha256:cd990e6a9dc43236b9c20ff1b7b451aa5e0901e09fa9ee19b38291b81c9c0186
# -- osm-injector's image digest
osmInjector: sha256:9c2d18fa6deec41a26fdf01cb03b35b78f6f423e7baeb4d2441447845743e906
osmInjector: sha256:d6ac4f1f1da81c595ebf86cc879fd5e77f1e56580d83663b0d91674cd2fc7d73
# -- Sidecar init container's image digest
osmSidecarInit: sha256:d937f6e130eefb4d46722656254f3a82c0436655c27c8b85df2b08a9905df453
osmSidecarInit: sha256:84e89596d7abbf84799b60980ff494767ef80c4a6500b9dac61c8057a53f2a20
# -- osm-crds' image digest
osmCRDs: sha256:e7fb669b4fb8f0232b9b675ed4051058c1b3aeea769a06f20221755ddf0943c9
osmCRDs: sha256:76cc48c844717a2e924702c610e83c85c3a5997b27e192dcf175ecd5351c690e
# -- osm-boostrap's image digest
osmBootstrap: sha256:65fbf0f940233000c896fe6733f6bc1ddb686830c99bf68d0bf43a920a6f063b
osmBootstrap: sha256:0631c1f69e2e1e5ae8796cfea8a63791a861d6d4ce514af2c45337f47f08070c
# -- osm-preinstall's image digest
osmPreinstall: sha256:39aad627c5e9d35b4fa819339d629526967490c3f2a516439ab3796bb66a8e96
osmPreinstall: sha256:921e0d51372db1582ece8fbbfc4790e802c4248c1cf3fd6836c3176b04cc95ed
# -- osm-healthcheck's image digest
osmHealthcheck: sha256:0dba71daf637ec50b11688ad0599004c11d91f058f90abecefce0c16570e4451
osmHealthcheck: sha256:4dd1a529d612ffc46bfbbdaf04c51c8aec9bbb082a35ed2656e1dba348078c26


# -- `osm-controller` image pull secret
Expand Down
2 changes: 2 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Notable changes

- Remove CRD conversion webhook (the webhook does not act differently than how if the CRD conversion strategy was set to `None`)
- Fixed ingress backend SAN's (the trust domain was getting appended to the provided SAN)
- Custom trust domains (i.e. certificate CommonNames) are now supported
- The authentication token used to configure the Hashicorp Vault certificate provider can now be passed in using a secretRef
- Envoy has been updated to v1.22 and uses the `envoyproxy/envoy-distroless` image instead of the deprecated `envoyproxy/envoy-alpine` image.
Expand Down

0 comments on commit c3ee4fc

Please sign in to comment.