Skip to content

Releases: githubixx/ansible-role-containerd

0.17.0+2.2.1

28 Jan 19:35
e584883

Choose a tag to compare

  • BREAKING

    • CNI bin_dir in CRI runtime config is deprecated (plugins.'io.containerd.cri.v1.runtime'.cni.bin_dir) and will be removed in containerd v2.3. It was replaced with bin_dirs in the same section which supports a list of directories. So, plugins.'io.containerd.cri.v1.runtime'.cni.bin_dir = '/opt/cni/bin' was changed to plugins.'io.containerd.cri.v1.runtime'.cni.bin_dirs = ['/opt/cni/bin'] in containerd_config variable.
  • UPDATE

    • update containerd to v2.2.1
  • FEATURE

  • MOLECULE

    • add test for conf.d include feature

0.16.0+2.1.4

28 Jan 19:34
0a9f7ea

Choose a tag to compare

  • Breaking

    • meta/main.yml: Change min_ansible_version to 2.15. Ansible 2.9 is end-of-life (EOL).
  • UPDATE

    • update containerd to v2.1.4
    • update .gitignore
    • update .yamllint
    • fix ansible-lint issues

0.15.0+2.1.3

02 Sep 20:47
bc56f38

Choose a tag to compare

  • UPDATE

    • update containerd to v2.1.3
  • MOLECULE

    • Use generic/arch Vagrant box instead of archlinux/archlinux (no longer available)
    • Install openssl package for Archlinux
    • Removed Ubuntu 20.04 because reached end of life

0.14.0+2.0.2

15 Jan 20:43
c9c906c

Choose a tag to compare

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_config variable value was adjusted to to meet containerd configuration requirements of version 3. 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_binaries variable. containerd-shim-runc-v1 and containerd-shim were removed as no longer provided by upstream.
  • UPDATE

    • update containerd to v2.0.2
    • templates/etc/systemd/system/containerd.service.j2: add dbus.service to After=
  • MOLECULE

    • adjust expected output of ctr pull command

0.13.2+1.7.22

15 Jan 18:20
86eab30

Choose a tag to compare

  • UPDATE
    • update containerd to v1.7.22

0.13.0+1.7.20

19 Jul 18:23
d96274d

Choose a tag to compare

  • update containerd to v1.7.20

0.13.0+1.7.19

16 Jul 20:24
f2ed51b

Choose a tag to compare

  • FEATURE

    • add support for Ubuntu 24.04
  • UPDATE

    • update containerd to v1.7.19

0.12.7+1.7.16

15 May 19:45
294c457

Choose a tag to compare

  • UPDATE
    • update containerd to v1.7.16

0.12.6+1.7.15

15 May 19:45
e07ff16

Choose a tag to compare

  • UPDATE

    • update containerd to v1.7.15
  • MOLECULE

    • use alvistack instead of generic Vagrant boxes

0.12.5+1.7.13

13 Feb 08:23
2ee9210

Choose a tag to compare

What's Changed

Full Changelog: 0.12.4+1.7.12...0.12.5+1.7.13