~cdk8s/charm-containerd/+git/charm-containerd:release_1.29

Last commit made on 2023-11-01
Get this branch:
git clone -b release_1.29 https://git.launchpad.net/~cdk8s/charm-containerd/+git/charm-containerd

Branch merges

Branch information

Name:
release_1.29
Repository:
lp:~cdk8s/charm-containerd/+git/charm-containerd

Recent commits

4260c72... by Adam Dyess

[LP#1991010] Test that the reboot is necessary until the smi functions (#93)

Test that the reboot is necessary until the smi functions

eedc865... by Adam Dyess

[LP#2034080] purge nvidia packages vigorously (#92)

* purge nvidia packages vigorously

* have containerd ignore all juju proxy config during testing

* speed up the restart functional test

b390416... by Chris Johnston <email address hidden>

Update libnvidia-container apt repo url (#91)

0a104da... by Adam Dyess

[LP#1996778] custom_registry config parsed with dataclasses (#82)

* custom_registry config parsed with pydantic

* linting

* fix issue with loggging errors

* pair with layer-basic adjustments

* refactor to remove pydantic and just use dataclasses

* updated typing for older python

* Drop python 3.7 support

f8532b3... by Adam Dyess

install nvidia-drivers with `--no-install-recommends` option (#90)

* install nvidia-drivers with --no-install-recommends option to prevent extra gnome packages
* test with juju 3.1
* move temporary directory for integration tests
* fix invalid variable in test-teardown
* remove final gnome-* packages in focal

47c508c... by Adam Dyess

[LP#2002593] detect presence of cgroup2, and apply to containerd config if available (#89)

* detect presence of cgroup2, and apply to containerd config if available

* add logging to can_mount_cgroup2 failures, and unit tests

5322068... by Adam Dyess

Safer containerd restarts (#81)

* use SIGTERM to restart containerd and ensure workloads survive a restart

* linting

* test microbot service while containerd is offline

* fix test issue with curl run

* update github actions versions

* block until all microbots are started before disabling containerd

* lint

* try different woke-version

* remove specific tag of get-woke checker

* updating kill_signal config documentation

* Switch to juju>3.0 actions

* complete juju action upgrades in integration tests

d4f759a... by Chris Johnston <email address hidden>

Hold nvidia_apt_packages to prevent them from being uninstalled/upgra… (#86)

Hold nvidia_apt_packages to prevent them from being uninstalled/upgraded unintentionally.

LP: #1998519

92b8b1b... by Chris Johnston <email address hidden>

Add a cautionary statement to gpu_driver option (#85)

101ba70... by Adam Dyess

backup containerd release to 1.6.8 (#87)

* backup containerd release to 1.6.8

* Update tox.ini