Skip to content

Commit

Permalink
Prepare release 3.4.3 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol authored Jul 3, 2024
1 parent d6af7cb commit ed1c80a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down Expand Up @@ -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
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.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"
Expand Down

0 comments on commit ed1c80a

Please sign in to comment.