Skip to content

Commit

Permalink
Update changelog bump release (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol authored Apr 26, 2023
1 parent af983bf commit 95c5530
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ The format is based on `Keep a Changelog`_ and this project adheres to
`Unreleased`_
-------------

`2.3.0`_ - 2023-04-26
---------------------

Added
~~~~~
- Use gunicorn instead of the Werkzeug development server (#132)
- Add package __main__.py as an additional cli entrypoint (#138)

Changed
~~~~~~~
- Update container image to proxmoxer 2.0.1 (#144)
- Update docker image to alpine 3.17.3 (#140)
- README: Fix Grafana dashboard URL (#128)
- Update README.rst (#125)


`2.2.4`_ - 2022-10-16
---------------------

Expand Down Expand Up @@ -216,7 +232,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/v2.2.4...HEAD
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.3.0...HEAD
.. _2.2.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.2.4...v2.3.0
.. _2.2.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.2.3...v2.2.4
.. _2.2.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.2.2...v2.2.3
.. _2.2.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.2.1...v2.2.2
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="2.2.4",
version="2.3.0",
author="Lorenz Schori",
author_email="[email protected]",
description=("Proxmox VE exporter for the Prometheus monitoring system."),
Expand Down

0 comments on commit 95c5530

Please sign in to comment.