brightbox-cli 4.0.0.rc2 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- data/Gemfile.lock +1 -1
- data/README +18 -22
- data/lib/brightbox-cli/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf8d230d121ac70d4971ed2acf19776ed75bac9256d4f4ea7d980af8e563350a
|
4
|
+
data.tar.gz: feb53ae71fe302c76fcbe2f6b4e1e67723b64d706266ed3db5531195df9ec167
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5325d637d559f620a9b5a4cff4157aa67f6da2a802329c59d81270a429958afbf5e7d9f982d59d99786f099931b64bd1f50feedd123e6221371580234ac8986
|
7
|
+
data.tar.gz: 97431207227f81834213a4ab61c6d77d78f526ba4ec1a1885975c4169299cb4f88c323197984391ffed000feee9523b0a4aabbc7075fc15fe8389943400cb8d9
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README
CHANGED
@@ -40,12 +40,12 @@ To browse available resources use the resource name as the command:
|
|
40
40
|
|
41
41
|
=== Two factor authentication ===
|
42
42
|
|
43
|
-
If you've enabled two factor authentication for your user, you
|
44
|
-
|
43
|
+
If you've enabled two factor authentication for your user, you should be
|
44
|
+
prompted for a one time password (OTP) when it is required unless you have set
|
45
|
+
up a two factor helper (see below).
|
45
46
|
|
46
|
-
|
47
|
-
|
48
|
-
two_factor = true
|
47
|
+
The previous configuration setting `two_factor` is no longer required when
|
48
|
+
using v4.0 or greater. This is ignored and can be removed.
|
49
49
|
|
50
50
|
=== Integrating with a password manager
|
51
51
|
|
@@ -147,15 +147,21 @@ in the path, just specify the full path to it:
|
|
147
147
|
|
148
148
|
== UPGRADE NOTES
|
149
149
|
|
150
|
-
Version
|
150
|
+
Version 4.0.0 removes the older, backward compatible binaries for users of the
|
151
|
+
original `brightbox` (brightbox-deployment) gem.
|
152
|
+
|
153
|
+
So `brightbox-servers` will no longer work. Use the subcommand variation
|
154
|
+
`brightbox servers` instead.
|
151
155
|
|
152
|
-
|
153
|
-
|
154
|
-
|
156
|
+
== Alternatives
|
157
|
+
|
158
|
+
There are a number of alternative ways to manage Brightbox resources:
|
155
159
|
|
156
|
-
|
157
|
-
|
158
|
-
|
160
|
+
* Control Panel - https://cloud.brightbox.com/
|
161
|
+
* Terraform – https://registry.terraform.io/providers/brightbox/brightbox/latest
|
162
|
+
* Kubernetes - https://github.com/brightbox/brightbox-cloud-controller-manager
|
163
|
+
* fog - https://github.com/fog/fog-brightbox
|
164
|
+
* Go - https://github.com/brightbox/gobrightbox
|
159
165
|
|
160
166
|
== Testing
|
161
167
|
|
@@ -167,16 +173,6 @@ You should be able to run the specs and features with the following steps:
|
|
167
173
|
The specs use VCR to playback filtered recordings from real API sessions. This
|
168
174
|
process is not perfect, please report an issue
|
169
175
|
|
170
|
-
== Alternatives
|
171
|
-
|
172
|
-
There are a number of alternative ways to manage Brightbox resources:
|
173
|
-
|
174
|
-
* Control Panel - https://cloud.brightbox.com/
|
175
|
-
* Terraform – https://registry.terraform.io/providers/brightbox/brightbox/latest
|
176
|
-
* Kubernetes - https://github.com/brightbox/brightbox-cloud-controller-manager
|
177
|
-
* fog - https://github.com/fog/fog-brightbox
|
178
|
-
* Go - https://github.com/brightbox/gobrightbox
|
179
|
-
|
180
176
|
== Packaging
|
181
177
|
|
182
178
|
=== Vendoring libraries
|
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.0.0
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Leach
|
@@ -784,9 +784,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
784
784
|
version: '2.5'
|
785
785
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
786
786
|
requirements:
|
787
|
-
- - "
|
787
|
+
- - ">="
|
788
788
|
- !ruby/object:Gem::Version
|
789
|
-
version:
|
789
|
+
version: '0'
|
790
790
|
requirements: []
|
791
791
|
rubygems_version: 3.2.26
|
792
792
|
signing_key:
|