Skip to content

v0.20.11

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 15:53
· 491 commits to refs/heads/main since this release
4f7946b

Changes

build native macOS arm binaries @scareything (#541)

enhance local build script @qrkourier (#559)

add permissions to tunnel_service model @scareything (#556)

domain name matching should be case-insensitive [fixes #566] @ekoby (#567)

upload deb to arch subkey @qrkourier (#564)

Now that we serve multiple architectures, we need to partition the upload keyspace by architecture. The architecture is also stored in the metadata of the Debian package. Still, the uploads for 0.20.10 were clobbered because all architectures uploaded to the same path, and the package build artifacts have identical filenames.

use newer JFrog CLI action because Node.js 12 actions are EOL @qrkourier (#563)

Bug Fixes

Fixes handling of shell redirection in busctl command @sabedevops (#565)