Skip to content

Releases: margau/pkg-exporter

v0.2.7

04 Aug 18:54
466c7ee
Compare
Choose a tag to compare
readme.md: document pipx option for debian 12

v0.2.7-rc0: Publish: Only on tag (#23)

19 Jan 19:39
8f5220e
Compare
Choose a tag to compare
Pre-release
* Publish: Only on tag

v0.2.6: Switch to poetry/pyproject

20 Nov 21:32
8651ca4
Compare
Choose a tag to compare
Use pyproject.toml with poetry (#18)

This PR removes the old installation via setup.py, and introduces poetry with pyproject.toml

v0.2.6-rc0: Switch to pyproject

20 Nov 17:03
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.2.5...v0.2.6-rc0

v0.2.5

14 Jan 09:18
d1b17a7
Compare
Choose a tag to compare

This release introduces support for multiple origins per packet, instead of choosing only the first available origin.

v0.2.4: apt: Publish "last update" metric

05 Jan 11:47
a573a65
Compare
Choose a tag to compare
Add support for "last update" metrics (#12)

* Add support for "last update" metrics

* Update exported metrics

v0.2.3: Add Support for reboot_required metric

27 Sep 19:31
1617178
Compare
Choose a tag to compare

New Features:

This release adds support for the pkg_reboot_required metric, which indicates if the node needs an reboot.

Deployment:

Development Versions (main Branch) are now correctly released as prerelease to pypi.

v0.2.2: Improve Packaging

25 Sep 17:13
Compare
Choose a tag to compare

This minor release adds support for usage as python package.

It is suggested to use the exporter as python package now.

v0.2.0

21 Aug 09:55
Compare
Choose a tag to compare
  • Refactored the code for more modularity
  • Added pkg_broken and pkg_auto_removable statistics

v0.1.1

25 Sep 17:27
Compare
Choose a tag to compare
Fix Pipeline