From 784aaceb4fc9b2fdcdaef88ffa4a85ac7262ab7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Sun, 24 Nov 2024 12:06:49 +0100 Subject: [PATCH] docs: prep release v1.17.0 --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc0687..fd6322b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.17.0] - 2024-11-24 +### Added +* klipper & moonraker: generate version file during build to correctly display versions (fixes [#74](https://github.com/mkuf/prind/issues/74#issuecomment-2474036799)) +* klipper, moonraker & ustreamer: add health check scripts to container images #178 +* docs: health check examples for each container and in main readme +### Changed +* ci: update build requirements #181 + +**Full Changelog**: https://github.com/mkuf/prind/compare/v1.16.0...v1.17.0 + ## [v1.16.0] - 2024-11-08 ### Fixed * custom: fix config path for klipper in portainer example #165