diff --git a/cloud-netconfig-1.10.tar.bz2 b/cloud-netconfig-1.10.tar.bz2 deleted file mode 100644 index 7de1f0d..0000000 --- a/cloud-netconfig-1.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac8f7c88a8882d885774efc3fbc0b610360cfc944cbc94e83330515f7b67e074 -size 52353 diff --git a/cloud-netconfig-1.11.tar.bz2 b/cloud-netconfig-1.11.tar.bz2 new file mode 100644 index 0000000..69fe37b --- /dev/null +++ b/cloud-netconfig-1.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c313cd55b74c6c92eb188da471dad07062a23feb3d8598e5ed5fb6164caff922 +size 24726 diff --git a/cloud-netconfig.changes b/cloud-netconfig.changes index 2e1fe21..f46a571 100644 --- a/cloud-netconfig.changes +++ b/cloud-netconfig.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 8 10:15:40 UTC 2024 - Joachim Gleissner + +- Update to version 1.11: + + Revert address metadata lookup in GCE to local lookup (bsc#1219454) + + Fix hang on warning log messages + + Check whether getting IPv4 addresses from metadata failed and abort + if true + + Only delete policy rules if they exist + + Skip adding/removing IPv4 ranges if metdata lookup failed + + Improve error handling and logging in Azure + + Set SCRIPTDIR when installing netconfig wrapper + ------------------------------------------------------------------- Fri Jan 19 14:20:48 UTC 2024 - Joachim Gleissner diff --git a/cloud-netconfig.spec b/cloud-netconfig.spec index 8f4d088..26b4f4d 100644 --- a/cloud-netconfig.spec +++ b/cloud-netconfig.spec @@ -48,7 +48,7 @@ ExclusiveArch: do-not-build %endif Name: %{base_name}%{flavor_suffix} -Version: 1.10 +Version: 1.11 Release: 0 License: GPL-3.0-or-later Summary: Network configuration scripts for %{csp_string} @@ -105,6 +105,7 @@ ln -s /dev/null %{buildroot}/%{_sysconfdir}/udev/rules.d/75-persistent-net-gener %if %{with_sysconfig} == 1 make install-netconfig-wrapper \ + SCRIPTDIR=%{_scriptdir} \ DESTDIR=%{buildroot} \ NETCONFIGDIR=%{_netconfigdir}