Releases: kbknapp/iptables_exporter
Releases · kbknapp/iptables_exporter
v0.4.0
v0.4.0 iptables_exporter Release (2024-03-29)
Maintenance
0.3.0 Initial Release (2023-02-07)
Features
- Add iptables rule comment metrics (#8)
0.2.0 Initial Release (2022-11-30)
Features
- Add support for iptables-legacy
- add new --scrape-target/-t flag (ffe390e)
- add support for multiple scrape targets (68bcd25, 16197d2)
CI/Maintenance
- update MSRV (33f97f7)
- add rustfmt and run cargo fmt (14851d7)
- clippy fixes (2859393)
- update clap syntax (25edebd)
- update deps (2a3fc2d)
0.1.1 (2021-05-11)
Fixes
- fix typo in metric name (scape->scrape) (7c72305)
Docs
CI/Maintenance
- Uses cross compilation to musl based libc in CI releases (c6ebfd1)
- adds a step to remove previous nightly release in CI (3788778 )
0.1.0 Initial Release (2021-04-30)
- Initial Release