Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Apr 30, 2023
1 parent 590c811 commit 54b6666
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
17 changes: 4 additions & 13 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.16.0
prometheus: prometheus/prometheus@0.17.1
codecov: codecov/[email protected]

executors:
Expand All @@ -23,17 +23,6 @@ jobs:
file: coverage.txt
- prometheus/store_artifact:
file: gpfs_exporter
release:
executor: golang
steps:
- prometheus/setup_build_environment:
docker_version: 19.03.8
- run: promu crossbuild tarballs
- run: promu checksum .tarballs
- run: promu release .tarballs
- store_artifacts:
destination: releases
path: .tarballs
workflows:
version: 2
gpfs_exporter:
Expand All @@ -48,8 +37,10 @@ workflows:
filters:
tags:
only: /.*/
- release:
- prometheus/publish_release:
context: org-context
docker_hub_organization: ''
quay_io_organization: ''
requires:
- test
- build
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0 / 2023-04-30

* Add mmlsqos collector (#56)

## 2.2.0 / 2022-10-13

* Allow sudo command to be changed (#54)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0

0 comments on commit 54b6666

Please sign in to comment.