~calvinmwadime/ubuntu/+source/walinuxagent:mantic-merge-2.9.1.1

Last commit made on 2023-11-22
Get this branch:
git clone -b mantic-merge-2.9.1.1 https://git.launchpad.net/~calvinmwadime/ubuntu/+source/walinuxagent
Only Calvin Mwadime Makokha can upload to this branch. If you are Calvin Mwadime Makokha please log in for upload directions.

Branch merges

Branch information

Name:
mantic-merge-2.9.1.1
Repository:
lp:~calvinmwadime/ubuntu/+source/walinuxagent

Recent commits

3741dc3... by Calvin Mwadime Makokha

debian/changelog: Update the version

1ddc345... by Calvin Mwadime Makokha

debian/tests: Add dep8 tests for changes

437305e... by Calvin Mwadime Makokha

debian/manpages: Added manpages

ab3fe86... by Calvin Mwadime Makokha

debian/patches: Update the cgroup handling to include v2

WALA only supported cgroup v1 systems. This causes failures when running some
commands on cgroup v2 systems. Newer ubuntu versions are support cgroup v2 by
default.

ec73c6e... by Calvin Mwadime Makokha

debian/patches: Correctly point to the right dhcp client lease file

WALA was configuring the correct dhcp client for ubuntu >=18.04
i.e. systemd-networkd. However, it was checking for
the wrong dhcp client lease file i.e. dhclient lease file.

1a4b49d... by Calvin Mwadime Makokha

debian/patches: Update list of supported ubuntu versions

WALA had not included the newer Ubuntu versions thus using older
versions and networkd configurations

0993fef... by Calvin Mwadime Makokha

debian/control: Remove isc-dhcp-client

Maintenance of isc-dhcp-client stops at end of 2022.
We now prefer systemd-networkd which walinuxagent
already uses.

9978c47... by Calvin Mwadime Makokha

debian: Remove upstart config

We have systemd configuration files

2251527... by Calvin Mwadime Makokha

debian: Make unit tests work

b5c1d61... by Calvin Mwadime Makokha

disable_udev_overrides.patch: Remove udev overrides in setup.py

Already added udev rules in debian/install thus no need
for overrides in setup.py