From 0042e9e3f49c6b11590e7a7e5898228c913f35e3 Mon Sep 17 00:00:00 2001 From: Jay McConnell Date: Mon, 22 Jun 2020 12:15:31 -0700 Subject: [PATCH] bump version --- docs/getting-started-cap.md | 2 +- docs/getting-started-openshift.md | 6 +++--- docs/index.yaml | 2 +- packaging/cloudfoundry/tile-history.yml | 3 ++- packaging/helm/aws-servicebroker/Chart.yaml | 2 +- version | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/getting-started-cap.md b/docs/getting-started-cap.md index b48d7c21..1bf8e8a6 100644 --- a/docs/getting-started-cap.md +++ b/docs/getting-started-cap.md @@ -63,7 +63,7 @@ Install the AWS service broker as documented at https://github.com/awslabs/aws-s helm install aws-sb/aws-servicebroker \ --name aws-servicebroker \ --namespace $BROKER_NAMESPACE \ - --version 1.0.1 \ + --version 1.0.2 \ --set aws.secretkey=$AWS_ACCESS_KEY \ --set aws.accesskeyid=$AWS_KEY_ID \ --set deployClusterServiceBroker=false \ diff --git a/docs/getting-started-openshift.md b/docs/getting-started-openshift.md index 85ef2253..c37c2240 100644 --- a/docs/getting-started-openshift.md +++ b/docs/getting-started-openshift.md @@ -11,9 +11,9 @@ mkdir awssb cd awssb ### Fetch installation artifacts -wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.1/packaging/openshift/deploy.sh -wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.1/packaging/openshift/aws-servicebroker.yaml -wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.1/packaging/openshift/parameters.env +wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2/packaging/openshift/deploy.sh +wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2/packaging/openshift/aws-servicebroker.yaml +wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2/packaging/openshift/parameters.env chmod +x deploy.sh ### Edit parameters.env and update parameters as needed diff --git a/docs/index.yaml b/docs/index.yaml index f81c4754..ef9f950d 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -2,7 +2,7 @@ apiVersion: v1 entries: aws-servicebroker: - apiVersion: v2 - appVersion: 1.0.1 + appVersion: 1.0.2 created: "2020-05-01T11:10:51.935526-06:00" description: Implementation of the Open Service Broker API for AWS. Deploy Cloudformation templates using k8s resources. diff --git a/packaging/cloudfoundry/tile-history.yml b/packaging/cloudfoundry/tile-history.yml index ca5dfbf8..2ff91d42 100644 --- a/packaging/cloudfoundry/tile-history.yml +++ b/packaging/cloudfoundry/tile-history.yml @@ -33,4 +33,5 @@ history: - 1.0.0-beta.4 - 1.0.0 - 1.0.1 -version: 1.0.1 +- 1.0.1 +version: 1.0.2 diff --git a/packaging/helm/aws-servicebroker/Chart.yaml b/packaging/helm/aws-servicebroker/Chart.yaml index cc9d7723..99f91ad4 100644 --- a/packaging/helm/aws-servicebroker/Chart.yaml +++ b/packaging/helm/aws-servicebroker/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: aws-servicebroker description: Deploys the AWS Service Broker version: 1.0.2 -appVersion: 1.0.1 +appVersion: 1.0.2 description: Implementation of the Open Service Broker API for AWS. Deploy Cloudformation templates using k8s resources. keywords: - osbapi diff --git a/version b/version index 7dea76ed..6d7de6e6 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.1 +1.0.2