Skip to content

Commit d5eed7c

Browse files
committed
bump version
1 parent c1ebafd commit d5eed7c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

docs/getting-started-cap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Install the AWS service broker as documented at https://github.com/awslabs/aws-s
6363
helm install aws-sb/aws-servicebroker \
6464
--name aws-servicebroker \
6565
--namespace $BROKER_NAMESPACE \
66-
--version 1.0.2 \
66+
--version 1.0.3 \
6767
--set aws.secretkey=$AWS_ACCESS_KEY \
6868
--set aws.accesskeyid=$AWS_KEY_ID \
6969
--set deployClusterServiceBroker=false \

docs/getting-started-openshift.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ mkdir awssb
1111
cd awssb
1212

1313
### Fetch installation artifacts
14-
wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2/packaging/openshift/deploy.sh
15-
wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2/packaging/openshift/aws-servicebroker.yaml
16-
wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2/packaging/openshift/parameters.env
14+
wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3/packaging/openshift/deploy.sh
15+
wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3/packaging/openshift/aws-servicebroker.yaml
16+
wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3/packaging/openshift/parameters.env
1717
chmod +x deploy.sh
1818

1919
### Edit parameters.env and update parameters as needed

docs/index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
entries:
33
aws-servicebroker:
44
- apiVersion: v2
5-
appVersion: 1.0.2
5+
appVersion: 1.0.3
66
created: "2020-05-01T11:10:51.935526-06:00"
77
description: Implementation of the Open Service Broker API for AWS. Deploy Cloudformation
88
templates using k8s resources.
@@ -17,5 +17,5 @@ entries:
1717
- https://github.com/awslabs/aws-servicebroker.git
1818
urls:
1919
- https://github.com/awslabs/aws-servicebroker/releases/
20-
version: 1.0.2
20+
version: 1.0.3
2121
generated: "2020-05-01T11:10:51.934104-06:00"

packaging/cloudfoundry/tile-history.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ history:
3434
- 1.0.0
3535
- 1.0.1
3636
- 1.0.1
37-
version: 1.0.2
37+
- 1.0.2
38+
version: 1.0.3

packaging/helm/aws-servicebroker/Chart.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
apiVersion: v2
22
name: aws-servicebroker
33
description: Deploys the AWS Service Broker
4-
version: 1.0.2
5-
appVersion: 1.0.2
6-
description: Implementation of the Open Service Broker API for AWS. Deploy Cloudformation templates using k8s resources.
4+
version: 1.0.3
5+
appVersion: 1.0.3
76
keywords:
87
- osbapi
98
- aws

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

0 commit comments

Comments
 (0)