Skip to content

taskporter v0.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:13
20366d6

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.6.2
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.6.1...0.6.2

Changelog

馃悰 Bug fixes

Other work

  • 20366d6: Merge pull request #5 from syndbg/fix-support-for-workspace-vars (@syndbg)