File tree 5 files changed +15
-14
lines changed
5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
- 0.6.0
1
+ 0.6.1
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pushTags gchq/gaffer-operation-runner "${GAFFER_VERSION}" "${APP_VERSION}"
77
77
git config --global credential.helper " store --file=.git/credentials"
78
78
echo " https://${GITHUB_TOKEN} :@github.com" > .git/credentials
79
79
80
- # Add Develop branch
80
+ # Add branches to be updated
81
81
git remote set-branches --add origin develop gh-pages
82
82
git pull
83
83
@@ -97,12 +97,6 @@ JSON_DATA="{
97
97
echo " ${JSON_DATA} "
98
98
curl -v --data " ${JSON_DATA} " -H " Authorization: token ${GITHUB_TOKEN} " " https://api.github.com/repos/gchq/${REPO_NAME} /releases"
99
99
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
-
106
100
# Upload Charts to Github releases
107
101
uploadChart hdfs " ${APP_VERSION} " " ${GITHUB_TOKEN} "
108
102
uploadChart gaffer " ${APP_VERSION} " " ${GITHUB_TOKEN} "
@@ -113,4 +107,11 @@ git checkout gh-pages
113
107
git merge master -m " Updated docs to latest version"
114
108
helm repo index . --url " https://github.com/gchq/gaffer-docker/releases/tag/${TAG_NAME} " --merge index.yaml
115
109
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
+
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ apiVersion: v2
16
16
name : gaffer-road-traffic
17
17
description : A Gaffer instance containing sample GB road traffic data from the Department of Transport
18
18
type : application
19
- version : 0.6.0
19
+ version : 0.6.1
20
20
appVersion : 1.12.0
21
21
home : https://github.com/gchq/Gaffer
22
22
sources :
23
23
- https://github.com/gchq/gaffer-docker
24
24
- https://data.gov.uk/dataset/208c0e7b-353f-4e2d-8b7a-1a7118467acc/gb-road-traffic-counts
25
25
dependencies :
26
26
- name : gaffer
27
- version : ^0.6.0
27
+ version : ^0.6.1
28
28
repository : file://../gaffer/
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apiVersion: v2
16
16
name : gaffer
17
17
description : A large-scale entity and relation database supporting aggregation of properties
18
18
type : application
19
- version : 0.6.0
19
+ version : 0.6.1
20
20
appVersion : 1.12.0
21
21
home : https://github.com/gchq/Gaffer
22
22
sources :
@@ -27,6 +27,6 @@ dependencies:
27
27
repository : https://kubernetes-charts-incubator.storage.googleapis.com
28
28
condition : zookeeper.enabled
29
29
- name : hdfs
30
- version : ^0.6.0
30
+ version : ^0.6.1
31
31
repository : file://../hdfs/
32
32
condition : hdfs.enabled
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ apiVersion: v2
16
16
name : hdfs
17
17
description : Deploys the Hadoop Distributed File System (HDFS)
18
18
type : application
19
- version : 0.6.0
19
+ version : 0.6.1
20
20
appVersion : 3.2.1
You can’t perform that action at this time.
0 commit comments