Releases: fosrl/newt
1.2.1
What's Changed
- Make Docker Socket Opt-In and Add Version Printout by @oschwartz10612 in #56
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
Newt can integrate with the Docker socket to provide remote inspection of Docker containers. This allows Pangolin to query and retrieve detailed information about containers running on the Newt client, including metadata, network configuration, port mappings, and more.
- Flake update for newt 1.1.3 by @firecat53 in #29
- Update deps and add dependabot.yml by @Lokowitz in #48
- 🐳 Add Docker Socket Integration by @improbableone in #46
New Contributors
- @Lokowitz made their first contribution in #48
- @improbableone made their first contribution in #46
- @dependabot made their first contribution in #49
Full Changelog: 1.1.3...1.2.0
1.1.3
What's Changed
- Add flake for build and devshell. by @firecat53 in #25
- Feat: mTLS support by @progressive-kiwi in #26
- Connection Monitoring, time zone logger by @oschwartz10612 in #28
New Contributors
- @firecat53 made their first contribution in #25
- @progressive-kiwi made their first contribution in #26
Full Changelog: 1.1.2...1.1.3
1.1.2
Full Changelog: 1.1.1...1.1.2
Increased pings to 15 to try to account for delays in Gerbil startup.
1.1.1
1.1.0
What's Changed
- Add updown script capabilities by @oschwartz10612 in #19
You can pass in a updown script for Newt to call when it is adding or removing a target:
--updown "python3 test.py"
It will get called with args when a target is added:
python3 test.py add tcp localhost:8556
python3 test.py remove tcp localhost:8556
Returning a string from the script in the format of a target (ip:dst
so 10.0.0.1:8080
) it will override the target and use this value instead to proxy.
You can look at updown.py as a reference script to get started!
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
Minor Updates & Improvements by @oschwartz10612 in #18
- Added builds for arm32 v6 and arm32 containers, risc5
- Fix typos and add log messages
Full Changelog: 1.0.0-beta.5...1.0.0
1.0.0-beta.5
What's Changed
CICD, --version & Bug Fixes by @oschwartz10612 in #9
- Add CICD
- Add --version check
- Fix saving the cli params to a config file and loading that back
- Fix UDP socket EOF error
Full Changelog: 1.0.0-beta.4...1.0.0-beta.5
1.0.0-beta.4
What's Changed
- Proxy Manager Rewrite by @oschwartz10612 in #6
Full Changelog: 1.0.0-beta.3...1.0.0-beta.4
1.0.0-beta.3
What's Changed
- add security policy by @miloschwartz in #4
- Add tip and MTU set to 1280 by @oschwartz10612 in #5
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3