Skip to content

Commit

Permalink
AU: 1 updated - minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 22, 2018
1 parent 540fac5 commit 92cb22f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/minikube/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/minikube.png" width="48" height="48"/> [minikube](https://chocolatey.org/packages/minikube)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0d3be7b221c8110f562a0059a8818238a1cb46ec/icons/minikube.png" width="48" height="48"/> [minikube](https://chocolatey.org/packages/minikube)

Minikube is a tool that makes it easy to run Kubernetes locally.

Expand All @@ -14,4 +14,4 @@ Minikube supports Kubernetes features such as:
* Enabling CNI (Container Network Interface)
* Ingress

#### Note: Windows support is limited to 64bit systems.
#### Note: Windows support is limited to 64bit systems.
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.24.1>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v0.25.1>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v0.24.1/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v0.25.1/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: sha256
checksum: 61e1aa977ffdfd5373158820f8d57a8f4af7c43e78b8598651dea65be59b8bab
checksum: 71F07305268777B11955EF6D0B849400E55AB056AE3FB0F29C2580AF76476EA0

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
19 changes: 16 additions & 3 deletions automatic/minikube/minikube.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>minikube</id>
<version>0.24.1</version>
<version>0.25.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minikube: Run Kubernetes locally</title>
<authors>Google</authors>
<projectUrl>https://kubernetes.io</projectUrl>
<iconUrl>https://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/minikube.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0d3be7b221c8110f562a0059a8818238a1cb46ec/icons/minikube.png</iconUrl>
<copyright>(c) 2017 Kubernetes</copyright>
<licenseUrl>https://github.com/kubernetes/minikube/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -19,9 +19,22 @@
<tags>kubernetes minikube docker rkt containers devops cli foss</tags>
<summary>Minikube is a tool that makes it easy to run Kubernetes locally.</summary>
<description><![CDATA[Minikube is a tool that makes it easy to run Kubernetes locally.
Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day.
### Minikube Features
Minikube supports Kubernetes features such as:
* DNS
* NodePorts
* ConfigMaps and Secrets
* Dashboards
* Container Runtime: Docker, rkt and CRI-O
* Enabling CNI (Container Network Interface)
* Ingress
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.24.1/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.25.1/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down

0 comments on commit 92cb22f

Please sign in to comment.