Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog bump release #213

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ The format is based on `Keep a Changelog`_ and this project adheres to
`Unreleased`_
-------------

`3.1.0`_ - 2024-01-03
---------------------

Added
~~~~~

- Adding template label to pve_guest_info metric (#208)

Changed
~~~~~~~

- Simplify container build spec (#210)
- Fix coding style after template label addition (#209)
- Bump actions/download-artifact from 3 to 4 (#205)
- Bump actions/upload-artifact from 3 to 4 (#206)
- Correct cluster and node params (#202)
- Extract cluster and node collectors into separate files (#198)


`3.0.2`_ - 2023-11-05
---------------------

Expand Down Expand Up @@ -310,7 +329,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.0.2...HEAD
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.1.0...HEAD
.. _3.1.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.1.0...v3.0.2
.. _3.0.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...v3.0.1
.. _3.0.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.1...v3.0.0
.. _3.0.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.0b1...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="prometheus-pve-exporter",
version="3.0.2",
version="3.1.0",
author="Lorenz Schori",
author_email="[email protected]",
description=("Proxmox VE exporter for the Prometheus monitoring system."),
Expand Down