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 Aug 19, 2021
1 parent d72ebbd commit 948e191
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Expand Up @@ -6,5 +6,5 @@
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.19.5",
"1.2": "1.22.0"
"1.2": "1.22.1"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.22.0</version>
<version>1.22.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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-1.2.md#v1220</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1221</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.22.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.22.0/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.22.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.22.1/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: C689BA30C75B72214955E7ABE7D54E43BB9960CDA88DDDB20EEE596080CF2CA7
checksum64: 5937C2C0CFA956C16C6BC0C2FB1F628686E74224E3145B68D3773A278E1C7E0D
checksum32: FAB1719AAF6538FFDFA7FAED0C82CFF80B6067FEA4F55A2AE6024FCC09044E6B
checksum64: C8A6C8242672D412A25AEB7107082A8D3F433D0ABF98D77DC3668965837851AC

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

0 comments on commit 948e191

Please sign in to comment.