brightbox-cli 4.5.0.rc1 → 4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0ce8d035bac2e5f7df7990bbb5d1d726e3635b8a1bae0bea5ab2afa764755bc
4
- data.tar.gz: 99eb62ee760ca495bcf2d5f38adf3eb2b1b5f95c0587b1acf1bc796db779b2ae
3
+ metadata.gz: 99b053be26a4564f7eb60c2c8420f006ee90cf777606d10e5e07e530b840d533
4
+ data.tar.gz: 803e67a9913f690e06d7a42794701e3ae0dddd2e5e4ccb452b390d4ae867d154
5
5
  SHA512:
6
- metadata.gz: f3630fd90082b69c561736854708c8132b7cb08e346bce2ea5f97318ce3478cc0fdbdc2840e393bf0816064e9894ebc857d866bebdfaf416cc8781e4914b39a5
7
- data.tar.gz: 5188e419ae8dff029ddf0bf2ec1c8806774e50462628e4d0f5681ac42931505f5218fee300256755830f9c69c3041e4ec39af9ee64780c8fe2e13f5b0e3e9ee0
6
+ metadata.gz: 325361b98ac6447c85936f5e26b85a68d1ffdc6f90a3dc16e2abdb2e494eca72ee1445f099d57d78b1fbc3548f7d2276523b649330ca51a4a086c95002c95123
7
+ data.tar.gz: 8a6f5fa191c93e1949c58cd2832a0d3913ac492a152b2508b1d4bc30b82b590123cbf47737b137a68030c68c05f59dfb0e83fa86732b103fca6f8a55f4bb4846
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
+ ### v4.5.0 / 2023-02-08
2
+
3
+ [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v4.5.0.rc1...v4.5.0)
4
+
5
+ Bug fixes:
6
+
7
+ * Correct locale references to `sql instances reset` and `resize` help text.
8
+
9
+ Changes:
10
+
11
+ * Corrected previous CHANGELOG entry related to the update to `fog-brightbox` to show `v1.9.1` not `v1.7.0`
12
+
1
13
  ### v4.5.0.rc1 / 2023-01-26
2
14
 
3
- [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v4.4.0...v4.5.0)
15
+ [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v4.4.0...v4.5.0.rc1)
4
16
 
5
17
  Enhancements:
6
18
 
@@ -56,7 +68,7 @@ Enhancements:
56
68
 
57
69
  Changes:
58
70
 
59
- * Update `fog-brightbox` to `v1.7.0`
71
+ * Update `fog-brightbox` to `v1.9.1`
60
72
 
61
73
  ### v4.2.1 / 2022-11-16
62
74
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightbox-cli (4.5.0.rc1)
4
+ brightbox-cli (4.5.0)
5
5
  dry-inflector (= 0.2.0)
6
6
  fog-brightbox (>= 1.11.0)
7
7
  fog-core (< 2.0)
@@ -25,7 +25,7 @@ GEM
25
25
  rexml
26
26
  diff-lcs (1.5.0)
27
27
  dry-inflector (0.2.0)
28
- excon (0.97.2)
28
+ excon (0.99.0)
29
29
  fog-brightbox (1.11.0)
30
30
  dry-inflector
31
31
  fog-core (>= 1.45, < 3.0)
@@ -1,7 +1,7 @@
1
1
  module Brightbox
2
2
  command [:sql] do |product|
3
3
  product.command [:instances] do |cmd|
4
- cmd.desc I18n.t("sql.instances.reset_password.desc")
4
+ cmd.desc I18n.t("sql.instances.reset.desc")
5
5
  cmd.arg_name "server-id"
6
6
  cmd.command [:reset] do |c|
7
7
  c.action do |global_options, _options, args|
@@ -1,7 +1,7 @@
1
1
  module Brightbox
2
2
  command [:sql] do |product|
3
3
  product.command [:instances] do |cmd|
4
- cmd.desc I18n.t("sql.instances.reset_password.desc")
4
+ cmd.desc I18n.t("sql.instances.resize.desc")
5
5
  cmd.arg_name "server-id"
6
6
  cmd.command [:resize] do |c|
7
7
  # Database type
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "4.5.0.rc1".freeze unless defined?(Brightbox::VERSION)
2
+ VERSION = "4.5.0".freeze unless defined?(Brightbox::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0.rc1
4
+ version: 4.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
@@ -817,9 +817,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
817
817
  version: '2.5'
818
818
  required_rubygems_version: !ruby/object:Gem::Requirement
819
819
  requirements:
820
- - - ">"
820
+ - - ">="
821
821
  - !ruby/object:Gem::Version
822
- version: 1.3.1
822
+ version: '0'
823
823
  requirements: []
824
824
  rubygems_version: 3.3.20
825
825
  signing_key: