Skip to content

Commit

Permalink
Merge pull request #96 from prometheus-community/superq/0.9.1
Browse files Browse the repository at this point in the history
Release 0.9.1
  • Loading branch information
SuperQ authored Jun 2, 2020
2 parents 4575457 + 4052c16 commit 8aafefe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 33 deletions.
39 changes: 7 additions & 32 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2.1

orbs:
prometheus: prometheus/prometheus@0.4.0
prometheus: prometheus/prometheus@0.7.0

executors:
# This must match .promu.yml.
Expand All @@ -20,35 +20,6 @@ jobs:
- prometheus/store_artifact:
file: stackdriver_exporter

publish_master:
executor: golang

steps:
- prometheus/setup_build_environment
- run: ls -lR .build
- prometheus/publish_images:
registry: docker.io
organization: prometheuscommunity
login_variable: DOCKER_LOGIN
password_variable: DOCKER_PASSWORD

publish_release:
executor: golang

steps:
- prometheus/setup_build_environment
- run: promu crossbuild tarballs
- run: promu checksum .tarballs
- run: promu release .tarballs
- store_artifacts:
path: .tarballs
destination: releases
- prometheus/publish_release_images:
registry: docker.io
organization: prometheuscommunity
login_variable: DOCKER_LOGIN
password_variable: DOCKER_PASSWORD

workflows:
version: 2
stackdriver_exporter:
Expand All @@ -62,16 +33,20 @@ workflows:
filters:
tags:
only: /.*/
- publish_master:
- prometheus/publish_master:
context: org-context
docker_hub_organization: prometheuscommunity
quay_io_organization: prometheuscommunity
requires:
- test
- build
filters:
branches:
only: master
- publish_release:
- prometheus/publish_release:
context: org-context
docker_hub_organization: prometheuscommunity
quay_io_organization: prometheuscommunity
requires:
- test
- build
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## master / unreleased

## 0.9.1 / 2020-06-02

* [BUGFIX] Fix report time missing for histogram metrics #94

## 0.9.0 / 2020-05-26

* [CHANGE] Add stackdriver timestamp to metrics #84
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1

0 comments on commit 8aafefe

Please sign in to comment.