Skip to content

Commit

Permalink
docs: release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf committed Mar 23, 2024
1 parent 62a2c7c commit 4a023b3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!--
## [Unreleased]
### Added
### Fixed
### Changed
### Removed
**Full Changelog**: https://github.com/mkuf/prind/compare/v1.12.0...vX.X.X
-->

## [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
* ci: consolidate image specific dockerhub description workflows into a single matrix workflow
* 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
Expand Down

0 comments on commit 4a023b3

Please sign in to comment.