-
released this
2025-10-27 23:26:14 -05:00 | 15 commits to main since this release📅 Originally published on GitHub: Tue, 28 Oct 2025 05:14:35 GMT
🏷️ Git tag created: Tue, 28 Oct 2025 04:26:14 GMTWhat's Changed
- Adding OpenTelemetry Metrics and Tracing by @marcschaeferger in https://github.com/fosrl/newt/pull/162
- feat(actions): Sync Images from Docker to GHCR by @marcschaeferger in https://github.com/fosrl/newt/pull/165
- Adding GHCR to CI/CD Release Workflow & further improvements by @marcschaeferger in https://github.com/fosrl/newt/pull/166
Full Changelog: https://github.com/fosrl/newt/compare/1.5.2...1.6.0
Downloads
-
released this
2025-10-08 19:42:45 -05:00 | 36 commits to main since this release📅 Originally published on GitHub: Thu, 09 Oct 2025 17:04:01 GMT
🏷️ Git tag created: Thu, 09 Oct 2025 00:42:45 GMTWhat's Changed
- Watch docker events for container start and stop to react to changes when newt is already running
- Add --no-cloud option for pangolin cloud to prevent fall back to the cloud if desired
- Dont overwrite config file each load
- Print config file location if used on load
- Put a limit on the hp messages sent to prevent overuse
Full Changelog: https://github.com/fosrl/newt/compare/1.5.1...1.5.2
Downloads
-
released this
2025-09-28 18:27:05 -05:00 | 49 commits to main since this release📅 Originally published on GitHub: Mon, 29 Sep 2025 00:07:43 GMT
🏷️ Git tag created: Sun, 28 Sep 2025 23:27:05 GMTWhat's Changed
- Add Badges to README.md by @marcschaeferger in https://github.com/fosrl/newt/pull/142
- Mlts pkcs12 compatibility by @rgutmen in https://github.com/fosrl/newt/pull/143
- fix(gh-actions): Workflow does not contain permissions by @marcschaeferger in https://github.com/fosrl/newt/pull/146
- Golang Dependency Update 09-2025 by @marcschaeferger in https://github.com/fosrl/newt/pull/147
- docs: Add blueprint-file as a new cli arg and env var by @didotb in https://github.com/fosrl/newt/pull/152
- Fix pulling private key from existing interface when using --keep-interface
- Fix --generateAndSaveKeyTo not creating the file first
New Contributors
- @marcschaeferger made their first contribution in https://github.com/fosrl/newt/pull/142
- @rgutmen made their first contribution in https://github.com/fosrl/newt/pull/143
- @didotb made their first contribution in https://github.com/fosrl/newt/pull/152
Full Changelog: https://github.com/fosrl/newt/compare/1.5.0...1.5.1
Downloads
-
released this
2025-09-15 12:58:40 -05:00 | 68 commits to main since this release📅 Originally published on GitHub: Wed, 17 Sep 2025 20:52:51 GMT
🏷️ Git tag created: Mon, 15 Sep 2025 17:58:40 GMTWhat's Changed
- Implement more privacy-respecting DNS service by @l3pr-org in https://github.com/fosrl/newt/pull/129
- Pull in declarative config with
--blueprint-fileor by scraping docker labels. More on the docs.
New Contributors
- @l3pr-org made their first contribution in https://github.com/fosrl/newt/pull/129
Full Changelog: https://github.com/fosrl/newt/compare/1.4.4...1.5.0
Downloads
-
released this
2025-09-02 16:08:24 -05:00 | 76 commits to main since this release📅 Originally published on GitHub: Tue, 02 Sep 2025 21:41:47 GMT
🏷️ Git tag created: Tue, 02 Sep 2025 21:08:24 GMTWhat's Changed
- Fix unix:// issue with docker socket
- Revert UDP fix that caused issues from 1.4.3
Full Changelog: https://github.com/fosrl/newt/compare/1.4.3...1.4.4
Downloads
-
released this
2025-09-01 18:43:14 -05:00 | 76 commits to main since this release📅 Originally published on GitHub: Tue, 02 Sep 2025 00:12:58 GMT
🏷️ Git tag created: Mon, 01 Sep 2025 23:43:14 GMTWhat's Changed
- feat: docker socket protocol by @Nemental in https://github.com/fosrl/newt/pull/97
- Split mTLS client and CA certificates handling for improved TLS configuration by @Pallavikumarimdb in https://github.com/fosrl/newt/pull/99
- Resolve UDP socket creation based on client IP + port
New Contributors
- @Nemental made their first contribution in https://github.com/fosrl/newt/pull/97
- @Pallavikumarimdb made their first contribution in https://github.com/fosrl/newt/pull/99
Full Changelog: https://github.com/fosrl/newt/compare/1.4.2...1.4.3
Downloads
-
released this
2025-08-23 14:17:58 -05:00 | 111 commits to main since this release📅 Originally published on GitHub: Sat, 23 Aug 2025 20:06:58 GMT
🏷️ Git tag created: Sat, 23 Aug 2025 19:17:58 GMTWhat's Changed
- Update version to 1.4.1 and update version_replaceme when using nix build by @firecat53 in https://github.com/fosrl/newt/pull/107
- Bugfix for #107. Only update main.go by @firecat53 in https://github.com/fosrl/newt/pull/108
- Health checks on target resources
Full Changelog: https://github.com/fosrl/newt/compare/1.4.1...1.4.2
Downloads
-
released this
2025-08-13 16:56:02 -05:00 | 123 commits to main since this release📅 Originally published on GitHub: Wed, 13 Aug 2025 22:17:45 GMT
🏷️ Git tag created: Wed, 13 Aug 2025 21:56:02 GMTWhat's Changed
- Resolve
ACCEPT_CLIENTSissue [PR #71] [MERGED] Add healthcheck (#101)
Full Changelog: https://github.com/fosrl/newt/compare/1.4.0...1.4.1
Downloads
- Resolve
-
released this
2025-07-30 00:42:54 -05:00 | 131 commits to main since this release📅 Originally published on GitHub: Wed, 30 Jul 2025 06:16:55 GMT
🏷️ Git tag created: Wed, 30 Jul 2025 05:42:54 GMTWhat's Changed
Clients support added to newt! Enable accepting clients with
--accept-clients. See the docs page for more details about clients. Requires Pangolin ^1.8.0, Gerbil ^1.1.0.MacOS binaries and Windows binaries are now signed.
Also:
- Update flake.nix to 1.3.4 by @firecat53 in https://github.com/fosrl/newt/pull/90
- Nit: Typo fix in help string by @nepthar in https://github.com/fosrl/newt/pull/92
- Sync go version by @Lokowitz in https://github.com/fosrl/newt/pull/93
New Contributors
- @nepthar made their first contribution in https://github.com/fosrl/newt/pull/92
Full Changelog: https://github.com/fosrl/newt/compare/1.3.4...1.4.0
Downloads
-
released this
2025-07-17 17:01:02 -05:00 | 178 commits to main since this release📅 Originally published on GitHub: Thu, 17 Jul 2025 22:25:41 GMT
🏷️ Git tag created: Thu, 17 Jul 2025 22:01:02 GMTFix minor issue causing pinging to fail
Full Changelog: https://github.com/fosrl/newt/compare/1.3.3...1.3.4
Downloads
mirror of
https://github.com/fosrl/newt.git
synced 2025-12-05 19:17:38 -06:00