Skip to content

Commit d05d61b

Browse files
authoredMar 24, 2025··
new version v0.3.6 of config-doctor (#4516)
1 parent adc4a24 commit d05d61b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎plugins/config-doctor.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ kind: Plugin
33
metadata:
44
name: config-doctor
55
spec:
6-
version: v0.3.5
6+
version: v0.3.6
77
shortDescription: Validate and test kubeconfigs
88
homepage: https://github.com/aptakube/kubectl-config-doctor
99
description: This plugin validates and test different kubeconfigs settings
1010
platforms:
1111
- bin: ./kubectl-config-doctor.exe
12-
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.5/kubectl-config-doctor-windows-amd64.zip
13-
sha256: 621dc549ff7a8b6ad4edb140b51783aee0af10b03cffd7215290c49291d14b63
12+
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.6/kubectl-config-doctor-windows-amd64.zip
13+
sha256: 8dacf20c1f0d37e7bf2a5869e73f5aa7bbc3abf36b5594313a8b21fbc226cb00
1414
selector:
1515
matchLabels:
1616
os: windows
1717
arch: amd64
1818
- bin: ./kubectl-config-doctor
19-
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.5/kubectl-config-doctor-linux-amd64.tar.gz
20-
sha256: fb33ba97c19d6031dc526961f8eafe668a6ab60e27efab2e4c33b2fc4a7903a0
19+
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.6/kubectl-config-doctor-linux-amd64.tar.gz
20+
sha256: 66a42d8d45b1178c12b54df2d50c877575d44775f15dbf38bbcaae3b8ba4957a
2121
selector:
2222
matchLabels:
2323
os: linux
2424
arch: amd64
2525
- bin: ./kubectl-config-doctor
26-
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.5/kubectl-config-doctor-darwin-amd64.tar.gz
27-
sha256: 22120725cae749fbcce33705858bcee86f8e082cb4de5bdbe13a81f7d5713c50
26+
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.6/kubectl-config-doctor-darwin-amd64.tar.gz
27+
sha256: 154848a9e26b7d9f6c1e8afcae69025de0c920261d2693609bf5d05cd9fd6e2a
2828
selector:
2929
matchLabels:
3030
os: darwin
3131
arch: amd64
3232
- bin: ./kubectl-config-doctor
33-
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.5/kubectl-config-doctor-darwin-arm64.tar.gz
34-
sha256: 83f9cf7d8bd811f25c92b93f617bcd5c2ff2fc5235cd67461bb2dc9fe70f85f9
33+
uri: https://github.com/aptakube/kubectl-config-doctor/releases/download/v0.3.6/kubectl-config-doctor-darwin-arm64.tar.gz
34+
sha256: 6b96f41e50c41f2c7f8a83b10b80fa14b608bdf5ddc6ab12710c514ff1e3ac6b
3535
selector:
3636
matchLabels:
3737
os: darwin

0 commit comments

Comments
 (0)
Please sign in to comment.