Skip to content

Releases: openziti/ziti-tunnel-sdk-c

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.

v0.20.7

24 Oct 18:47
cb52eb0
Compare
Choose a tag to compare

Changes

Ensure that BYTE_ORDER is set @scareything (#538)

Fixes #534

Update ziti-sdk-c to 0.30.4

v0.20.6

20 Oct 14:51
04239ac
Compare
Choose a tag to compare

Changes

enroll subcommand fixes @scareything (#533)

  • open enrollment output file with O_EXCL to avoid overwriting (#268)
  • don't require key to be provided when enrolling (#532)
  • log errors when enrolling (#516)

v0.20.5

19 Oct 16:03
91b276f
Compare
Choose a tag to compare

Changes

Use correct has_arg when parsing command line options with getopt_long @scareything (#530)

closes #320, #503, and #528

v0.20.4

18 Oct 20:05
1298888
Compare
Choose a tag to compare

rebuild release