From ed1c80a7157196a9804bf3fc5f33c21a6c48fcb0 Mon Sep 17 00:00:00 2001 From: znerol Date: Wed, 3 Jul 2024 21:48:13 +0200 Subject: [PATCH] Prepare release 3.4.3 (#262) --- CHANGELOG.rst | 15 ++++++++++++++- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a2223ac..ebc3fb7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,18 @@ The format is based on `Keep a Changelog`_ and this project adheres to ------------- +`3.4.3`_ - 2024-07-03 +--------------------- + +Changed +~~~~~~~ + +- Bump alpine from 3.19.1 to 3.20.1 (#260) +- Bump urllib3 from 2.1.0 to 2.2.2 (#259) +- Bump requests from 2.32.0 to 2.32.3 (#256) +- Bump docker/build-push-action from 5 to 6 (#258) + + `3.4.2`_ - 2024-05-26 --------------------- @@ -425,7 +437,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.4.2...HEAD +.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.3...HEAD +.. _3.4.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.2...v3.4.3 .. _3.4.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.1...v3.4.2 .. _3.4.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.0...v3.4.1 .. _3.4.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.3.0...v3.4.0 diff --git a/pyproject.toml b/pyproject.toml index 4ca20fb..9370932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prometheus-pve-exporter" -version = "3.4.2" +version = "3.4.3" authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }] description = "Proxmox VE exporter for the Prometheus monitoring system." requires-python = ">=3.9"