Releases: mkuf/prind
Releases · mkuf/prind
v1.11.0
Changed
- images: all images will now tagged with the git description of the upstream repository instead of a shortened SHA in an attempt to make image versions easier to understand (numbers always go up 🚀) via #114 and #111
- docs: reflect new tagging scheme
Full Changelog: v1.10.0...v1.11.0
v1.10.0
Added
- docs: add notes about CANBUS
- custom: add monitoring example
- ci: add yamllint action via #110 by @hz61p1
Fixed
- docs: fix volume paths in moonraker examples #102
- docs: update links to status badges
Changed
- docker: pin base images to python:3.11-(slim-)bookworm
- extra: simplify moonraker-timelapse setup
- ci: restructure image build workflows
- ci: add image docs workflow to update dockerhub descriptions automatically
- docs: add note about image origin
Full Changelog: v1.9.1...v1.10.0
v1.9.1
Fixed
- klipper: pin numpy to 1.25.2 to fix failing image build on arm/v7 #95
- custom: added wget to moonraker-timelaps as suggested in #46 (comment)
Changed
- klipperscreen: mount host dbus into container
- moonraker-obico: run service in privileged mode
Full Changelog: v1.9.0...v1.9.1
v1.9.0
v1.8.0
Added
- CHANGELOG.md
- custom/docker-compose.custom.unique-uid-gid.override.yaml
Fixed
- Github Action Runner running out of space
Changed
- Refactor moonraker-timelapse custom setup into an single override file
- Clarify docs for upgrading the stack related to #86
- Minimize get-info output and prompt user to upload the generated archive
- Improve command handling in get-info
Full Changelog: v1.7.1...v1.8.0
v1.7.1
v1.7.0
Added
- profile:
hostmcuenables you to use your hosts gpio pins for an additional mcu in klipper - klipper: add
build-hostmcuandhostmcutargets to Dockerfile - klipper: add klipper user to
ttygroup - klipper: install correct libusb packages in tools image
- docs: add hostmcu section to additional profiles
Changed
- klipper now always runs in privileged mode and has access to host devices #77/#78
- klipper: the
mcuimage target has been renamed totoolsresulting in images tagged with*-toolsinstead of*-mcu - extra: update image tags to use the
toolstag instead of themcutag of the klipper image - extra: simplify simulavr compose file as klipper is running in privileged mode
- custom: update examples to run klipper in privileged mode
- docs: update klipper image documentation
- docs: update moonraker image documentation
Removed
- removed all profiles from klipper service
- service: klipper-priv used for octoprint
hostmcu profile is supported starting with the following image:
| Name | Tag |
|---|---|
| mkuf/klipper | 38e79df |
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Added
- profile: add
mobileraker_companionby @Clon1998 via Clon1998/mobileraker_companion#29 - custom: example on how to use moonraker-timelapse #46
- docs: udev rules for serial device permissions #64
Changed
- fluidd: use docker image from GHCR by @pedrolamas in #73
- scripts: setup-X11: create home directory for
screenuser, installxserver-xorg-legacyand createXwrapper.configif it does not exist
Full Changelog: v1.5.0...v1.6.0