From 846704fac1082b81a95327dd9c3943ea430645bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADnez=20Fay=C3=B3?= Date: Tue, 3 Sep 2024 17:31:04 -0300 Subject: [PATCH 1/2] Update CHANGELOG for v1.10.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Martínez Fayó --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfe15f15a..8e3f1563a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.10.3] - 2024-09-03 + +### Fixed + +- Regression in agent health check, requiring the agent to have an SVID to be healthy (#5459) + ## [1.10.2] - 2024-09-03 ### Added From 5dcca5dbf95c993d19bb41164936b9f45eb3bc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADnez=20Fay=C3=B3?= Date: Tue, 3 Sep 2024 19:11:04 -0300 Subject: [PATCH 2/2] Address PR comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Martínez Fayó --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3f1563a1..2109dce6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixed -- Regression in agent health check, requiring the agent to have an SVID to be healthy (#5459) +- Regression in agent health check, requiring the agent to have an SVID on disk to be healthy (#5459) ## [1.10.2] - 2024-09-03