Skip to content

Commit

Permalink
Prepare release 3.4.4 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol authored Aug 15, 2024
1 parent 286b15f commit 0a5ddf2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ The format is based on `Keep a Changelog`_ and this project adheres to
-------------


`3.4.4`_ - 2024-08-15
---------------------

- Bump pyyaml from 6.0.1 to 6.0.2 (#274)
- Bump proxmoxer from 2.0.1 to 2.1.0 (#273)
- Bump paramiko from 3.4.0 to 3.4.1 (#272)
- Bump gunicorn from 22.0.0 to 23.0.0 (#271)
- Bump alpine from 3.20.1 to 3.20.2 (#269)
- Bump certifi from 2023.11.17 to 2024.7.4 (#263)


`3.4.3`_ - 2024-07-03
---------------------

Expand Down Expand Up @@ -437,7 +448,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.3...HEAD
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.4...HEAD
.. _3.4.4: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.3...v3.4.4
.. _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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "prometheus-pve-exporter"
version = "3.4.3"
version = "3.4.4"
authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }]
description = "Proxmox VE exporter for the Prometheus monitoring system."
requires-python = ">=3.9"
Expand Down

0 comments on commit 0a5ddf2

Please sign in to comment.