github sauljabin/kaskade v5.0.2

3 hours ago

Warning

Docker Hub deprecation. Kaskade 5.x is the last release line published to Docker Hub. v5.0.2 and v5.1 still publish images; v6 will not. The sauljabin/kaskade repository will be removed in March 2027, and its tags stay available and unchanged until then. Install with Homebrew or pipx instead. See #159.

Docker image

The image now runs as the unprivileged kaskade user (UID 10001) on python:3.14-slim (#153). Mounted config files must be readable by UID 10001 on Linux, or run the container with --user "$(id -u):$(id -g)".

Dependencies

  • deps: Bump the github-actions group with 3 updates (#154) (d91e01b)
  • deps: Label Dependabot pull requests with dependencies only (#160) (e1cafc2)
  • deps: Cap textual below 9 (#172) (483b1e2)

Fixes

  • cli: Stop printing the Authlib deprecation warning on every command (#162) (da6ae5a)
  • admin: Stop reporting programming errors as unavailable metrics (#166) (c764bc7)
  • consumer: Rebuild the consumer off the UI thread when filters change (#169) (20b7a0b)
  • admin: Hide consumer groups the principal cannot describe (#173) (22c62eb)
  • site: Draw box-drawing glyphs as paths and redraw the social preview (#175) (bb709bb)

Documentation

  • usage: Suggest an optional ksk shell alias (#167) (0024cb3)
  • usage: Drop the unused cluster Describe ACL for admin (#168) (8460cb2)
  • usage: Drop the ksk naming rationale (#174) (c80c8cd)

Full Changelog: v5.0.1...v5.0.2

Don't miss a new kaskade release

NewReleases is sending notifications on new releases.