Warning
Potential Breaking Change
Pre-built docker images provided on Docker Hub and GitHub Container Registry now run as non-root by default, which may necessitate additional configuration for deployments that use both privileged ports and host networking. See Configuring non-root docker images in the README and #224 for more details.
What's Changed
- chore: modernize by @mccutchen in #221
- chore: update autobahn docker image tag by @mccutchen in #225
- docker: switch base image from distroless/base to distroless/static:nonroot by @yosida95 in #224
New Contributors
Full Changelog: v2.18.3...v2.19.0