diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e2b23d..545025d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,25 @@ The format is based on `Keep a Changelog`_ and this project adheres to `Unreleased`_ ------------- +`3.1.0`_ - 2024-01-03 +--------------------- + +Added +~~~~~ + +- Adding template label to pve_guest_info metric (#208) + +Changed +~~~~~~~ + +- Simplify container build spec (#210) +- Fix coding style after template label addition (#209) +- Bump actions/download-artifact from 3 to 4 (#205) +- Bump actions/upload-artifact from 3 to 4 (#206) +- Correct cluster and node params (#202) +- Extract cluster and node collectors into separate files (#198) + + `3.0.2`_ - 2023-11-05 --------------------- @@ -310,7 +329,8 @@ Added .. _Keep a Changelog: http://keepachangelog.com/en/1.0.0/ .. _Semantic Versioning: http://semver.org/spec/v2.0.0.html -.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...HEAD +.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.1.0...HEAD +.. _3.1.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.1.0...v3.0.2 .. _3.0.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...v3.0.1 .. _3.0.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.1...v3.0.0 .. _3.0.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.0b1...v3.0.0 diff --git a/setup.py b/setup.py index 834c47e..cd177e4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="prometheus-pve-exporter", - version="3.0.2", + version="3.1.0", author="Lorenz Schori", author_email="lo@znerol.ch", description=("Proxmox VE exporter for the Prometheus monitoring system."),