Skip to content

Commit 2b69c92

Browse files
committed
Merge branch 'develop'
2 parents 432bacd + e4d19ba commit 2b69c92

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

app_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

cd/deploy.sh

+9-8
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pushTags gchq/gaffer-operation-runner "${GAFFER_VERSION}" "${APP_VERSION}"
7777
git config --global credential.helper "store --file=.git/credentials"
7878
echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
7979

80-
# Add Develop branch
80+
# Add branches to be updated
8181
git remote set-branches --add origin develop gh-pages
8282
git pull
8383

@@ -97,12 +97,6 @@ JSON_DATA="{
9797
echo "${JSON_DATA}"
9898
curl -v --data "${JSON_DATA}" -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/gchq/${REPO_NAME}/releases"
9999

100-
# Update version on develop
101-
git checkout develop
102-
./cd/update_app_version.sh
103-
git commit -a -m "Updated App version"
104-
git push
105-
106100
# Upload Charts to Github releases
107101
uploadChart hdfs "${APP_VERSION}" "${GITHUB_TOKEN}"
108102
uploadChart gaffer "${APP_VERSION}" "${GITHUB_TOKEN}"
@@ -113,4 +107,11 @@ git checkout gh-pages
113107
git merge master -m "Updated docs to latest version"
114108
helm repo index . --url "https://github.com/gchq/gaffer-docker/releases/tag/${TAG_NAME}" --merge index.yaml
115109
git commit -am "Updated index.yaml"
116-
git push
110+
git push
111+
112+
# Update version on develop
113+
git checkout develop
114+
./cd/update_app_version.sh
115+
git commit -a -m "Updated App version"
116+
git push
117+

kubernetes/gaffer-road-traffic/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ apiVersion: v2
1616
name: gaffer-road-traffic
1717
description: A Gaffer instance containing sample GB road traffic data from the Department of Transport
1818
type: application
19-
version: 0.6.0
19+
version: 0.6.1
2020
appVersion: 1.12.0
2121
home: https://github.com/gchq/Gaffer
2222
sources:
2323
- https://github.com/gchq/gaffer-docker
2424
- https://data.gov.uk/dataset/208c0e7b-353f-4e2d-8b7a-1a7118467acc/gb-road-traffic-counts
2525
dependencies:
2626
- name: gaffer
27-
version: ^0.6.0
27+
version: ^0.6.1
2828
repository: file://../gaffer/

kubernetes/gaffer/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apiVersion: v2
1616
name: gaffer
1717
description: A large-scale entity and relation database supporting aggregation of properties
1818
type: application
19-
version: 0.6.0
19+
version: 0.6.1
2020
appVersion: 1.12.0
2121
home: https://github.com/gchq/Gaffer
2222
sources:
@@ -27,6 +27,6 @@ dependencies:
2727
repository: https://kubernetes-charts-incubator.storage.googleapis.com
2828
condition: zookeeper.enabled
2929
- name: hdfs
30-
version: ^0.6.0
30+
version: ^0.6.1
3131
repository: file://../hdfs/
3232
condition: hdfs.enabled

kubernetes/hdfs/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ apiVersion: v2
1616
name: hdfs
1717
description: Deploys the Hadoop Distributed File System (HDFS)
1818
type: application
19-
version: 0.6.0
19+
version: 0.6.1
2020
appVersion: 3.2.1

0 commit comments

Comments
 (0)