Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
d47853 committed Jun 15, 2020
2 parents 432bacd + e4d19ba commit 2b69c92
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
17 changes: 9 additions & 8 deletions cd/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pushTags gchq/gaffer-operation-runner "${GAFFER_VERSION}" "${APP_VERSION}"
git config --global credential.helper "store --file=.git/credentials"
echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials

# Add Develop branch
# Add branches to be updated
git remote set-branches --add origin develop gh-pages
git pull

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

# Update version on develop
git checkout develop
./cd/update_app_version.sh
git commit -a -m "Updated App version"
git push

# Upload Charts to Github releases
uploadChart hdfs "${APP_VERSION}" "${GITHUB_TOKEN}"
uploadChart gaffer "${APP_VERSION}" "${GITHUB_TOKEN}"
Expand All @@ -113,4 +107,11 @@ git checkout gh-pages
git merge master -m "Updated docs to latest version"
helm repo index . --url "https://github.com/gchq/gaffer-docker/releases/tag/${TAG_NAME}" --merge index.yaml
git commit -am "Updated index.yaml"
git push
git push

# Update version on develop
git checkout develop
./cd/update_app_version.sh
git commit -a -m "Updated App version"
git push

4 changes: 2 additions & 2 deletions kubernetes/gaffer-road-traffic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ apiVersion: v2
name: gaffer-road-traffic
description: A Gaffer instance containing sample GB road traffic data from the Department of Transport
type: application
version: 0.6.0
version: 0.6.1
appVersion: 1.12.0
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
- https://data.gov.uk/dataset/208c0e7b-353f-4e2d-8b7a-1a7118467acc/gb-road-traffic-counts
dependencies:
- name: gaffer
version: ^0.6.0
version: ^0.6.1
repository: file://../gaffer/
4 changes: 2 additions & 2 deletions kubernetes/gaffer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
name: gaffer
description: A large-scale entity and relation database supporting aggregation of properties
type: application
version: 0.6.0
version: 0.6.1
appVersion: 1.12.0
home: https://github.com/gchq/Gaffer
sources:
Expand All @@ -27,6 +27,6 @@ dependencies:
repository: https://kubernetes-charts-incubator.storage.googleapis.com
condition: zookeeper.enabled
- name: hdfs
version: ^0.6.0
version: ^0.6.1
repository: file://../hdfs/
condition: hdfs.enabled
2 changes: 1 addition & 1 deletion kubernetes/hdfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ apiVersion: v2
name: hdfs
description: Deploys the Hadoop Distributed File System (HDFS)
type: application
version: 0.6.0
version: 0.6.1
appVersion: 3.2.1

0 comments on commit 2b69c92

Please sign in to comment.