Skip to content

v3.11.0 small stability improvements

Compare
Choose a tag to compare
@qdm12 qdm12 released this 06 Jan 04:02
· 1352 commits to master since this release
69713f3

Bug fixes

  • Unbound log lines processing (showing an ERROR where it was an INFO level)

Features

  • Log healthcheck: passed once the healthcheck succeeds after a failed attempt
  • Unbound now serves clients from any IP address and not just localhost (access-control: 0.0.0.0/0 allow)
  • Improved logging of DNS settings
  • s390x and ppc64le CPU architectures supported

Code maintenance

Continuous integration

  • Test, lint and build using the native builder CPU architecture only even for cross CPU architecture builds, speeding up builds from 15 minutes to about 5 minutes.
  • Change workflow structure and Dockerfile structure, 'glued' together using Docker Buildkit and target images.
  • Remove microbadger hooks for branch and release workflows
  • Dependabot for Github actions added