Skip to content

Releases: madnuttah/unbound-docker

1.20.0-0

08 May 17:47
v1.20.0-0
22219bd
Compare
Choose a tag to compare

2024-05-08

What's Changed?

  • Updated Unbound to version 1.20.0

NLnet Labs Unbound changelog: https://github.com/NLnetLabs/unbound/releases/tag/release-1.20.0

1.19.3-2

09 Apr 17:55
880b890
Compare
Choose a tag to compare

2024-04-09

What's Changed?

  • Updated to OpenSSL 3.3.0

1.19.3-1

15 Mar 18:32
57c2e68
Compare
Choose a tag to compare

2024-03-15

What's Changed?

  • Implemented my per architecture optimized libraries from my also automated built OpenSSL build environment - as promised. The current OpenSSL version is 3.2.1, the buildenv's version is 3.2.1-0
  • Renamed and optimized dockerfiles
  • Optimized timing of the automated jobs
  • Improved documentation

Full Changelog: v1.19.3-0...v1.19.3-1

1.19.3-0

14 Mar 15:43
v1.19.3-0
c6f374c
Compare
Choose a tag to compare

2024-03-14

What's Changed?

  • Updated Unbound to version 1.19.3

1.19.2-0

07 Mar 16:45
v1.19.2-0
ffc9700
Compare
Choose a tag to compare

2024-03-07

What's Changed?

  • Updated Unbound to version 1.19.2

1.19.1-6

28 Feb 17:38
3ee74ad
Compare
Choose a tag to compare

2024-02-28

What's Changed

  • Improved healthcheck script
  • Added grep
  • The CD pipeline should now sign commits, tags and releases according to the repo policies
  • Added @madnuttah-bot for signing

Fixes

  • Dockerfile and documentation fixes and improvements

Full Changelog: v1.19.1-5...v1.19.1-6

1.19.1-5

26 Feb 18:54
64949c3
Compare
Choose a tag to compare

2024-02-26

⚠️ Important!

To prevent compatibility issues, I needed to change the names of the variables I used for the Unbound uid/gid.

It's now:

UNBOUND_UID instead of UID
UNBOUND_GID instead of GID

Please change the entries in your compose files. I am sorry for any inconvenience ❤️.

What's Changed

  • Added NLnet Labs Drill as @kernbug suggested.

Fixes

  • Dockerfile and documentation fixes and improvements

Full Changelog: v1.19.1-4...v1.19.1-5

1.19.1-4

20 Feb 12:30
2ab9461
Compare
Choose a tag to compare

2024-02-20

What's Changed

  • Added manually-build-unbound.yaml

Fixes

  • @kernbug found some more issues with the healthcheck and unbound.conf which got fixed, the healthcheck probes for opened unbound ports
  • @JaneDilbert and @jata1 found some documentation flaws which got fixed and the instructions extended

Full Changelog: v1.19.1-3...v1.19.1-4

1.19.1-3

15 Feb 08:55
9ab78f2
Compare
Choose a tag to compare

2024-02-15

What's Changed

  • Fixed healthcheck.sh reported in #50, thanks to @ThaDaVos for the heads-up
  • Optimized Dockerfile and removed unnecessary ARGs

Full Changelog: v1.19.1-3...v1.19.1-3

1.19.1-2

14 Feb 16:32
85d2fed
Compare
Choose a tag to compare

2024-02-14

What's Changed

  • Fixed healthcheck Path by @Radiohofen in #52
  • @cacula reported an incompatible unbound.conf in #51
  • Fixed paths in .dockerignore and .gitignore
  • Optimized Dockerfile

New Contributors

Full Changelog: v1.19.1-1...v1.19.1-2