Skip to content

Commit

Permalink
AU: 2 updated - datagrip kubernetes-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 12, 2018
1 parent 9519830 commit 0298046
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.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>datagrip</id>
<version>2018.1</version>
<version>2018.1.1</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.1.exe'
checksum = 'ba75b7c011bd193fa6e06af8da35fa4182a18568cdaa358353837e695a64950a'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.1.1.exe'
checksum = '1e0207a23197fa6fd87bf04a58c55cb8548c54445b94b49e3699e12f0f106983'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
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.11",
"1.9": "1.9.4",
"1.1": "1.10.0"
"1.1": "1.10.1"
}
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.8.11</version>
<version>1.10.1</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.8.md#v1811</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1101</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.8.11/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.8.11/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.10.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.10.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: 04FC5CED2902D6211D34F2207BB3AE238A4E3634C27C6DDE9BA0B6C900C13858
checksum64: FE64E3A2E935869D9C8F9137FAAA300D65A1A5D1B27367F8152DBB9B287D886D
checksum32: 86C591895CFEE141B147D58D13AF2C75CFB03A0AE615A70300A63A3A45132243
checksum64: B2CAA7E6A192C1333614B3AAE412CDBBC764431C1E59ACE53CA6792AA7EC6496

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

0 comments on commit 0298046

Please sign in to comment.