Skip to content

lablink-cli v0.2.0

Latest

Choose a tag to compare

@7174Andy 7174Andy released this 31 Aug 18:02
· 17 commits to main since this release
26efdc1

Changes

Features

  • External-runtime deploy mode (--render-only) for platforms without Docker (#472)
  • BYO clients ship their own container logs; the CLI's detached shipper is gone (#479)

Bug Fixes

  • Warn about Let's Encrypt's 5-certificates/7-days rate limit in the wizard and on deploy (#474)

Refactoring

  • Route every manual-deployment fact through one manual.py module (#467)

Installation

uv tool install lablink-cli   # or: pip install lablink-cli==0.2.0

Upgrade note

This release removes the CLI's detached log shipper. BYO client log shipping now
comes from the ship_logs worker inside the client image, so pair this CLI with
ghcr.io/talmolab/lablink-client-base-image:0.3.0 or newer — an older client
image will ship no container logs. The default :latest tag already points at
0.3.0.

Requires lablink-allocator-service>=0.2.0; 0.3.0 is recommended and is what
:latest allocator images now run.