From 35e95b9e436c6f6bbecfb3a64e6a9ae3be82c1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Fri, 27 Dec 2024 10:24:06 -0800 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce93c03..12cc3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ # Changelog -## Next version +## 0.1.2 - December 27, 2024 ### ✨ Improved * Ensure that the monitor tool URL includes the `/heartbeat` route. +* Report ISO strings with a precision of seconds. +* Report when the last connection with the LCO server was made in the alert email. ### 🔧 Fix * Update when the last heartbeat was sent to the ECP. +* Fixed double `ENV` statement in dockerfile. ## 0.1.1 - December 26, 2024 diff --git a/pyproject.toml b/pyproject.toml index 32d8d7e..6fc8b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lvmbeat" -version = "0.1.2a0" +version = "0.1.2" description = "LVM heartbeat monitor" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 8f40d76..110bcd1 100644 --- a/uv.lock +++ b/uv.lock @@ -535,7 +535,7 @@ wheels = [ [[package]] name = "lvmbeat" -version = "0.1.2a0" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "httpx" },