aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-08-11 02:09:37 +0200
committerColin Wilk <colin@wilk.cx>2026-08-11 02:09:37 +0200
commitb3de192460334f2239ef81cabbd4715f86b76b07 (patch)
treeab937ebed20346e946fc475bc43ff7d2c3414830
parent4087c5fb94f653eaa79c57798cd05335bc936106 (diff)
downloadansible-role-prometheus-target-1.4.0.tar.gz
ansible-role-prometheus-target-1.4.0.zip
Release 1.4.0HEAD1.4.0master
-rw-r--r--CHANGELOG.md14
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