Skip to content

Commit

Permalink
AU: 2 updated - kubernetes-cli sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 8, 2018
1 parent a2038f1 commit b7c8ba3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Expand Up @@ -5,5 +5,5 @@
"1.7": "1.7.16",
"1.8": "1.8.15",
"1.9": "1.9.10",
"1.1": "1.11.1"
"1.1": "1.11.2"
}
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.9.10</version>
<version>1.11.2</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.9.md#v1910</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1112</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.9.10/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.9.10/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.11.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.11.2/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: F92F23BADA75B3128EC61294E8D342C5BF6E86BD4AC042A2D774FFBB119FD8BE
checksum64: 85A23FD2E5766067D266744B4672D7C5D2816E4750569F0CE1BDB85A2834C3F3
checksum32: 5EA3C0ABA710DF3C95BB59621C8B220989AC45698B5268A75B17144D361D338C
checksum64: 0499FE3B55FA6252C6C3611C3B22E8F65BF3D2AEBCDE7B847F7572A539AC9D70

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2018.7.19</version>
<version>2018.8.8</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'bd5bd2019b4130644c859cbebc0a84123f808918fab4929593d37de0872b54b1'
checksum = '533e40025ee69a1b4b436dc6c996c7b34c2b16cec1b45cea0199f19092e77810'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'bfff457db201fe022dc528a13200e080281b950ad2c6ca0c85957b6caef2cd2c'
$packageArgs.checksum = '879a99d8f7975109a7312618d9f2fc383a0baba0f911423d2c8188d644bbb953'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit b7c8ba3

Please sign in to comment.