From 603372d75201dcfc6c74db382a2b5f6eac3249b6 Mon Sep 17 00:00:00 2001 From: znerol Date: Sat, 27 Apr 2024 12:05:41 +0200 Subject: [PATCH] Prepare release 3.3.0 (#245) --- CHANGELOG.rst | 30 ++++++++++++++++++++---------- pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eef5252..bb666d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,15 @@ The format is based on `Keep a Changelog`_ and this project adheres to ------------- +`3.3.0`_ - 2024-04-27 +--------------------- + +Added +~~~~~ + +- Add ZFS replication metrics (#243) + + `3.2.5`_ - 2024-04-17 --------------------- @@ -389,16 +398,17 @@ 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.2.5...HEAD -.. _3.2.5: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.5...v3.2.4 -.. _3.2.4: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...v3.2.3 -.. _3.2.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.3...v3.2.2 -.. _3.2.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.2...v3.2.1 -.. _3.2.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.1...v3.2.0 -.. _3.2.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.0...v3.1.0 -.. _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 +.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.3.0...HEAD +.. _3.3.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.5...v3.3.0 +.. _3.2.5: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...v3.2.5 +.. _3.2.4: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.3...v3.2.4 +.. _3.2.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.2...v3.2.3 +.. _3.2.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.1...v3.2.2 +.. _3.2.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.0...v3.2.1 +.. _3.2.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.1.0...v3.2.0 +.. _3.1.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...v3.1.0 +.. _3.0.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.1...v3.0.2 +.. _3.0.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.0...v3.0.1 .. _3.0.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.0b1...v3.0.0 .. _3.0.0b1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.3.1...v3.0.0b1 .. _2.3.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.3.0...v2.3.1 diff --git a/pyproject.toml b/pyproject.toml index 506d118..ad9d546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prometheus-pve-exporter" -version = "3.2.5" +version = "3.3.0" authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }] description = "Proxmox VE exporter for the Prometheus monitoring system." requires-python = ">=3.9"