diff --git a/docs/getting-started-cap.md b/docs/getting-started-cap.md index 1bf8e8a6..4a6df66d 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.2 \ + --version 1.0.3 \ --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 c37c2240..370958e7 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.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 +wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3/packaging/openshift/deploy.sh +wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3/packaging/openshift/aws-servicebroker.yaml +wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3/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 ef9f950d..6a57f1c1 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -2,7 +2,7 @@ apiVersion: v1 entries: aws-servicebroker: - apiVersion: v2 - appVersion: 1.0.2 + appVersion: 1.0.3 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. @@ -17,5 +17,5 @@ entries: - https://github.com/awslabs/aws-servicebroker.git urls: - https://github.com/awslabs/aws-servicebroker/releases/ - version: 1.0.2 + version: 1.0.3 generated: "2020-05-01T11:10:51.934104-06:00" diff --git a/packaging/cloudfoundry/tile-history.yml b/packaging/cloudfoundry/tile-history.yml index 2ff91d42..86414e7d 100644 --- a/packaging/cloudfoundry/tile-history.yml +++ b/packaging/cloudfoundry/tile-history.yml @@ -34,4 +34,5 @@ history: - 1.0.0 - 1.0.1 - 1.0.1 -version: 1.0.2 +- 1.0.2 +version: 1.0.3 diff --git a/packaging/helm/aws-servicebroker/Chart.yaml b/packaging/helm/aws-servicebroker/Chart.yaml index 99f91ad4..ab92ed51 100644 --- a/packaging/helm/aws-servicebroker/Chart.yaml +++ b/packaging/helm/aws-servicebroker/Chart.yaml @@ -1,9 +1,8 @@ apiVersion: v2 name: aws-servicebroker description: Deploys the AWS Service Broker -version: 1.0.2 -appVersion: 1.0.2 -description: Implementation of the Open Service Broker API for AWS. Deploy Cloudformation templates using k8s resources. +version: 1.0.3 +appVersion: 1.0.3 keywords: - osbapi - aws diff --git a/version b/version index 6d7de6e6..21e8796a 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.2 +1.0.3