File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
[tools ]
2
- # Go tools
2
+ # =================================================================================================
3
+ # Project Tools
4
+ # =================================================================================================
3
5
go = " 1.24.2"
4
6
"aqua:golangci/golangci-lint" = " 2.1.6"
5
7
"aqua:goreleaser/goreleaser" = " 2.9.0"
8
+ "aqua:kubernetes/kubectl" = " 1.33.1"
6
9
7
- # Kube tools
8
- "aqua:kubernetes/kubectl" = " latest"
10
+
11
+ # =================================================================================================
12
+ # Misc Tools
13
+ # =================================================================================================
9
14
"aqua:kubernetes/minikube" = " latest"
10
15
"aqua:helm/helm" = " latest"
11
16
"aqua:derailed/k9s" = " latest"
12
17
13
- # Linters
14
- "aqua:rhysd/actionlint" = " 1.7.7"
15
- "pipx:yamllint" = " 1.37.1"
18
+
19
+ # =================================================================================================
20
+ # CI Tools -> major versions
21
+ # =================================================================================================
16
22
node = " 22"
17
- "npm:@commitlint/cli" = " 19.8.1"
18
- "npm:renovate" = " 40.25.0"
23
+ "npm:renovate" = " 40"
24
+ "npm:@commitlint/cli" = " 19"
25
+ "aqua:rhysd/actionlint" = " 1"
26
+ "pipx:yamllint" = " 1"
19
27
20
28
# =================================================================================================
21
29
# TASKS -> Kube Cluster
You can’t perform that action at this time.
0 commit comments