File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Backwards incompatible changes:
88* Update ` Gemfile.lock ` to use Bundler 2.4.22
99* When ENV ` HOME ` is not set, the working directory is used for configs
1010 rather than ` /.brightbox ` to fix issues with containers
11+ * ` show ` commands require at least one argument to
12+ prevent an issue where the wrong, summary API was
13+ used resulting in missing data in tables
1114
1215Enhancements:
1316
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- brightbox-cli (5.0.0.rc1 )
4+ brightbox-cli (5.0.0.rc2 )
55 fog-brightbox (>= 1.12.0 )
66 fog-core (< 2.0 )
77 gli (~> 2.21 )
Original file line number Diff line number Diff line change 11module Brightbox
2- VERSION = "5.0.0.rc1 " . freeze unless defined? ( Brightbox ::VERSION )
2+ VERSION = "5.0.0.rc2 " . freeze unless defined? ( Brightbox ::VERSION )
33end
You can’t perform that action at this time.
0 commit comments