Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymccon committed Mar 29, 2021
1 parent c1ebafd commit d5eed7c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.2 \
--version 1.0.3 \
--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.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
Expand Down
4 changes: 2 additions & 2 deletions 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.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.
Expand All @@ -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"
3 changes: 2 additions & 1 deletion packaging/cloudfoundry/tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 2 additions & 3 deletions packaging/helm/aws-servicebroker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit d5eed7c

Please sign in to comment.