diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-08-11 02:09:37 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-08-11 02:09:37 +0200 |
| commit | b3de192460334f2239ef81cabbd4715f86b76b07 (patch) | |
| tree | ab937ebed20346e946fc475bc43ff7d2c3414830 | |
| parent | 4087c5fb94f653eaa79c57798cd05335bc936106 (diff) | |
| download | ansible-role-prometheus-target-master.tar.gz ansible-role-prometheus-target-master.zip | |
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e05f6c7..4f390f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.0] - 2026-08-11 + +### Added: exporter state + +- Add `state: present` and `state: absent` to manage or remove targets (commit `c267536`). + +### Fixed: yaml strategy + +- Prevent targets from being lost during parallel writes (commit `0055971`). + +### Documentation + +- Add quick start and large deployment guidance to `README.md` (commit `f31bda0`). + ## [1.3.0] - 2026-02-09 ### Added: yaml strategy |