Releases: mkuf/prind
Releases · mkuf/prind
v1.7.1
v1.7.0
Added
- profile:
hostmcu
enables you to use your hosts gpio pins for an additional mcu in klipper - klipper: add
build-hostmcu
andhostmcu
targets to Dockerfile - klipper: add klipper user to
tty
group - 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
mcu
image target has been renamed totools
resulting in images tagged with*-tools
instead of*-mcu
- extra: update image tags to use the
tools
tag instead of themcu
tag 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_companion
by @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
screen
user, installxserver-xorg-legacy
and createXwrapper.config
if it does not exist
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
v1.3.2
Adds:
- prind specific labels to all services
Changes:
- use map instead of list for label definitions
- update
get-info.sh
to reference prind specific labels
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
Thanks to Suggestions made by @derlaft in #44, Image sizes have been reduced drastically.
Changes
- docker: restructure Dockerfiles for klipper, moonraker and ustreamer
Notes
Changes concerning Images are first implemented in the following Tags:
Image | Tag | Digest | armv7 size before | armv7 size after |
---|---|---|---|---|
klipper | a42f615 | 0198c7579c77a3f18dcac2faafcda5c772ffb5492037d049d8acc50402a0be50 | 309.54M | 82.37M |
klipper:mcu | a42f615-mcu | 1623b010388115830317e867b507a5f17f2d6b8c32a58cf98f649947521a3022 | 553.7M | 459.71M |
moonraker | dde9bcc | 98f5587e512d13c3c12bae442824c2d8eba419291d9697b835dad52efae9268b | 112.24M | 89.3M |
ustreamer | bf78d8f | 4d50df64cc3752af640f8d92e1c0aa4ae362372ef06fc4c6711432030259b25d | 49.68M | 38.12M |
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
Adds
custom
directory to store docker-compose files that use images from this projectdocker-compose.custom.multiple-printers.yaml
for multi-printer setupsdocker-compose.custom.portainer.yaml
for starting the stack in portainer
Full Changelog: v1.1.1...v1.2.0