Skip to content

Commit

Permalink
Update changelog, bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Aug 27, 2021
1 parent 3bdd4b2 commit 72a57db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ The format is based on `Keep a Changelog`_ and this project adheres to
`Unreleased`_
-------------

`2.2.0`_ - 2021-08-27
---------------------

Added
~~~~~

- Optionally pass configuration via environment variables (#78)
- Add verfify_ssl example to readme (#76)

Changed
~~~~~~~

- Update docker image to alpine 3.13.5 (#71)

`2.1.2`_ - 2021-04-04
---------------------

Expand Down Expand Up @@ -162,7 +176,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.1.2...HEAD
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.2.0...HEAD
.. _2.2.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.1.2...v2.2.0
.. _2.1.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.1.1...v2.1.2
.. _2.1.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.1.0...v2.1.1
.. _2.1.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.0.3...v2.1.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="2.1.2",
version="2.2.0",
author="Lorenz Schori",
author_email="[email protected]",
description=("Proxmox VE exporter for the Prometheus monitoring system."),
Expand Down

0 comments on commit 72a57db

Please sign in to comment.