File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ The format is based on `Keep a Changelog`_ and this project adheres to
10
10
-------------
11
11
12
12
13
+ `3.2.5 `_ - 2024-04-17
14
+ ---------------------
15
+
16
+ Changed
17
+ ~~~~~~~
18
+
19
+ - Bump gunicorn from 21.2.0 to 22.0.0 (#241)
20
+
21
+
13
22
`3.2.4 `_ - 2024-04-12
14
23
---------------------
15
24
@@ -380,7 +389,8 @@ Added
380
389
381
390
.. _Keep a Changelog : http://keepachangelog.com/en/1.0.0/
382
391
.. _Semantic Versioning : http://semver.org/spec/v2.0.0.html
383
- .. _Unreleased : https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...HEAD
392
+ .. _Unreleased : https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.5...HEAD
393
+ .. _3.2.5 : https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.5...v3.2.4
384
394
.. _3.2.4 : https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...v3.2.3
385
395
.. _3.2.3 : https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.3...v3.2.2
386
396
.. _3.2.2 : https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.2...v3.2.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " prometheus-pve-exporter"
7
- version = " 3.2.4 "
7
+ version = " 3.2.5 "
8
8
authors = [{
name =
" Lorenz Schori" ,
email =
" [email protected] " }]
9
9
description = " Proxmox VE exporter for the Prometheus monitoring system."
10
10
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments