civo_cli 0.4.9 → 0.5.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/civo_cli/version.rb +1 -1
- data/lib/kubernetes.rb +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8c1f17bb6f4640b31e24733f8808a1d9e64134d2cb052c7e537cd8cd28b89b5
|
|
4
|
+
data.tar.gz: 7124e52fff64c0a9251a94616b6ca717a07134f0437ed4c2f3123c80eed9232b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 400d92d3075fc619fdc6ae370e18c1f7e523a9ffa094b4869218e3b03c9df9ab41bda1eb763b11afcb4d3f62590cac2f4fb4a31d2be3e3d9fd6db87daf17da45
|
|
7
|
+
data.tar.gz: 75c4bc2e96bc1e68f3a7e29d7fc06cabfe9afb05d417df3df60b2f022853e9ed9f29e759e0aa64a48eb7402d61a2cbb66f214225e0b9836c507644d7a774a505
|
data/CHANGELOG.md
CHANGED
|
@@ -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.5.0] - 2019-10-23
|
|
7
|
+
### Fixed
|
|
8
|
+
- `civo k3s ls` and `civo k3s show` shouldn't show a recommended upgrade to a non-default version.
|
|
9
|
+
|
|
6
10
|
## [0.4.9] - 2019-10-23
|
|
7
11
|
### Changed
|
|
8
12
|
- `civo k3s versions` now shows which version will be installed by default.
|
data/Gemfile.lock
CHANGED
data/lib/civo_cli/version.rb
CHANGED
data/lib/kubernetes.rb
CHANGED