This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
src/systemd_resolved_docker Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1- 0.4 .0-1 ./
1+ 1.0 .0-1 ./
Original file line number Diff line number Diff line change 1- __version__ = '0.5 .0'
1+ __version__ = '1.0 .0'
Original file line number Diff line number Diff line change 22%global eggname systemd_resolved_docker
33
44Name: %{srcname }
5- Version: 0.5 .0
5+ Version: 1.0 .0
66Release: 1%{?dist }
77Summary: systemd-resolved and docker DNS integration
88
@@ -79,6 +79,16 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{srcname}
7979#-- CHANGELOG -----------------------------------------------------------------#
8080
8181%changelog
82+ * Mon Jul 04 2022 Zsombor Welker <fedora@zdeqb.com> 1.0.0-1
83+ - Support for docker compose projects
84+ - Use a dummy interface (`srd-dummy`) for integrating with systemd-resolved so that DNS resolving works if the `docker0` interfaces is `DOWN`
85+ - Add handling for the host network using `DEFAULT_HOST_IP`
86+ - Allow specifying both the listen IPs and ports explicitly
87+ - Use `SetLinkDNSEx()` where possible so that ports other then 53 may be used
88+ - Add support for wildcard `--hostname` values
89+ - Don't allow top-level only domains in `ALLOWED_DOMAINS`
90+ - Automatically `DEFAULT_DOMAIN` to `ALLOWED_DOMAINS` if it is not present
91+ - Add integration tests and GitHub Actions
8292* Sun Jun 26 2022 Zsombor Welker <fedora@zdeqb.com> 0.5.0-1
8393- Generate names for docker-compose projects
8494- Don't allow top-level only domains in ALLOWED_DOMAINS
You can’t perform that action at this time.
0 commit comments