Skip to content

taskporter v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 22:49
· 23 commits to main since this release

What's Changed

Welcome to this new release of Taskporter! 馃帀

Installation

Binary Downloads

Download the appropriate binary for your platform from the assets above.

Docker

docker pull ghcr.io/syndbg/taskporter:0.2.1
docker pull ghcr.io/syndbg/taskporter:latest

Linux Packages

  • Debian/Ubuntu: Download the .deb file and install with sudo dpkg -i taskporter_*.deb
  • Red Hat/CentOS: Download the .rpm file and install with sudo rpm -i taskporter_*.rpm
  • Alpine: Download the .apk file and install with sudo apk add --allow-untrusted taskporter_*.apk

Full Changelog: v0.2.0...0.2.1

Changelog

馃悰 Bug fixes

  • 2885798: fix: add GitHub Container Registry authentication (@syndbg)