Enhancement Proposal
Currently this repo is still using Legacy Charmhub-hosted systemd library, which is deprecated in favour of charmlibs.systemd.
This library is deprecated and will no longer receive feature updates or bugfixes.
charmlibs.systemd version 1.0 is a bug-for-bug compatible migration of this library.
Add 'charmlibs-systemd~=1.0' to your charm's dependencies, and remove this Charmhub-hosted library.
Then replace from charms.operator_libs_linux.v0 import systemd with
from charmlibs import systemd.
Read more:
https://documentation.ubuntu.com/charmlibs
https://pypi.org/project/charmlibs-systemd
Impact
Medium (The feature may be helpful in the future)
Impact Rationale
for future bug fix and feature support
Enhancement Proposal
Currently this repo is still using Legacy Charmhub-hosted systemd library, which is deprecated in favour of charmlibs.systemd.
This library is deprecated and will no longer receive feature updates or bugfixes.
charmlibs.systemd version 1.0 is a bug-for-bug compatible migration of this library.
Add 'charmlibs-systemd~=1.0' to your charm's dependencies, and remove this Charmhub-hosted library.
Then replace from charms.operator_libs_linux.v0 import systemd with
from charmlibs import systemd.
Read more:
https://documentation.ubuntu.com/charmlibs
https://pypi.org/project/charmlibs-systemd
Impact
Medium (The feature may be helpful in the future)
Impact Rationale
for future bug fix and feature support