Skip to content

Releases: openziti/ziti-tunnel-sdk-c

v0.20.17

11 Jan 20:48
3b5a852
Compare
Choose a tag to compare

Changes

don't reject queried or loaded hostnames based on "acceptable" characters @scareything (#586)

fixes #585

Document coredns persistence @qrkourier (#582)

v0.20.16

10 Jan 16:32
29b2c4e
Compare
Choose a tag to compare

Changes

stop publishing arm (32bit) container for tunneler base image @qrkourier (#584)

v0.20.15

10 Jan 15:50
317df60
Compare
Choose a tag to compare

Changes

use minimal Red Hat base image for containers @qrkourier (#581)(#583)(#580)

v0.20.14

06 Jan 15:04
e515dd1
Compare
Choose a tag to compare

Changes

fix wildcard matches @scareything (#579)

  • interception for services with wildcard domain addresses could be connected to the wrong ziti service. fixes #578

update characterization of container images @qrkourier (#577)

  • change the description of container image origination to reflect that they're auto-published with ZET releases
  • grammar and punctuation for container README

v0.20.13

05 Jan 15:22
eb93c95
Compare
Choose a tag to compare

Changes

docker release workflow @qrkourier (#576)

v0.20.12

21 Dec 14:29
fb94f82
Compare
Choose a tag to compare

Changes

process all pending route changes, even when errors occur @scareything (#572)

groom the OpenShift Dockerfile @qrkourier (#570)

No functional changes here. Just conforming the Dockerfile for OpenShift certification.

docker, compose, kubernetes docs @qrkourier (#568)

v0.20.11

30 Nov 15:53
4f7946b
Compare
Choose a tag to compare

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)

v0.20.10

23 Nov 17:21
5e74934
Compare
Choose a tag to compare

Changes

hotfix issue-561: fix Ubuntu Bionic DNS auto-configuration @sabedevops (#562)

download the arm64 binary when building the arm64 container @qrkourier (#558)

build arm,arm64 DEB packages @qrkourier (#544)

resolves #449

v0.20.9

10 Nov 17:43
703625e
Compare
Choose a tag to compare

Changes

get ziti-sdk-c 0.30.8 @scareything (#550)

ziti-sdk-c 0.30.8 fixes openziti/ziti-sdk-c#475, which caused tunnelers to hang when intercept.v1 or host.v1 service configurations were updated

Fix bug where log doesn't rotate at the end of a month. @szymonnogiec (#547)

Resolves #486. Check also a month and year difference (will prevent a bug where log would not be rotated at the end of the year).

Fix --authcode option parsing. @szymonnogiec (#546)

Resolves #488 issue. The checks for opts were wrong in 5 functions: verify/remove/submit_mfa & generate/get_mfa_codes. All of them expected long version of the opt to be '--code', instead of '--authcode' as the docs say.

v0.20.8

07 Nov 13:36
3cd3a15
Compare
Choose a tag to compare

Changes

get cmake 3.22 when building on ubuntu 20 @scareything (#539)

The cmake scripts now reference CMAKE_C_BYTE_ORDER, which is defined by cmake 3.20 and later.