Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymccon committed Jun 22, 2020
1 parent b6574b6 commit 0042e9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started-cap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion packaging/cloudfoundry/tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packaging/helm/aws-servicebroker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 0042e9e

Please sign in to comment.