Skip to content
Snippets Groups Projects
Commit d9f35e03 authored by Zsombor Welker's avatar Zsombor Welker
Browse files

Automatic commit of package [systemd-resolved-docker] release [0.5.0-1].

Created by command:

/usr/bin/tito tag --use-version 0.5.0 --offline
parent b882d100
No related branches found
No related tags found
No related merge requests found
0.4.0-1 ./ 0.5.0-1 ./
__version__ = '0.4.0' __version__ = '0.5.0'
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%global eggname systemd_resolved_docker %global eggname systemd_resolved_docker
Name: %{srcname} Name: %{srcname}
Version: 0.4.0 Version: 0.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: systemd-resolved and docker DNS integration Summary: systemd-resolved and docker DNS integration
...@@ -79,6 +79,16 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{srcname} ...@@ -79,6 +79,16 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{srcname}
#-- CHANGELOG -----------------------------------------------------------------# #-- CHANGELOG -----------------------------------------------------------------#
%changelog %changelog
* Sun Jun 26 2022 Zsombor Welker <fedora@zdeqb.com> 0.5.0-1
- Generate names for docker-compose projects
- Don't allow top-level only domains in ALLOWED_DOMAINS
- Add the DEFAULT_DOMAIN to ALLOWED_DOMAINS if it is not contained
- Add explicit handling for the host network using DEFAULT_HOST_IP
- Create a dummy interface to intergate with systemd-resolved
- Allow specifying both the listen IPs and ports
- Use SetLinkDNSEx so that the ip:port may be specified
- Add support for wildcard domains
- Add integration tests and Github Actions
* Sun Apr 25 2021 Zsombor Welker <fedora@zdeqb.com> 0.4.0-1 * Sun Apr 25 2021 Zsombor Welker <fedora@zdeqb.com> 0.4.0-1
- Document unmanaging the docker0 interface - Document unmanaging the docker0 interface
- Explicitly disable DNSSEC in systemd-resolved - Explicitly disable DNSSEC in systemd-resolved
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment