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
+9-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This role is used in [Kubernetes the not so hard way with Ansible - Control plan
4
4
5
5
## Versions
6
6
7
-
I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `25.0.1+1.30.9` means this is release `25.0.1` of this role and it's meant to be used with Kubernetes version `1.30.9` (but should work with any K8s 1.30.x release of course). If the role itself changes `X.Y.Z` before `+` will increase. If the Kubernetes version changes `X.Y.Z` after `+` will increase too. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release. That's especially useful for Kubernetes major releases with breaking changes.
7
+
I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `26.0.0+1.31.5` means this is release `26.0.0` of this role and it's meant to be used with Kubernetes version `1.31.5` (but should work with any K8s 1.31.x release of course). If the role itself changes `X.Y.Z` before `+` will increase. If the Kubernetes version changes `X.Y.Z` after `+` will increase too. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release. That's especially useful for Kubernetes major releases with breaking changes.
8
8
9
9
## Requirements
10
10
@@ -16,7 +16,7 @@ And of course an [etcd](https://etcd.io/) cluster (see [Kubernetes the not so ha
16
16
17
17
## Supported OS
18
18
19
-
- Ubuntu 20.04 (Focal Fossa) (reaches EOL April 2024 - not recommended)
19
+
- Ubuntu 20.04 (Focal Fossa) (reaches EOL April 2025 - not recommended)
20
20
- Ubuntu 22.04 (Jammy Jellyfish)
21
21
- Ubuntu 24.04 (Noble Numbat) (recommended)
22
22
@@ -30,6 +30,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
30
30
31
31
**Recent changes:**
32
32
33
+
## 26.0.0+1.31.5
34
+
35
+
-**UPDATE**
36
+
- update `k8s_ctl_release` to `1.31.5`
37
+
33
38
## 25.0.1+1.30.9
34
39
35
40
-**UPDATE**
@@ -70,7 +75,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
0 commit comments