civo_cli 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5787d9ab0c66dee190959129ab97d5358b5e93c439db620085c81122810abaa
4
- data.tar.gz: 5c229c96e001eca1027b4ed66de391d50555d2457673a3d019fedf90276fa772
3
+ metadata.gz: d8518720faa11f1ac00a6eed0d46357f73a0ef61545eeacd2fad0ee9834f04bd
4
+ data.tar.gz: 2dc7916caff6781d7b37755636dbb4506c673d87ebe837274e832e6c9cc619d7
5
5
  SHA512:
6
- metadata.gz: aa88841fdc522e311818d1e678dc057e2e8ae5931d803628bd700db0be1479528578d375c21b8602a1ad4cad0597a63a096e0a4a85bd489996be3dcc7e133139
7
- data.tar.gz: 54805d074e258962b9f6b1cc70d3b3c0b744343d5a9ab0ac808f27ac470f954f3dc87d2794b81289b16358ffad47d097575e12b56402f59e81a50179815a9788
6
+ metadata.gz: 72438033c042caaf6c77bbac5eba7b1a0b79e9721b545d136452e8f792318ef51e6f5ec1a8ff7c2958dc68d346c581b438468e78fc5046a580b370aef1f3f262
7
+ data.tar.gz: '08e041ccfadd20580bd97804e54db6a679a6723a8aa8ef6d789da149198e5d1c338039e8e086e88a34393fdd3416a03fa2e1ec739cf8196de800b07fed76c830'
@@ -3,6 +3,10 @@ All notable changes to the Civo CLI will be documented in this file.
3
3
 
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [0.4.3] - 2019-09-26
7
+ ### Fixed
8
+ - Didn't actually add version option, just the documentation. It's there now.
9
+
6
10
  ## [0.4.2] - 2019-09-26
7
11
  ### Changed
8
12
  - Add ability to specify a version when creating a cluster (default to our current version).
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- civo_cli (0.4.2)
4
+ civo_cli (0.4.3)
5
5
  bundler (~> 1.17)
6
6
  civo (>= 1.2.8)
7
7
  colorize
@@ -1,3 +1,3 @@
1
1
  module CivoCLI
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
@@ -105,6 +105,7 @@ module CivoCLI
105
105
  desc "create [NAME] [...]", "create a new kubernetes cluster with the specified name and provided options"
106
106
  option :size, default: 'g2.medium', banner: 'size'
107
107
  option :nodes, default: '3', banner: 'node_count'
108
+ option :version, default: nil, banner: 'version'
108
109
  option :wait, type: :boolean, banner: 'wait until cluster is running'
109
110
  option :save, type: :boolean
110
111
  option :switch, type: :boolean
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civo_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Jeffries