Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Releases: radanalyticsio/oshinko-cli

version 0.6.1

21 May 20:44
c96203f
Compare
Choose a tag to compare
version 0.6.1 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.4-latest found here
The Apache Spark version is 2.4.

version 0.5.6

21 Sep 18:39
27634eb
Compare
Choose a tag to compare

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.

Summary of changes

  • In v0.5.5, an empty json/yaml object is returned when the "get" command is used with the -o flag and a cluster name if the cluster does not exist. This case now correctly returns an error.

version 0.5.5

20 Sep 21:52
e0ed196
Compare
Choose a tag to compare

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.

Summary of changes

  • The output of "get" has been streamlined and column headers have been added. To see the old stype ouput, use the "-d" (deprecated) flag on the get operation
  • The README.md and HACKING.md files in the source have been updated
  • Issue 103 (Unable to build binary for oshinko-cli with mac os x) has been resolved
  • Issue 111 (Vagueness about getting started with CLI) has been resolved
  • Issue 46 (Output of oshinko-cli get mycluster -o json command as JSON object) has been resolved
  • Issue 45 (Get command on empty clusters list with JSON/YAML) has been resolved

Release v0.5.4

31 Jul 15:51
Compare
Choose a tag to compare
Release v0.5.4 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.

Summary of changes

  • Report an error on cluster creation if a cluster configuration configmap contains unrecognized fields (issue #42)
  • Only set the "Name" field of the cluster configuration reported by "get" to default-oshinko-cluster-config if a configmap of that name has been created and was read to override the default cluster configuration. Otherwise, set the "Name" field to empty string.

Release v0.5.3

06 Jun 15:45
Compare
Choose a tag to compare
Release v0.5.3 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.

Summary of changes

There are no changes from v0.5.2

version 0.5.2

15 May 16:19
Compare
Choose a tag to compare
version 0.5.2 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.

Summary of changes

A --nopods flag has been added to "oshinko get" that will omit the pod list when the -o yaml|json flag is also used. This is to allow checking the configuration of a cluster without listing all of the pods.

Release v0.5.1

01 May 17:02
Compare
Choose a tag to compare
Release v0.5.1 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.

Summary of changes

  • The Apache Spark version moved to 2.3.0
  • The build script was fixed for building the oshinko CLI on Mac

Release v0.4.6

14 Mar 13:14
Compare
Choose a tag to compare
Release v0.4.6 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.2-latest found here
The Apache Spark version is 2.2.

Summary of changes

  • Add the metrics port to worker pods if metrics is enabled on the cluster (note, no service created)

Release v0.4.5

26 Feb 18:25
Compare
Choose a tag to compare
Release v0.4.5 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.2-latest found here
The Apache Spark version is 2.2.

Summary of changes

  • Suppress extra info on cluster delete unless verbose flag is used

  • Support 'prometheus' as a value for --metrics
    This change supports 'jolokia' or 'prometheus' as values for --metrics. Jolokia is still the default if the metrics
    flag is set to 'true', but it has been deprecated and will be removed in a future release.
    Users should switch to prometheus.

Release v0.4.4

05 Feb 18:50
Compare
Choose a tag to compare
Release v0.4.4 Pre-release
Pre-release

Default cluster image for this release

The default cluster image for this release is radanalyticsio/openshift-spark:2.2-latest found here
The Apache Spark version is 2.2.

Summary of changes

No changes since v0.4.3