3.57.0 - 2023-08-15
Added
- Add hooks for Go 1.19 >= on Linux Arm
#563 - Add node allocatabillity check to prevent OutOfPods error on agent job.
#1782
Changed
- Incoming config now supports off mode, which is also used when
"incoming": "off"
.
When incoming is off, listen requests go through.
Changed targetless to warn on listen, since bind can happen on outgoing
sockets as well.
Fixed
- Replaced termspin with indicatif, fix multi line issues and refactored
progress. #1664