From 422435f505bf0c6c0e00dc85e0bfd2860b79100e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Oct 2017 13:10:59 -0400 Subject: avoid propagating non-alias DNS info from container to host * When the ipv4 and ipv6 properties are used with a container, avoid propagating the address out to the host. * DnsInfo has been replaced with DnsInfoPropagated and DnsInfoUnpropagated. (API change) * Code that used fromDnsInfo . fromInfo changes to use getDnsInfo. * addDNS takes an additional Bool parameter to control whether the DNS info should propagate out of containers. (API change) This commit was sponsored by Trenton Cronholm on Patreon. --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 70c95f35..8265f777 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +propellor (4.9.0) UNRELEASED; urgency=medium + + * When the ipv4 and ipv6 properties are used with a container, avoid + propagating the address out to the host. + * DnsInfo has been replaced with DnsInfoPropagated and + DnsInfoUnpropagated. (API change) + * Code that used fromDnsInfo . fromInfo changes to use getDnsInfo. + * addDNS takes an additional Bool parameter to control whether + the DNS info should propagate out of containers. (API change) + + -- Joey Hess Wed, 04 Oct 2017 12:46:23 -0400 + propellor (4.8.1) unstable; urgency=medium * Borg: Fix propigation of exit status of borg backup. -- cgit v1.2.3