forked from mirrors/statsd_exporter
Update CircleCI config for prometheus/prometheus#5031
multi-arch \m/ Release 0.10.2 with this. Hopefully. Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
parent
df81d15e84
commit
cf4290bf7e
3 changed files with 10 additions and 4 deletions
|
@ -74,13 +74,19 @@ jobs:
|
||||||
- run: make docker DOCKER_IMAGE_TAG=$CIRCLE_TAG DOCKER_REPO=quay.io/prometheus
|
- run: make docker DOCKER_IMAGE_TAG=$CIRCLE_TAG DOCKER_REPO=quay.io/prometheus
|
||||||
- run: docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
- run: docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||||
- run: docker login -u $QUAY_LOGIN -p $QUAY_PASSWORD quay.io
|
- run: docker login -u $QUAY_LOGIN -p $QUAY_PASSWORD quay.io
|
||||||
|
- run: make docker-publish DOCKER_IMAGE_TAG="$CIRCLE_TAG"
|
||||||
|
- run: make docker-publish DOCKER_IMAGE_TAG="$CIRCLE_TAG" DOCKER_REPO=quay.io/prometheus
|
||||||
|
- run: make docker-manifest DOCKER_IMAGE_TAG="$CIRCLE_TAG"
|
||||||
|
- run: make docker-manifest DOCKER_IMAGE_TAG="$CIRCLE_TAG" DOCKER_REPO=quay.io/prometheus
|
||||||
- run: |
|
- run: |
|
||||||
if [[ "$CIRCLE_TAG" =~ ^v[0-9]+(\.[0-9]+){2}$ ]]; then
|
if [[ "$CIRCLE_TAG" =~ ^v[0-9]+(\.[0-9]+){2}$ ]]; then
|
||||||
make docker-tag-latest DOCKER_IMAGE_TAG="$CIRCLE_TAG"
|
make docker-tag-latest DOCKER_IMAGE_TAG="$CIRCLE_TAG"
|
||||||
make docker-tag-latest DOCKER_IMAGE_TAG="$CIRCLE_TAG" DOCKER_REPO=quay.io/prometheus
|
make docker-tag-latest DOCKER_IMAGE_TAG="$CIRCLE_TAG" DOCKER_REPO=quay.io/prometheus
|
||||||
|
make docker-publish DOCKER_IMAGE_TAG="latest"
|
||||||
|
make docker-publish DOCKER_IMAGE_TAG="latest" DOCKER_REPO=quay.io/prometheus
|
||||||
|
make docker-manifest DOCKER_IMAGE_TAG="latest"
|
||||||
|
make docker-manifest DOCKER_IMAGE_TAG="latest" DOCKER_REPO=quay.io/prometheus
|
||||||
fi
|
fi
|
||||||
- run: make docker-publish
|
|
||||||
- run: make docker-publish DOCKER_REPO=quay.io/prometheus
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## v0.10.1 / 2019-05-17
|
## v0.10.2 / 2019-05-17
|
||||||
|
|
||||||
* [CHANGE] Do not run as root in the Docker container by default ([#202](https://github.com/prometheus/statsd_exporter/pull/202))
|
* [CHANGE] Do not run as root in the Docker container by default ([#202](https://github.com/prometheus/statsd_exporter/pull/202))
|
||||||
* [FEATURE] Add metric for count of events by action ([#193](https://github.com/prometheus/statsd_exporter/pull/193))
|
* [FEATURE] Add metric for count of events by action ([#193](https://github.com/prometheus/statsd_exporter/pull/193))
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.10.1
|
0.10.2
|
||||||
|
|
Loading…
Reference in a new issue