|
1 | | -## 0.1.0 (2024-03-19) |
| 1 | +## 1.0.0-rc1 (2026-01-07) |
2 | 2 |
|
3 | | -### Features |
| 3 | +### BREAKING CHANGE |
4 | 4 |
|
5 | | -- **bind**: [569fc252](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/569fc2528c4eeb8e61482ff89b8224b5109489c6) - run command to specify ipv4, config file and log file [ [!17](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/17) ] |
6 | | -- **bind**: [01c9be4a](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/01c9be4aebb6fab9caffde2ec5c48ccbfc60809f) - update 9.18.19-r0 -> 9.18.24-r0 [ [!17](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/17) ] |
| 5 | +- Mount paths for volumes have changed. |
7 | 6 |
|
8 | | -## 0.1.0rc0 (2023-11-13) |
| 7 | +### feat |
| 8 | + |
| 9 | +- **docker**: use official isc/bind as base image |
| 10 | +- **docker**: Add ALL volumes that bind will use |
| 11 | +- **docker**: Cleanup installed zones |
| 12 | +- **zone**: Add zone root hints |
| 13 | +- **zone**: Add zone localhost |
| 14 | +- **zone**: Add reverse zone 127 |
| 15 | +- **view**: Add External view |
| 16 | +- **view**: Add Internal view |
| 17 | +- Hide Server Version |
| 18 | +- **docker**: Update bind 9.18.24 -> 9.20.17 |
| 19 | +- **docker**: Update alpine base image |
| 20 | +- **docker**: Add bind vol |
9 | 21 |
|
10 | | -### Bug Fixes |
| 22 | +### Refactoring |
11 | 23 |
|
12 | | -- **supervisor**: [3c458c0c](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/3c458c0c7b0c264c3cca03c2148b1263e2230e4d) - named was not set to start correctly [ [!2](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/2) ] |
13 | | -- **health_check**: [b4516697](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/b451669705dd63ec1e1c7c14c990a47f9e1cef83) - use the default socket name for supervisord [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
14 | | -- [054c64d3](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/054c64d3a64bf52646ccde47ad0e52985e8a5da7) - ensure correct permissions for bind config files [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
15 | | -- **ci**: [9b70ff63](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/9b70ff637bf380017ac5257614a181a0c7213779) - remove setting of arg as this is done via cli [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
| 24 | +- Update conf load |
| 25 | + |
| 26 | +## 0.1.0 (2024-03-19) |
| 27 | + |
| 28 | +### feat |
| 29 | + |
| 30 | +- **bind**: update 9.18.19-r0 -> 9.18.24-r0 |
| 31 | +- **bind**: run command to specify ipv4, config file and log file |
| 32 | +- **bind**: update 9.18.19-r0 -> 9.18.24-r0 |
| 33 | + |
| 34 | +## 0.1.0rc0 (2023-11-13) |
16 | 35 |
|
17 | | -### Documentaton / Guides |
| 36 | +### feat |
18 | 37 |
|
19 | | -- [d92aa7b5](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/d92aa7b5a1c13c9f267c21fe7c0cd6075e380da2) - fix navigation [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
20 | | -- [fa3c50f9](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/fa3c50f9f82628dfacfd266fceb9cad2540ad643) - add image location fur pulling. [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
21 | | -- [5a139f37](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/5a139f3707221db5922e2420fc6b3ca60a40dbab) - added initial doc page and add template repo ready for deployment [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) [!38](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/38) ] |
| 38 | +- create bind9 dns server in docker container |
| 39 | +- Logging configured for bind |
| 40 | +- dynamic config loading |
| 41 | +- **container**: initial dockerfile and settings |
| 42 | +- **ci**: add repo gitlab-ci for ci jobs |
22 | 43 |
|
23 | | -### Features |
| 44 | +### Fixes |
24 | 45 |
|
25 | | -- [fb9c0916](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/fb9c09161a5fadbeae32a915698a1e40ece3ae3c) - Logging configured for bind [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
26 | | -- [b158f228](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/b158f228e19dd87a8bbb56d415c3922d9d050ef3) - dynamic config loading [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
27 | | -- **container**: [a6db6645](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/a6db66452779144dd8c6427504f32f15284e11f4) - initial dockerfile and settings [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
28 | | -- **ci**: [46428d18](https://gitlab.com/nofusscomputing/projects/docker-bind/-/commit/46428d18b8cfc1eb9bb862fe61a735900017cb44) - add repo gitlab-ci for ci jobs [ [!1](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests/1) ] |
| 46 | +- **supervisor**: named was not set to start correctly |
| 47 | +- **supervisor**: named was not set to start correctly |
| 48 | +- **health_check**: use the default socket name for supervisord |
| 49 | +- ensure correct permissions for bind config files |
| 50 | +- **ci**: remove setting of arg as this is done via cli |
29 | 51 |
|
30 | 52 | ## 0.0.1 (2023-11-12) |
0 commit comments