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-14
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.0+1.30.5` means this is release `25.0.0` of this role and it's meant to be used with Kubernetes version `1.30.5` (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 `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.
8
8
9
9
## Requirements
10
10
@@ -30,6 +30,15 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
30
30
31
31
**Recent changes:**
32
32
33
+
## 25.0.1+1.30.9
34
+
35
+
-**UPDATE**
36
+
- update `k8s_ctl_release` to `1.30.9`
37
+
38
+
-**OTHER CHANGES**
39
+
- update `.gitignore`
40
+
- fix `ansible-lint` issues
41
+
33
42
## 25.0.0+1.30.5
34
43
35
44
-**UPDATE**
@@ -45,17 +54,6 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
45
54
-**UPDATE**
46
55
- update `k8s_ctl_release` to `1.29.9`
47
56
48
-
## 24.0.0+1.29.4
49
-
50
-
-**UPDATE**
51
-
- update `k8s_ctl_release` to `1.29.4`
52
-
53
-
## 24.0.0+1.29.3
54
-
55
-
-**UPDATE**
56
-
- update `k8s_ctl_release` to `1.29.3`
57
-
- Molecule: use `alvistack` instead of `generic` Vagrant boxes
58
-
59
57
## Installation
60
58
61
59
- Directly download from Github (Change into Ansible roles directory before cloning. You can figure out the role path by using `ansible-config dump | grep DEFAULT_ROLES_PATH` command):
@@ -72,7 +70,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
0 commit comments