Skip to content

Commit

Permalink
AU: 1 updated - openshift-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 17, 2018
1 parent 0159e18 commit 05b61df
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/openshift-cli/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/openshift.png" width="48" height="48"/> [openshift-cli](https://chocolatey.org/packages/openshift-cli)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b091b872f1123f77e68599c21b7bfdaad249e375/icons/openshift-cli.png" width="48" height="48"/> [openshift-cli](https://chocolatey.org/packages/openshift-cli)

## OpenShift Application Platform
### The Open Source Container Application Platform - Enterprise Kubernetes for Developers
Expand All @@ -22,4 +22,4 @@ Origin is the upstream community project that powers OpenShift. Built around a c
* Limit, track, and manage the developers and teams on the platform.
* Integrated Docker registry, automatic edge load balancing, cluster logging, and integrated metrics.

#### Note: Windows support is limited to 64bit systems.
#### Note: Windows support is limited to 64bit systems.
6 changes: 3 additions & 3 deletions automatic/openshift-cli/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 have been downloaded from the listed download
location on <https://github.com/openshift/origin/releases/tag/v3.7.1>
location on <https://github.com/openshift/origin/releases/tag/v3.7.2>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/openshift/origin/releases/download/v3.7.1/openshift-origin-client-tools-v3.7.1-ab0f056-windows.zip>
software: <https://github.com/openshift/origin/releases/download/v3.7.2/openshift-origin-client-tools-v3.7.2-282e43f-windows.zip>

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: DC228416BC07BF96EA6ECCA431004BFC1182AF0C0B0BE7834FCEDA5E8A663B3E
checksum: 45E525B751D7659E05ADFBD005851CDEB769DF511CFE38F5E45C0DFED854E784

The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>
16 changes: 11 additions & 5 deletions automatic/openshift-cli/openshift-cli.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>openshift-cli</id>
<version>3.7.1</version>
<version>3.7.2</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/openshift-cli</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>OpenShift Command Line Interface (CLI)</title>
<authors>RedHat</authors>
<projectUrl>http://www.openshift.org</projectUrl>
<iconUrl>https://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/openshift.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b091b872f1123f77e68599c21b7bfdaad249e375/icons/openshift-cli.png</iconUrl>
<copyright>(c) 2017 RedHat</copyright>
<licenseUrl>https://github.com/openshift/origin/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -19,10 +19,14 @@
<bugTrackerUrl>https://github.com/openshift/origin/issues</bugTrackerUrl>
<tags>openshift docker kubernetes containers development devops cli foss</tags>
<summary>OpenShift Origin is a distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OpenShift Origin is the open source upstream project that powers OpenShift, Red Hat's container application platform.</summary>
<description><![CDATA[OpenShift Origin is a distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OpenShift adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.
<description><![CDATA[## OpenShift Application Platform
### The Open Source Container Application Platform - Enterprise Kubernetes for Developers
Features:
OpenShift Origin is a distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OpenShift adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.
Origin is the upstream community project that powers OpenShift. Built around a core of Docker container packaging and Kubernetes container cluster management, Origin is also augmented by application lifecycle management functionality and DevOps tooling. Origin provides a complete open source container application platform.
## Features
* Easily build applications with integrated service discovery and persistent storage.
* Quickly and easily scale applications to handle periods of increased demand.
* Support for automatic high availability, load balancing, health checking, and failover.
Expand All @@ -36,8 +40,10 @@ Features:
* Allow developers to run containers securely with fine-grained controls in production.
* Limit, track, and manage the developers and teams on the platform.
* Integrated Docker registry, automatic edge load balancing, cluster logging, and integrated metrics.
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/openshift/origin/releases/tag/v3.7.1</releaseNotes>
<releaseNotes>https://github.com/openshift/origin/releases/tag/v3.7.2</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 05b61df

Please sign in to comment.