From 3d923b3f2d72006f6cdaad056938c492c364196d Mon Sep 17 00:00:00 2001 From: Johnson Shi Date: Mon, 17 May 2021 12:58:30 -0700 Subject: [PATCH] chore(release): create release v0.8.4 (#3358) * chore(envoy): update envoy to v1.17.3 Signed-off-by: Johnson Shi * chore(release): create release v0.8.4 Signed-off-by: Johnson Shi --- charts/osm/Chart.yaml | 4 ++-- charts/osm/README.md | 4 ++-- charts/osm/values.schema.json | 2 +- charts/osm/values.yaml | 4 ++-- cmd/cli/install.go | 2 +- docs/example/manifests/apps/bookbuyer.yaml | 2 +- docs/example/manifests/apps/bookstore-v2.yaml | 2 +- docs/example/manifests/apps/bookstore.yaml | 2 +- docs/example/manifests/apps/bookthief.yaml | 2 +- docs/example/manifests/apps/bookwarehouse.yaml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/osm/Chart.yaml b/charts/osm/Chart.yaml index b5f93ec3e4..0d38bf0a93 100644 --- a/charts/osm/Chart.yaml +++ b/charts/osm/Chart.yaml @@ -14,8 +14,8 @@ 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: 0.8.4-rc.1 +version: 0.8.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: v0.8.4-rc.1 +appVersion: v0.8.4 diff --git a/charts/osm/README.md b/charts/osm/README.md index b8569c7ef2..72c4906ad0 100644 --- a/charts/osm/README.md +++ b/charts/osm/README.md @@ -91,7 +91,7 @@ The following table lists the configurable parameters of the osm chart and their | OpenServiceMesh.grafana.port | int | `3000` | Grafana port | | OpenServiceMesh.image.pullPolicy | string | `"IfNotPresent"` | `osm-controller` pod PullPolicy | | OpenServiceMesh.image.registry | string | `"openservicemesh"` | `osm-controller` image registry | -| OpenServiceMesh.image.tag | string | `"v0.8.4-rc.1"` | `osm-controller` image tag | +| OpenServiceMesh.image.tag | string | `"v0.8.4"` | `osm-controller` image tag | | OpenServiceMesh.imagePullSecrets | list | `[]` | `osm-controller` image pull secret | | OpenServiceMesh.inbound_extauthz | object | `{"address":"","enable":false,"failureModeAllow":false,"port":0,"statPrefix":"","timeout":"1s"}` | Inbound external authorization, allows configuring a remote service to provide external authorization upon request | | OpenServiceMesh.injector | object | `{"podLabels":{},"replicaCount":1,"resource":{"limits":{"cpu":"0.5","memory":"64M"},"requests":{"cpu":"0.3","memory":"64M"}}}` | Sidecar injector configuration | @@ -107,7 +107,7 @@ The following table lists the configurable parameters of the osm chart and their | OpenServiceMesh.prometheus.retention.time | string | `"15d"` | Prometheus retention time | | OpenServiceMesh.replicaCount | int | `1` | `osm-controller` replicas | | OpenServiceMesh.serviceCertValidityDuration | string | `"24h"` | Sets the service certificatevalidity duration | -| OpenServiceMesh.sidecarImage | string | `"envoyproxy/envoy-alpine:v1.17.2"` | Envoy sidecar image | +| OpenServiceMesh.sidecarImage | string | `"envoyproxy/envoy-alpine:v1.17.3"` | Envoy sidecar image | | OpenServiceMesh.tracing.address | string | `""` | Tracing destination cluster (must contain the namespace). When left empty, this is computed in helper template to "jaeger..svc.cluster.local". Please override for BYO-tracing as documented in tracing.md | | OpenServiceMesh.tracing.enable | bool | `false` | Toggles Envoy's tracing functionality on/off for all sidecar proxies in the cluster | | OpenServiceMesh.tracing.endpoint | string | `"/api/v2/spans"` | Destination's API or collector endpoint where the spans will be sent to | diff --git a/charts/osm/values.schema.json b/charts/osm/values.schema.json index 5e90fc637d..becf6905aa 100644 --- a/charts/osm/values.schema.json +++ b/charts/osm/values.schema.json @@ -182,7 +182,7 @@ "title": "The sidecarImage schema", "description": "The proxy side car image to run.", "examples": [ - "envoyproxy/envoy-alpine:v1.17.2" + "envoyproxy/envoy-alpine:v1.17.3" ] }, "certificateManager": { diff --git a/charts/osm/values.yaml b/charts/osm/values.yaml index 2a907e5903..915ea2e0ea 100644 --- a/charts/osm/values.yaml +++ b/charts/osm/values.yaml @@ -11,11 +11,11 @@ OpenServiceMesh: # -- `osm-controller` pod PullPolicy pullPolicy: IfNotPresent # -- `osm-controller` image tag - tag: v0.8.4-rc.1 + tag: v0.8.4 # -- `osm-controller` image pull secret imagePullSecrets: [] # -- Envoy sidecar image - sidecarImage: envoyproxy/envoy-alpine:v1.17.2 + sidecarImage: envoyproxy/envoy-alpine:v1.17.3 osmcontroller: resource: limits: diff --git a/cmd/cli/install.go b/cmd/cli/install.go index ba21ab1578..7323c4b64f 100644 --- a/cmd/cli/install.go +++ b/cmd/cli/install.go @@ -63,7 +63,7 @@ const ( defaultContainerRegistrySecret = "" defaultMeshName = "osm" defaultOsmImagePullPolicy = "IfNotPresent" - defaultOsmImageTag = "v0.8.4-rc.1" + defaultOsmImageTag = "v0.8.4" defaultPrometheusRetentionTime = constants.PrometheusDefaultRetentionTime defaultVaultHost = "" defaultVaultProtocol = "http" diff --git a/docs/example/manifests/apps/bookbuyer.yaml b/docs/example/manifests/apps/bookbuyer.yaml index 059b54cf04..e0e0863acc 100644 --- a/docs/example/manifests/apps/bookbuyer.yaml +++ b/docs/example/manifests/apps/bookbuyer.yaml @@ -36,7 +36,7 @@ spec: serviceAccountName: bookbuyer containers: - name: bookbuyer - image: openservicemesh/bookbuyer:v0.8.4-rc.1 + image: openservicemesh/bookbuyer:v0.8.4 imagePullPolicy: Always command: ["/bookbuyer"] env: diff --git a/docs/example/manifests/apps/bookstore-v2.yaml b/docs/example/manifests/apps/bookstore-v2.yaml index 8056188b02..4c51045fbc 100644 --- a/docs/example/manifests/apps/bookstore-v2.yaml +++ b/docs/example/manifests/apps/bookstore-v2.yaml @@ -43,7 +43,7 @@ spec: serviceAccountName: bookstore-v2 containers: - name: bookstore - image: openservicemesh/bookstore:v0.8.4-rc.1 + image: openservicemesh/bookstore:v0.8.4 imagePullPolicy: Always ports: - containerPort: 14001 diff --git a/docs/example/manifests/apps/bookstore.yaml b/docs/example/manifests/apps/bookstore.yaml index cda7fa1dcd..458526ce51 100644 --- a/docs/example/manifests/apps/bookstore.yaml +++ b/docs/example/manifests/apps/bookstore.yaml @@ -51,7 +51,7 @@ spec: serviceAccountName: bookstore containers: - name: bookstore - image: openservicemesh/bookstore:v0.8.4-rc.1 + image: openservicemesh/bookstore:v0.8.4 imagePullPolicy: Always ports: - containerPort: 14001 diff --git a/docs/example/manifests/apps/bookthief.yaml b/docs/example/manifests/apps/bookthief.yaml index c16dabbb97..55d0f513ae 100644 --- a/docs/example/manifests/apps/bookthief.yaml +++ b/docs/example/manifests/apps/bookthief.yaml @@ -35,7 +35,7 @@ spec: serviceAccountName: bookthief containers: - name: bookthief - image: openservicemesh/bookthief:v0.8.4-rc.1 + image: openservicemesh/bookthief:v0.8.4 imagePullPolicy: Always command: ["/bookthief"] env: diff --git a/docs/example/manifests/apps/bookwarehouse.yaml b/docs/example/manifests/apps/bookwarehouse.yaml index ebba38739e..e37116cd0d 100644 --- a/docs/example/manifests/apps/bookwarehouse.yaml +++ b/docs/example/manifests/apps/bookwarehouse.yaml @@ -52,6 +52,6 @@ spec: serviceAccountName: bookwarehouse containers: - name: bookwarehouse - image: openservicemesh/bookwarehouse:v0.8.4-rc.1 + image: openservicemesh/bookwarehouse:v0.8.4 imagePullPolicy: Always command: ["/bookwarehouse"]