From 54b6666d5b05eec311b727bdbccb96e4eda6bd78 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Sun, 30 Apr 2023 13:27:22 -0400 Subject: [PATCH] Release 2.3.0 --- .circleci/config.yml | 17 ++++------------- CHANGELOG.md | 4 ++++ VERSION | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75a5e7d..aa70857 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - prometheus: prometheus/prometheus@0.16.0 + prometheus: prometheus/prometheus@0.17.1 codecov: codecov/codecov@3.2.2 executors: @@ -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: @@ -48,8 +37,10 @@ workflows: filters: tags: only: /.*/ - - release: + - prometheus/publish_release: context: org-context + docker_hub_organization: '' + quay_io_organization: '' requires: - test - build diff --git a/CHANGELOG.md b/CHANGELOG.md index b37b524..7f2b6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index ccbccc3..276cbf9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.3.0