Skip to content

v0.2.46

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 06:23
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
3e54965

Note

Hawser standard mode now requires a token when Hawser binds a non-loopback address (the default 0.0.0.0). If a standard-mode agent has no TOKEN set, choose one of:

  • set TOKEN (recommended — and add it to the matching environment in Dockhand), or
  • bind locally with BIND_ADDRESS=127.0.0.1, or
  • set ALLOW_INSECURE_NO_AUTH=true to keep the previous behavior.

Edge-mode agents and agents that already use a token are unaffected.

Changelog

  • 3e54965 Refuse to start standard mode on a public bind without a token