Skip to content

Commit 86eab30

Browse files
authored
update containerd to v1.7.22 (#34)
1 parent d96274d commit 86eab30

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
55

66
# Changelog
77

8+
## 0.13.2+1.7.22
9+
10+
- **UPDATE**
11+
- update `containerd` to `v1.7.22`
12+
813
## 0.13.1+1.7.20
914

1015
- **UPDATE**

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ See full [CHANGELOG](https://github.com/githubixx/ansible-role-containerd/blob/m
1515

1616
**Recent changes:**
1717

18+
## 0.13.2+1.7.22
19+
20+
- **UPDATE**
21+
- update `containerd` to `v1.7.22`
22+
1823
## 0.13.1+1.7.20
1924

2025
- **UPDATE**
@@ -44,7 +49,7 @@ See full [CHANGELOG](https://github.com/githubixx/ansible-role-containerd/blob/m
4449
roles:
4550
- name: githubixx.containerd
4651
src: https://github.com/githubixx/ansible-role-containerd.git
47-
version: 0.13.1+1.7.20
52+
version: 0.13.2+1.7.22
4853
```
4954
5055
## Role Variables
@@ -54,7 +59,7 @@ roles:
5459
containerd_flavor: "base"
5560

5661
# containerd version to install
57-
containerd_version: "1.7.19"
62+
containerd_version: "1.7.22"
5863

5964
# Directory where to store "containerd" binaries
6065
containerd_binary_directory: "/usr/local/bin"

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
containerd_flavor: "base"
77

88
# containerd version to install
9-
containerd_version: "1.7.19"
9+
containerd_version: "1.7.22"
1010

1111
# Directory where to store "containerd" binaries
1212
containerd_binary_directory: "/usr/local/bin"

0 commit comments

Comments
 (0)