From d4aba878f043fd3ad0bcacd0149e7d75e67c0faa Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Wed, 15 Feb 2023 11:42:16 +0100 Subject: [PATCH] Final Release 0.15.0 Add retirement notice to README and CHANGELOG. Round up the last changes for a final release. Signed-off-by: Matthias Rampke --- CHANGELOG.md | 11 ++++++++++- README.md | 6 +++++- VERSION | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d89e94..ccdceb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -## 0.14.0 / 2023-11-29 +## 0.15.0 / 2023-02-15 + +* [FEATURE] Add metric for idle time percentage #236 #255 +* [ENHANCEMENT] Dependency updates #252 #253 #254 + +This is the **FINAL RELEASE** of the standalone HAProxy exporter. +All supported versions of HAProxy now have Prometheus metrics [built in](https://github.com/prometheus/haproxy_exporter#official-prometheus-exporter). +Please transition to using the built-in support as soon as possible. + +## 0.14.0 / 2022-11-29 * [SECURITY] Update Exporter Toolkit (CVE-2022-46146) #251 * [FEATURE] Support multiple Listen Addresses and systemd socket activation #251 diff --git a/README.md b/README.md index 6721b25..f60e656 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ This is a simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption. -***Note:** since HAProxy 2.0.0, the official source includes a Prometheus exporter module that can be built into your binary with a single flag during build time and offers a built-in Prometheus endpoint. More information see [down below](#official-prometheus-exporter).* +## This exporter is retired + +In all supported versions of HAProxy, the official source includes a Prometheus exporter module that can be built into your binary with a single flag during build time and offers a native Prometheus endpoint. For more information see [down below](#official-prometheus-exporter). + +Please transition to using the built-in support as soon as possible. ## Getting Started diff --git a/VERSION b/VERSION index a803cc2..a551051 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 +0.15.0