Skip to content

Releases: fosrl/newt

1.12.3

30 Apr 00:07
57aa2e2

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:414e1a7618cadba03aace19abe2fd5feaa1d7922b95d359d6c1e8329d3fa964c
  • Docker Hub: docker.io/fosrl/newt@sha256:414e1a7618cadba03aace19abe2fd5feaa1d7922b95d359d6c1e8329d3fa964c
    Tag: 1.12.3

What's Changed

Full Changelog: 1.12.2...1.12.3

1.12.2

28 Apr 22:18
9e92c42

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:b1af30d7031e3019fda2b3861944704d9f41639aa796f58eeb7074c2b5f0f166
  • Docker Hub: docker.io/fosrl/newt@sha256:b1af30d7031e3019fda2b3861944704d9f41639aa796f58eeb7074c2b5f0f166
    Tag: 1.12.2

What's Changed

  • Fix dont block tcp for private resources on port 80 and 443 unless there are http targets by @oschwartz10612 in #333

Full Changelog: 1.12.1...1.12.2

1.12.1

28 Apr 17:38
ffd26f9

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:7c621a5b879e7c4a14184a97c91a244dcbab236a870ed0e141014d92aabc0b27
  • Docker Hub: docker.io/fosrl/newt@sha256:7c621a5b879e7c4a14184a97c91a244dcbab236a870ed0e141014d92aabc0b27
    Tag: 1.12.1

What's Changed

Full Changelog: 1.12.0...1.12.1

1.12.0

28 Apr 04:03
bf33a66

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:f63811250364e893d3de4c30e0227d650aa962c32b43bd0cd83427ffd03d99cc
  • Docker Hub: docker.io/fosrl/newt@sha256:f63811250364e893d3de4c30e0227d650aa962c32b43bd0cd83427ffd03d99cc
    Tag: 1.12.0-rc.0

What's Changed

  • Add HTTP private resources
  • Add health check unhealthy and healthy thresholds and follow redirects
  • Add TCP health check
  • Fix allow empty config file bootstrap before provisioning by @LaurenceJJones in #302
  • Improve sync.Pool for UDP buffers by @LaurenceJJones in #277
  • Improve reclaim idle UDP flows and make timeout configurable by @LaurenceJJones in #306

Full Changelog: 1.11.0...1.12.0-rc.0

1.12.0-rc.0

22 Apr 18:59
af2ecf4

Choose a tag to compare

1.12.0-rc.0 Pre-release
Pre-release

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:4d46e4222c4cd389b1f5ddc2c0156d7ebebb0a403f4e496a5782829f98792b93
  • Docker Hub: docker.io/fosrl/newt@sha256:4d46e4222c4cd389b1f5ddc2c0156d7ebebb0a403f4e496a5782829f98792b93
    Tag: 1.12.0-rc.0

RC

A Release Candidate (RC) is a near-final software version, stable but undergoing last tests before official release. It has all features and no known bugs.

  • Users: Use cautiously due to potential undiscovered bugs. Not for critical systems unless prepared for issues. Report bugs.
  • Developers/Testers: Perform crucial final validation and thorough testing, especially of recent changes, to catch last-minute major issues.
  • Backup: Always back up data before installing an RC to allow rollback if problems arise.
  • Feedback: Provide feedback; it's vital for a robust final release.

What's Changed

  • Add HTTP private resources
  • Add health check unhealthy and healthy thresholds and follow redirects
  • Add TCP health check
  • Fix allow empty config file bootstrap before provisioning by @LaurenceJJones in #302
  • Improve sync.Pool for UDP buffers by @LaurenceJJones in #277
  • Improve reclaim idle UDP flows and make timeout configurable by @LaurenceJJones in #306

Full Changelog: 1.11.0...1.12.0-rc.0

1.11.0

03 Apr 22:16
cd47822

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:ea9e2bc53850d4a8b2c6019d97172a2b3e3cb1a15412babb4a0f4adc522f4a79
  • Docker Hub: docker.io/fosrl/newt@sha256:ea9e2bc53850d4a8b2c6019d97172a2b3e3cb1a15412babb4a0f4adc522f4a79
    Tag: 1.11.0

What's Changed

  • Add private resource logging (requires Pangolin ^1.17.0)
  • Add provisioning key creating sites
  • Add single use provisioning blueprint file
  • Add --config-file
  • Add --name for provisioning the site name using string or {{env.ENV_VAR}}
  • Blueprint file now support {{env.ENV_VAR}} interpolation
  • Improvements and optimizations

Full Changelog: 1.10.4...1.11.0

1.10.4

29 Mar 20:04
b6f13a1

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:ccd2b0e9a0492d7492c00dff1295d0c487a2f71f9f8fc80b1c61e597f5181aed
  • Docker Hub: docker.io/fosrl/newt@sha256:ccd2b0e9a0492d7492c00dff1295d0c487a2f71f9f8fc80b1c61e597f5181aed
    Tag: 1.10.4

What's Changed

Full Changelog: 1.10.3...1.10.4

1.10.3

17 Mar 01:12
b398f53

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:41a269865ed59dc16a8412b292380b15bf506d2a3a386eca024ffb29e0d18cd5
  • Docker Hub: docker.io/fosrl/newt@sha256:41a269865ed59dc16a8412b292380b15bf506d2a3a386eca024ffb29e0d18cd5
    Tag: 1.10.3

What's Changed

  • [ipv6]: Parse target strings support and strict validation by @LaurenceJJones in #253
  • feat(installer): prefer /usr/local/bin and improve POSIX compatibility by @LaurenceJJones in #266
  • JIT connections to clients
  • Other small improvements and optimizations

Full Changelog: v1.10.3...1.10.3

1.10.2

12 Mar 23:43

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:c7b4f508cba35d698a3e4b2d55e3d902ae993d6588198291ef8e232d30421974
  • Docker Hub: docker.io/fosrl/newt@sha256:c7b4f508cba35d698a3e4b2d55e3d902ae993d6588198291ef8e232d30421974
    Tag: 1.10.2

What's Changed

Full Changelog: v1.10.2...1.10.2

1.10.1

27 Feb 06:24
b2600b0

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/newt@sha256:dc3a6ce4c290d36393a9db6662afd826260e3c8552b19359193a6b311988d3d2
  • Docker Hub: docker.io/fosrl/newt@sha256:dc3a6ce4c290d36393a9db6662afd826260e3c8552b19359193a6b311988d3d2
    Digest: sha256:dc3a6ce4c290d36393a9db6662afd826260e3c8552b19359193a6b311988d3d2

What's Changed

  • Generate random passwords for users

Full Changelog: v1.10.1...1.10.1