-
1.13.0
Release 1.13.0 Refactoring for the Debian based paths Add support for managing interfaces with NetworkManager
-
1.12.0
Release 1.12.0 This include a feature to ignore config drive based interface configuration based on instance metadata. Useful if cloud provides inaccurate config drive network_data.json info. Also fix a bug where we would consider configuring ipv6 gre tunnel interfaces.
-
1.11.1
Fix networking on suse distros This release fixes a number of issues with networking on suse distros. Detection of suse platforms is improved, systemd unit file checks suse specific network files properly, and support for bridges and vlans is fixed/added.
-
1.11.0
Add gentoo networkd support This release adds support for networkd on gentoo systems.
-
1.10.3
Release 1.10.3 With newer distros adding an implicit dependency on basic.target, this creates loop in systemd. To fix this, it is recommended systemd unit files add the DefaultDependencies=no to avoid this loop. And because glean currently has a simple dependency on networking, this appears to be fine. For more information: https://wiki.debian.org/Teams/pkg-systemd/rcSMigration
-
1.10.1
Release 1.10.1
-
1.10.0
Add option to not set DNS resolv.conf This adds a new feature to optionally not write out the DNS resolv.conf file. Default behavior is as before that this config file will be written out if the information is provided in the config drive. Also fix a bug where glean bails out and fails if no config drive is present. Glean needs a config drive to perform most functions but should exit cleanly if no config drive is present.
-
1.9.1
Fixup enabling of services from within glean This adds a bug fix to the previous release that stops glean from enabling the network service on centos and fedora during boot. This should be done during image builds instead. This became an issue because chkconfig was racing and resulted in errors if you had more than one network interface.