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
+11-13
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Installs `kubectl` command line utility used to interact with the Kubernetes API
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 `23.2.0+1.30.5` means this is release `23.2.0` of this role and `kubectl` client binary version is `1.30.5`. If the role itself changes `X.Y.Z` before `+` will increase. If the Kubernetes version changes `X.Y.Z` after `+` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release.
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 `23.3.0+1.31.5` means this is release `23.3.0` of this role and `kubectl` client binary version is `1.31.5`. If the role itself changes `X.Y.Z` before `+` will increase. If the Kubernetes version changes `X.Y.Z` after `+` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release.
8
8
9
9
## Changelog
10
10
@@ -14,6 +14,10 @@ See full [CHANGELOG](https://github.com/githubixx/ansible-role-kubectl/blob/mast
14
14
15
15
**Recent changes:**
16
16
17
+
## 23.3.0+1.31.5
18
+
19
+
- update kubectl to `v1.31.5`
20
+
17
21
## 23.2.0+1.30.5
18
22
19
23
- update kubectl to `v1.30.5`
@@ -23,14 +27,6 @@ See full [CHANGELOG](https://github.com/githubixx/ansible-role-kubectl/blob/mast
23
27
- Molecule: update tests
24
28
- Molecule: fix various `ansible-lint` issues
25
29
26
-
## 23.1.0+1.29.3
27
-
28
-
- update kubectl to `v1.29.3`
29
-
- update Github workflow
30
-
- update .yamllint
31
-
- Molecule: update tests
32
-
- Molecule: fix various ansible-lint issues
33
-
34
30
## Installation
35
31
36
32
- 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):
@@ -47,14 +43,14 @@ See full [CHANGELOG](https://github.com/githubixx/ansible-role-kubectl/blob/mast
0 commit comments