Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 43e9877

Browse files
committed
Automatic commit of package [systemd-resolved-docker] release [1.0.0-1].
Created by command: /usr/bin/tito tag --use-version 1.0.0 --offline
1 parent 5d267d0 commit 43e9877

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-1 ./
1+
1.0.0-1 ./
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '1.0.0'

systemd-resolved-docker.spec

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global eggname systemd_resolved_docker
33

44
Name: %{srcname}
5-
Version: 0.5.0
5+
Version: 1.0.0
66
Release: 1%{?dist}
77
Summary: 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

0 commit comments

Comments
 (0)