Skip to content

Commit

Permalink
AU: 2 updated - kubernetes-cli minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 6, 2018
1 parent 386c6c9 commit 8352ee7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.15",
"1.9": "1.9.11",
"1.1": "1.12.0"
"1.1": "1.12.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.9.11</version>
<version>1.12.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.9.md#v1911</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1121</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.9.11/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.9.11/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.12.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.12.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: 75F302AB81FD45710FB4456BA784243D435F408319F2D0E22B3DCB13DCF6143A
checksum64: B61004C32C9C90C6BC08802D273670442DC840529FCBB77CD261E4664B578C9B
checksum32: 74D4A58C2C0E40D0DF50095B71D67A643571FB903F81E41EA3FE5199E68DEA22
checksum64: BB3056F2B93E3EC4FA43216FD5EB4EF4311BCF0C308994639360AAFC217CA20D

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
6 changes: 3 additions & 3 deletions automatic/minikube/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed Google Cloud Storage download
location on <https://github.com/kubernetes/minikube/releases/tag/v0.29.0>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v0.30.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v0.29.0/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v0.30.0/minikube-windows-amd64.exe>

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

checksum type:
checksum: 78AEB9CCFF70121BC8DD0D6FB8A9C9438A39DA806104D1BE09923F369F496C32
checksum: 8F09D63C64A2A0C4810C492066B16CCD4BD63E2F3C2D0EB55E49C51C915493F6

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minikube/minikube.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>minikube</id>
<version>0.29.0</version>
<version>0.30.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minikube: Run Kubernetes locally</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ Minikube supports Kubernetes features such as:
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.29.0/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.30.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down

0 comments on commit 8352ee7

Please sign in to comment.