fog-brightbox 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ad897388f8cd83ba70c06515b952c0ed907b3c330b59c131735c1184a776b94
4
- data.tar.gz: d179bdcaf55265e2abfc30471b5cd6aa6b9166e7747b397e90cbaf56edecd372
3
+ metadata.gz: 0f473bbf89755a6b2be59e862ff5b5c03b6dbef118803428f9e21a23e9f31251
4
+ data.tar.gz: fcc868590a57f90e0094b3b5084b4bdb64551e04868f4ac210bbe1f8a60af38a
5
5
  SHA512:
6
- metadata.gz: 14da7c849f1500a55087c0ca2259a8f8c3cb2bf6027ae6443b9e7120f022aabb4f86bf7d5be74b4afa6eb748f6b16e5bda7db9afcc31e9801644d697f6d6d1e4
7
- data.tar.gz: '013270008004a3d049f7a3b6a63d524da197aba1cfbabc9d936b6bb66bfc8f66f4fa3749de7c945fb9cf2a98252ca40f9b15f492dc6948d7a96a5255ee09c21d'
6
+ metadata.gz: e06109c9e34cf0376ef7bdeb06cc9ffe9f08e890ed9b43a8f0e4f4dd5a28a8939b2ec69f41f52c47294501384306843b85366235283a99b986491b781baebf4d
7
+ data.tar.gz: f7c3bf934354741af85492ab18c358438a7cd6ae49a487a00d4419df6a4f9b65e1949fefedb5f6a29cd6dcc3f34e609fdffff3a1d6d3c1c869c39ad9a163c7ba
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 1.9.1 / 2023-01-10
2
+
3
+ Bug fixes:
4
+
5
+ * Allow `encrypted` parameter in `Volume#save` to allow it to propagate from
6
+ the model to the API request
1
7
  ### 1.9.0 / 2023-01-09
2
8
 
3
9
  Enhancements:
@@ -126,6 +126,7 @@ module Fog
126
126
  options = {
127
127
  :delete_with_server => delete_with_server,
128
128
  :description => description,
129
+ :encrypted => encrypted,
129
130
  :filesystem_label => filesystem_label,
130
131
  :filesystem_type => filesystem_type,
131
132
  :name => name,
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Brightbox
3
- VERSION = "1.9.0"
3
+ VERSION = "1.9.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-brightbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Thornthwaite