brightbox-cli 2.4.1 → 2.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
  SHA1:
3
- metadata.gz: f4a1616593204f04408c2c5ab64a4455cb717cf7
4
- data.tar.gz: 1fb4cc2fe3f5120b0782ff7a515b0bbb900fd520
3
+ metadata.gz: 5bbdbad8470b9de08cb4f12df141a2cedd6e39f4
4
+ data.tar.gz: a629a8cdf9a0bbfe851763bb0e7f51dc4a73b265
5
5
  SHA512:
6
- metadata.gz: 28659190077191592bc361f9b1be924fa714e8a59cd83b67754d58b3db9711accdb08dafd3b4c52f1d8a556ac8de2329d0afe934bf40d2485ff0b52c5efb1c63
7
- data.tar.gz: 816128112c83172c47f481753f4af184405eb62fcb22d912295573ca8429ebb398b20f2623a2f926ce3d3bbc54832572a7ab6ad464faacd9b19d5f9565d10af0
6
+ metadata.gz: 3be96e1fea686cb9512a86c144405a3970ac66679aa481ce3c4c513298934d7793ac2073bf1f4d4e5592a01f50dc46c77694107b212cf243748d5ed6a6f2290d
7
+ data.tar.gz: c9cf607d8de69355b24a441343942e315868349c817bcadf54931589c31629d09cce1a2ebafa74e3197735b5e0593d0190478a1000456fca01618956c0815621
@@ -1,3 +1,15 @@
1
+ ### v2.5.0 / 2016-06-20
2
+
3
+ [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v2.4.1...v2.5.0)
4
+
5
+ Enhancements:
6
+
7
+ * Add `maintenance-weekday` and `maintenance-hour` to `sql instance` commands.
8
+ This allows setting of a custom maintenance window if the default of Sunday
9
+ between 06:00-06:59 UTC does not suit for your application.
10
+ The maintenance window is used to automatically apply security updates to the
11
+ instance.
12
+
1
13
  ### v2.4.1 / 2016-06-06
2
14
 
3
15
  [Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v2.4.0...v2.4.1)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightbox-cli (2.4.1)
4
+ brightbox-cli (2.5.0)
5
5
  fog-brightbox (>= 0.10.1)
6
6
  gli (~> 2.12.0)
7
7
  highline (~> 1.6.0)
@@ -81,4 +81,4 @@ DEPENDENCIES
81
81
  webmock
82
82
 
83
83
  BUNDLED WITH
84
- 1.11.2
84
+ 1.12.5
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "2.4.1" unless defined?(Brightbox::VERSION)
2
+ VERSION = "2.5.0" unless defined?(Brightbox::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.1
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-06 00:00:00.000000000 Z
11
+ date: 2016-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-brightbox
@@ -740,7 +740,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
740
740
  version: '0'
741
741
  requirements: []
742
742
  rubyforge_project: brightbox-cli
743
- rubygems_version: 2.4.5.1
743
+ rubygems_version: 2.2.5
744
744
  signing_key:
745
745
  specification_version: 4
746
746
  summary: The Brightbox cloud management system