Merge pull request #336 from prometheus/superq/v0.13.0

Release v0.13.0
This commit is contained in:
Ben Kochie 2016-11-26 14:07:25 +01:00 committed by GitHub
commit 006d1c7922
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## v0.13.0 / unreleased
## v0.13.0 / 2016-11-26
NOTE: We have disabled builds of linux/ppc64 and linux/ppc64le due to build bugs.

View File

@ -1 +1 @@
0.13.0-rc.2
0.13.0

View File

@ -54,8 +54,8 @@ deployment:
- docker login -e $QUAY_EMAIL -u $QUAY_LOGIN -p $QUAY_PASSWORD quay.io
- |
if [[ "$CIRCLE_TAG" =~ ^v[0-9]+(\.[0-9]+){2}$ ]]; then
docker tag "$DOCKER_IMAGE_NAME:$CIRCLE_TAG" "$DOCKER_IMAGE_NAME:latest"
docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest"
docker tag "$DOCKER_IMAGE_NAME:$CIRCLE_TAG" "$DOCKER_IMAGE_NAME:latest"
docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest"
fi
- docker push $DOCKER_IMAGE_NAME
- docker push $QUAY_IMAGE_NAME