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 committed Jun 21, 2018
1 parent 8cfd0f0 commit 14b84aa
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"1.7": "1.7.16",
"1.8": "1.8.13",
"1.9": "1.9.8",
"1.1": "1.10.4"
"1.1": "1.10.5"
}
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.10.4</version>
<version>1.10.5</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey,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.1.md#v1104</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1105</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.10.4/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.10.4/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.10.5/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.10.5/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: 80207E67C741A6FB30073FD5890EDFD3E21FF9DC5560B802D8601E82D062B029
checksum64: 7ADA21AD4C0E10939F0BBB16EC3DC5C6D9329EFF75E943EECCA2461D0F874EB1
checksum32: E5C335127B733B83853BF4A8A3F31EEAB61C5B55EC1762C40BFE67B88B451B46
checksum64: 045725AFDECA4261A4EA110A271908AAF3FC23B7A00F70D2375E927820B4D6B4

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

0 comments on commit 14b84aa

Please sign in to comment.