From 4a023b3903ad0ceda908f2e73200f9ec6d0eef0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Sat, 23 Mar 2024 17:19:31 +0100 Subject: [PATCH] docs: release v1.12.0 --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6288f..4e166c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [v1.12.0] - 2024-03-23 +### Added * ci: workflow to build images for pull requests to review * custom: add moonraker config snippet for timelapse setup ### Fixed * ustreamer: copy the correct binary to the runtime image and set entrypoint accordingly ### Changed +* klipper: update to python 3.12 base image and move additional python requirements to file +* moonraker: update to python 3.12 base image * scripts: rewrite build script using python * ci: use new build script in github workflows * ci: consolidate image specific build workflows into a single matrix workflow @@ -19,10 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * moonraker: make traefik labels compatible with traefik v3.0-rc1 * moonraker-telegram-bot: use `latest` instead of `development` image via #137 * chore: update traefik to v2.11 via !127 -### Removed -**Full Changelog**: https://github.com/mkuf/prind/compare/v1.11.0...vX.X.X ---> +**Full Changelog**: https://github.com/mkuf/prind/compare/v1.11.0...v1.12.0 ## [v1.11.0] - 2024-02-23 ### Changed