Skip to content

Releases: mkuf/prind

v1.11.0

23 Feb 17:19

Choose a tag to compare

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

08 Feb 21:22

Choose a tag to compare

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

23 Sep 17:16

Choose a tag to compare

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

20 Aug 17:15

Choose a tag to compare

Added

  • profile: moonraker-obico via #89

Changed

  • docker: update repo url for KlipperScreen
  • scripts: exclude out and resonances directory from support archive

Full Changelog: v1.8.0...v1.9.0

v1.8.0

06 Aug 13:19

Choose a tag to compare

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

22 Jun 17:32
34c560a

Choose a tag to compare

Changed

  • All Images are now based on Debian bookworm #81
  • Klipper has been upgraded from Python 2 to Python 3

Full Changelog: v1.7.0...v1.7.1

v1.7.0

17 Jun 13:46

Choose a tag to compare

Added

  • profile: hostmcu enables you to use your hosts gpio pins for an additional mcu in klipper
  • klipper: add build-hostmcu and hostmcu 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 to tools resulting in images tagged with *-tools instead of *-mcu
  • extra: update image tags to use the tools tag instead of the mcu 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

⚠️ The 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

28 May 12:12

Choose a tag to compare

Added

Changed

  • fluidd: use docker image from GHCR by @pedrolamas in #73
  • scripts: setup-X11: create home directory for screen user, install xserver-xorg-legacy and create Xwrapper.config if it does not exist

Full Changelog: v1.5.0...v1.6.0

v1.5.0

07 Apr 16:31

Choose a tag to compare

Added

  • ARMv6 Support in #70
  • missing requirements to klipper mcu image

ARMv6 support starts with these Image tags:

Name Tag
mkuf/klipper fec7ddd
mkuf/moonraker 31e589a
mkuf/klipperscreen a1c602b
mkuf/ustreamer 28c8599

Full Changelog: v1.4.0...v1.5.0

v1.4.0

01 Jan 22:43

Choose a tag to compare

Adds

  • moonraker-telegram-bot by @nlef in #48

Changes

  • moves klipperscreen docs to the additional profiles section

Full Changelog: v1.3.2...v1.4.0