From 2eee04a84ad984d4a22412bc8fbdbc6495b38b4f Mon Sep 17 00:00:00 2001 From: Sanya Kochhar Date: Wed, 17 Mar 2021 14:53:23 -0400 Subject: [PATCH] chore(release): update versions for v0.8.0 Signed-off-by: Sanya Kochhar --- charts/osm/Chart.yaml | 4 ++-- charts/osm/README.md | 2 +- charts/osm/values.yaml | 2 +- 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 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/osm/Chart.yaml b/charts/osm/Chart.yaml index 62982c7e6d..2145b49b5a 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.0-rc.2 +version: 0.8.0 # 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.0-rc.2 +appVersion: v0.8.0 diff --git a/charts/osm/README.md b/charts/osm/README.md index 16d9c7f4a5..9717c909dd 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.0-rc.2"` | `osm-controller` image tag | +| OpenServiceMesh.image.tag | string | `"v0.8.0"` | `osm-controller` image tag | | OpenServiceMesh.imagePullSecrets | list | `[]` | `osm-controller` image pull secret | | OpenServiceMesh.injector | object | `{"replicaCount":1,"resource":{"limits":{"cpu":"0.5","memory":"64M"},"requests":{"cpu":"0.3","memory":"64M"}}}` | Sidecar injector configuration | | OpenServiceMesh.meshName | string | `"osm"` | Name for the new control plane instance | diff --git a/charts/osm/values.yaml b/charts/osm/values.yaml index 676493597b..c97aa56bd6 100644 --- a/charts/osm/values.yaml +++ b/charts/osm/values.yaml @@ -11,7 +11,7 @@ OpenServiceMesh: # -- `osm-controller` pod PullPolicy pullPolicy: IfNotPresent # -- `osm-controller` image tag - tag: v0.8.0-rc.2 + tag: v0.8.0 # -- `osm-controller` image pull secret imagePullSecrets: [] # -- Envoy sidecar image diff --git a/cmd/cli/install.go b/cmd/cli/install.go index 432e7708e1..3b60966386 100644 --- a/cmd/cli/install.go +++ b/cmd/cli/install.go @@ -63,7 +63,7 @@ const ( defaultContainerRegistrySecret = "" defaultMeshName = "osm" defaultOsmImagePullPolicy = "IfNotPresent" - defaultOsmImageTag = "v0.8.0-rc.2" + defaultOsmImageTag = "v0.8.0" defaultPrometheusRetentionTime = constants.PrometheusDefaultRetentionTime defaultVaultHost = "" defaultVaultProtocol = "http" diff --git a/docs/example/manifests/apps/bookbuyer.yaml b/docs/example/manifests/apps/bookbuyer.yaml index dba14d0767..d66601866c 100644 --- a/docs/example/manifests/apps/bookbuyer.yaml +++ b/docs/example/manifests/apps/bookbuyer.yaml @@ -47,7 +47,7 @@ spec: serviceAccountName: bookbuyer containers: - name: bookbuyer - image: openservicemesh/bookbuyer:v0.8.0-rc.2 + image: openservicemesh/bookbuyer:v0.8.0 imagePullPolicy: Always command: ["/bookbuyer"] env: diff --git a/docs/example/manifests/apps/bookstore-v2.yaml b/docs/example/manifests/apps/bookstore-v2.yaml index e78fadcfc4..ed09a08aaa 100644 --- a/docs/example/manifests/apps/bookstore-v2.yaml +++ b/docs/example/manifests/apps/bookstore-v2.yaml @@ -40,7 +40,7 @@ spec: serviceAccountName: bookstore-v2 containers: - name: bookstore - image: openservicemesh/bookstore:v0.8.0-rc.2 + image: openservicemesh/bookstore:v0.8.0 imagePullPolicy: Always ports: - containerPort: 14001 diff --git a/docs/example/manifests/apps/bookstore.yaml b/docs/example/manifests/apps/bookstore.yaml index dd71fd3284..6c60ee74f7 100644 --- a/docs/example/manifests/apps/bookstore.yaml +++ b/docs/example/manifests/apps/bookstore.yaml @@ -45,7 +45,7 @@ spec: serviceAccountName: bookstore containers: - name: bookstore - image: openservicemesh/bookstore:v0.8.0-rc.2 + image: openservicemesh/bookstore:v0.8.0 imagePullPolicy: Always ports: - containerPort: 14001 diff --git a/docs/example/manifests/apps/bookthief.yaml b/docs/example/manifests/apps/bookthief.yaml index f5d0831115..ef60725b63 100644 --- a/docs/example/manifests/apps/bookthief.yaml +++ b/docs/example/manifests/apps/bookthief.yaml @@ -46,7 +46,7 @@ spec: serviceAccountName: bookthief containers: - name: bookthief - image: openservicemesh/bookthief:v0.8.0-rc.2 + image: openservicemesh/bookthief:v0.8.0 imagePullPolicy: Always command: ["/bookthief"] env: diff --git a/docs/example/manifests/apps/bookwarehouse.yaml b/docs/example/manifests/apps/bookwarehouse.yaml index fcf6d2a1c8..37954619ec 100644 --- a/docs/example/manifests/apps/bookwarehouse.yaml +++ b/docs/example/manifests/apps/bookwarehouse.yaml @@ -46,6 +46,6 @@ spec: serviceAccountName: bookwarehouse containers: - name: bookwarehouse - image: openservicemesh/bookwarehouse:v0.8.0-rc.2 + image: openservicemesh/bookwarehouse:v0.8.0 imagePullPolicy: Always command: ["/bookwarehouse"]