Skip to content

Commit

Permalink
AU: 1 updated - kubernetes-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 9, 2022
1 parent 7fb3947 commit aeaf95e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"1.22": "1.22.17",
"1.23": "1.23.15",
"1.24": "1.24.9",
"1.25": "1.25.5"
"1.25": "1.25.5",
"1.26": "1.26.0"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.23.15</version>
<version>1.26.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.23.15/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.23.15/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.26.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.26.0/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: EF8D9A9252B38B2A675F361B815028F9DBDC5480DAC87AB89760CF837757AC56
checksum64: 9ACBDAF59CCE1FE3E320DF76EF24899DE4FAA56D4B2A3C66072D73860BB7AAAC
checksum32: 353FF5C42205325A75CBBD895E938A1BC167B05684C593D8EE58EE71866019DC
checksum64: 564A71F1EF4B94601FD4D6B416FA8E53FFC61FF25B02F15D194CF4E2778ACB42

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>

0 comments on commit aeaf95e

Please sign in to comment.