1
0
mirror of https://github.com/prometheus-pve/prometheus-pve-exporter.git synced 2025-04-18 19:04:06 +03:00

Prepare release 3.5.2 (#322)

This commit is contained in:
znerol 2025-02-18 17:42:10 +01:00 committed by GitHub
parent efca406465
commit 094b8366fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 2 deletions

View File

@ -9,6 +9,16 @@ The format is based on `Keep a Changelog`_ and this project adheres to
`Unreleased`_
-------------
`3.5.2`_ - 2025-02-18
---------------------
Changed
~~~~~~~
- Bump alpine from 3.21.2 to 3.21.3 (#321)
- Bump cryptography from 43.0.1 to 44.0.1 (#319)
- Bump paramiko from 3.5.0 to 3.5.1 (#318)
`3.5.1`_ - 2025-01-20
---------------------
@ -504,7 +514,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.5.1...HEAD
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.5.2...HEAD
.. _3.5.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.5.1...v3.5.2
.. _3.5.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.5.0...v3.5.1
.. _3.5.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.7...v3.5.0
.. _3.4.7: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.6...v3.4.7

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "prometheus-pve-exporter"
version = "3.5.1"
version = "3.5.2"
authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }]
description = "Proxmox VE exporter for the Prometheus monitoring system."
requires-python = ">=3.9"