Skip to content

Releases: phsmith/rundeck_exporter

v3.0.3

07 Nov 17:51

Choose a tag to compare

What's Changed

  • Fix: rundeck_exporter exits if it is unable to reach the Rundeck host by @phsmith in #120

Full Changelog: v3.0.2...v3.0.3

v3.0.2

02 Sep 16:49

Choose a tag to compare

What's Changed

  • Fix rundeck_exporter_args not properly parsing args by @phsmith in #117

Full Changelog: v3.0.1...v3.0.2

v3.0.1

27 Aug 05:12

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

27 Aug 05:21

Choose a tag to compare

What's Changed

  • Added pr-checks, relase and update-changelog gh actions
  • Added docker-compose-ci.yml
  • Added UV as 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 definition
    • cli.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_exporter module.

Full Changelog: v2.8.5...v3.0.0

v2.8.5

07 Aug 16:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.4...v2.8.5

v2.8.4

13 Jan 21:55
49d7e05

Choose a tag to compare

What's Changed

  • fix: helm chart syntax error and secrets handling by @galfit82 in #106
  • fix(#108): add timestamp to project executions metrics by @phsmith in #109

New Contributors

Full Changelog: v2.8.3...v2.8.4

v2.8.3

16 Oct 21:14
4888ec3

Choose a tag to compare

What's Changed

Full Changelog: v2.8.2...v2.8.3

v2.8.2

11 Sep 03:53
abac26c

Choose a tag to compare

What's Changed

  • Fix broken validation of boolean env vars by @phsmith in #102

Full Changelog: v2.8.1...v2.8.2

v2.8.1

01 Sep 04:59
89662a5

Choose a tag to compare

What's Changed

  • Fix no_checks_in_passive_mode condition by @phsmith in #100

Full Changelog: v2.8.0...v2.8.1

v2.8.0

31 Aug 16:22
8ce4a72

Choose a tag to compare

What's Changed

  • Improve rundeck-exporter helm charts by @phsmith in #96
  • Add Rundeck execution mode metrics and other fixes by @phsmith in #99

Full Changelog: v2.7.1...v2.8.0