Releases: githubixx/ansible-role-containerd
Releases · githubixx/ansible-role-containerd
0.17.0+2.2.1
-
BREAKING
- CNI
bin_dirin CRI runtime config is deprecated (plugins.'io.containerd.cri.v1.runtime'.cni.bin_dir) and will be removed in containerdv2.3. It was replaced withbin_dirsin the same section which supports a list of directories. So,plugins.'io.containerd.cri.v1.runtime'.cni.bin_dir = '/opt/cni/bin'was changed toplugins.'io.containerd.cri.v1.runtime'.cni.bin_dirs = ['/opt/cni/bin']incontainerd_configvariable.
- CNI
-
UPDATE
- update
containerdtov2.2.1
- update
-
FEATURE
- support
conf.dinclude in the default config
- support
-
MOLECULE
- add test for
conf.dinclude feature
- add test for
0.16.0+2.1.4
-
Breaking
meta/main.yml: Changemin_ansible_versionto 2.15. Ansible 2.9 is end-of-life (EOL).
-
UPDATE
- update
containerdtov2.1.4 - update
.gitignore - update
.yamllint - fix
ansible-lintissues
- update
0.15.0+2.1.3
-
UPDATE
- update
containerdtov2.1.3
- update
-
MOLECULE
- Use
generic/archVagrant box instead ofarchlinux/archlinux(no longer available) - Install
opensslpackage for Archlinux - Removed Ubuntu 20.04 because reached end of life
- Use
0.14.0+2.0.2
Note: This a major release update to containerd version 2.0.2! Please read the changelog of containerd v2.0.2 accordingly! In general if you haven't used any "exotic" features so far this version of the Ansible role should cover everything already and upgrading should be smooth. Nevertheless you should test the changes before!
0.14.0+2.0.2
-
POTENTIALLY BREAKING
containerd_configvariable value was adjusted to to meetcontainerdconfiguration requirements of version3. Please see Full configuration for all possible values. If you haven't adjusted this variable then there should be no need to change anything and upgrading should be smooth.- update list of containerd binaries in
containerd_binariesvariable.containerd-shim-runc-v1andcontainerd-shimwere removed as no longer provided by upstream.
-
UPDATE
- update
containerdtov2.0.2 templates/etc/systemd/system/containerd.service.j2: adddbus.servicetoAfter=
- update
-
MOLECULE
- adjust expected output of
ctr pullcommand
- adjust expected output of
0.13.2+1.7.22
- UPDATE
- update
containerdtov1.7.22
- update
0.13.0+1.7.20
- update
containerdtov1.7.20
0.13.0+1.7.19
-
FEATURE
- add support for Ubuntu 24.04
-
UPDATE
- update
containerdtov1.7.19
- update
0.12.7+1.7.16
- UPDATE
- update
containerdtov1.7.16
- update
0.12.6+1.7.15
-
UPDATE
- update
containerdtov1.7.15
- update
-
MOLECULE
- use
alvistackinstead ofgenericVagrant boxes
- use
0.12.5+1.7.13
What's Changed
- update containerd to v1.7.13 by @githubixx in #28
Full Changelog: 0.12.4+1.7.12...0.12.5+1.7.13