Releases: phsmith/rundeck_exporter
Releases · phsmith/rundeck_exporter
v3.0.3
v3.0.2
What's Changed
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Added pr-checks, relase and update-changelog gh actions
- Added docker-compose-ci.yml
- Added
UVas the default package and project manager - Added test/test_rundeck_exporter_metrics.py
- Added src/rundeck_exporter module
args.py: module responsible for the CLI arguments definitioncli.py: module that initializes the rundeck_exporter command line interface.constants.py: module that stores the app constants.metrics_collector.py: module that handles all the Rundeck metrics collection.utils.py: module containing utilities and middlewares used by the modules.
- Updated docker-compose examples and configs
- Updated README.md
- Removed rundeck_exporter.py. The code was refactored in the
src/rundeck_exportermodule.
Full Changelog: v2.8.5...v3.0.0
v2.8.5
What's Changed
- Fix Dockerfile by @gilankpam in #111
- fix sporadic python errors by @jrelax in #113
New Contributors
- @gilankpam made their first contribution in #111
- @jrelax made their first contribution in #113
Full Changelog: v2.8.4...v2.8.5