fog-google 1.16.1 → 1.17.0

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: 46ece4eb1526912cd53392a24b5f1d11436226a44679f9a6c3c8e5af2991b124
4
- data.tar.gz: 9926230f0201b9d7a764e378e47a6a3e9650da417a6d6a79ba7fb045ca35d15d
3
+ metadata.gz: abd0506ef51980b23273cfda4ef059113f220a1b9d2480a5433a3fbaf6d7d985
4
+ data.tar.gz: 6f8c866d492ac0292df89d9c532da795ab91d4eec7ec1caec9fe259cfabd8dc7
5
5
  SHA512:
6
- metadata.gz: bf1ec54f6ec33a70d5a337bfd9b59acb4fe99507ecf292b1baf7437f7d6840025d58a0beb3d658e0cddcf34bdbbbdd7ccf9f339bffaac42a7c0ead61b7a20641
7
- data.tar.gz: 93161a1dfd67f198514ccd26ffc09d283e8972167d02e03d96d2ef61a660b2055a912416c1ab85b45d23561b225fc8a97181ec83c24059296510bff6842a0bfe
6
+ metadata.gz: 3a93c4dcb1669954f3ec1b18e04f8c96a2bcca16c1d7946691b0c1158515342ca1213628576a1486d5b45d57ba77484b12f20eb2087e50f2a0e37de083613dcf
7
+ data.tar.gz: 623b43065a6218ffb6ef2dcdcd5ef4e7f51164af507d8677f543a25c9bc40e283cf5b7815dc43f78ff9d5276ff67512e578d1c7aa0f7c86e63d86e4523f39df1
@@ -17,7 +17,7 @@ jobs:
17
17
  max-parallel: 1
18
18
 
19
19
  steps:
20
- - uses: actions/checkout@v2.3.4
20
+ - uses: actions/checkout@v2.4.0
21
21
  - name: Set up Ruby
22
22
  uses: ruby/setup-ruby@v1
23
23
  env:
@@ -44,7 +44,7 @@ jobs:
44
44
  max-parallel: 1
45
45
 
46
46
  steps:
47
- - uses: actions/checkout@v2.3.4
47
+ - uses: actions/checkout@v2.4.0
48
48
  - name: Set up Ruby
49
49
  uses: ruby/setup-ruby@v1
50
50
  env:
@@ -71,7 +71,7 @@ jobs:
71
71
  max-parallel: 1
72
72
 
73
73
  steps:
74
- - uses: actions/checkout@v2.3.4
74
+ - uses: actions/checkout@v2.4.0
75
75
  - name: Set up Ruby
76
76
  uses: ruby/setup-ruby@v1
77
77
  env:
@@ -98,7 +98,7 @@ jobs:
98
98
  max-parallel: 1
99
99
 
100
100
  steps:
101
- - uses: actions/checkout@v2.3.4
101
+ - uses: actions/checkout@v2.4.0
102
102
  - name: Set up Ruby
103
103
  uses: ruby/setup-ruby@v1
104
104
  env:
@@ -125,7 +125,7 @@ jobs:
125
125
  max-parallel: 1
126
126
 
127
127
  steps:
128
- - uses: actions/checkout@v2.3.4
128
+ - uses: actions/checkout@v2.4.0
129
129
  - name: Set up Ruby
130
130
  uses: ruby/setup-ruby@v1
131
131
  env:
@@ -152,7 +152,7 @@ jobs:
152
152
  max-parallel: 1
153
153
 
154
154
  steps:
155
- - uses: actions/checkout@v2.3.4
155
+ - uses: actions/checkout@v2.4.0
156
156
  - name: Set up Ruby
157
157
  uses: ruby/setup-ruby@v1
158
158
  env:
@@ -179,7 +179,7 @@ jobs:
179
179
  max-parallel: 1
180
180
 
181
181
  steps:
182
- - uses: actions/checkout@v2.3.4
182
+ - uses: actions/checkout@v2.4.0
183
183
  - name: Set up Ruby
184
184
  uses: ruby/setup-ruby@v1
185
185
  env:
@@ -206,7 +206,7 @@ jobs:
206
206
  max-parallel: 1
207
207
 
208
208
  steps:
209
- - uses: actions/checkout@v2.3.4
209
+ - uses: actions/checkout@v2.4.0
210
210
  - name: Set up Ruby
211
211
  uses: ruby/setup-ruby@v1
212
212
  env:
@@ -14,7 +14,7 @@ jobs:
14
14
  ruby-version: ['2.5', '2.6', '2.7', '3.0', 'head', 'truffleruby-head']
15
15
 
16
16
  steps:
17
- - uses: actions/checkout@v2.3.4
17
+ - uses: actions/checkout@v2.4.0
18
18
  - name: Set up Ruby
19
19
  uses: ruby/setup-ruby@v1
20
20
  with:
data/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
7
7
  ## Next
8
8
 
9
9
 
10
+ ## 1.17.0
11
+
12
+ ### User-facing
13
+
14
+ #### Added
15
+
16
+ - \#550 Add support for instance display device [dcode]
17
+
10
18
  ## 1.16.1
11
19
 
12
20
  ### User-facing
data/README.md CHANGED
@@ -175,7 +175,7 @@ $ bundle exec pry
175
175
 
176
176
  ## Supported Ruby Versions
177
177
 
178
- Fog-google is currently supported on Ruby 2.4+.
178
+ Fog-google is currently supported on Ruby 2.6+.
179
179
 
180
180
  In general we support (and run our CI) for Ruby versions that are actively supported
181
181
  by Ruby Core - that is, Ruby versions that are not end of life. Older versions of
@@ -50,6 +50,13 @@ module Fog
50
50
  # @return [Array<Hash>]
51
51
  attribute :disks
52
52
 
53
+ # @example Enable the display device
54
+ # {
55
+ # :enable_display => true
56
+ # }
57
+ # @return [Hash<String,Boolean>]
58
+ attribute :display_device, :aliases => "displayDevice"
59
+
53
60
  # @example Guest accelerators
54
61
  # [
55
62
  # {
@@ -104,6 +104,10 @@ module Fog
104
104
  data[:shielded_instance_config] = ::Google::Apis::ComputeV1::ShieldedInstanceConfig.new(**options[:shielded_instance_config])
105
105
  end
106
106
 
107
+ if data[:display_device]
108
+ data[:display_device] = ::Google::Apis::ComputeV1::DisplayDevice.new(**options[:display_device])
109
+ end
110
+
107
111
  if data[:tags]
108
112
  if options[:tags].is_a?(Array)
109
113
  # Process classic tag notation, i.e. ["fog"]
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Google
3
- VERSION = "1.16.1".freeze
3
+ VERSION = "1.17.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.1
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nat Welch
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-10-03 00:00:00.000000000 Z
12
+ date: 2021-11-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog-core