You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,18 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
23
23
24
24
**Recent changes:**
25
25
26
+
## 23.1.0+1.28.5
27
+
28
+
### MOLECULE
29
+
30
+
- Change to Ubuntu 22.04 for test-assets VM
31
+
- Adjust common names for certificates / change algo to ecdsa and algo size
32
+
33
+
### OTHER CHANGES
34
+
35
+
- fix permissions for temporary directory
36
+
- adjust Github action because of Ansible Galaxy changes
37
+
26
38
## 23.0.0+1.28.5
27
39
28
40
### GENERAL
@@ -135,10 +147,6 @@ er on the Ansible controller host. Previously it was needed to prepare these fil
135
147
- Add tasks to install [ansible-role-cni](https://github.com/githubixx/ansible-role-cni) and [ansible-role-runc](https://github.com/githubixx/ansible-role-runc)
136
148
- Use `kubernetes.core.k8s_info` module instead of calling `kubectl` binary
137
149
138
-
## 21.1.3+1.27.5
139
-
140
-
- rename `githubixx.harden-linux` to `githubixx.harden_linux`
141
-
142
150
## Installation
143
151
144
152
- Directly download from Github (Change into Ansible role directory before cloning. You can figure out the role path by using `ansible-config dump | grep DEFAULT_ROLES_PATH` command):
0 commit comments