hetznercloud 1.5.2 → 1.5.3

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: 1d5e6743bea0303c880735744a53117ae22e6739354f6ac92446ee4a3bf3c45a
4
- data.tar.gz: da60cc445e0d920dd39831b92f6d5d130f2854b626aa910252049e9985a9b094
3
+ metadata.gz: e82485e18ec51b75abdfc2225e7e587faccef06aff1d05d500b8ff8b7ba22921
4
+ data.tar.gz: b8a93fc80f0ab613a5dda0b31653b744bcdcd9a3e240ec0442e0b1f0698c67ac
5
5
  SHA512:
6
- metadata.gz: f73924721baf0cd5c1ac336f77574de2ae1c0223612839d89dc712857fa455727b2be7ed5ceae7ecb99db916846cfbd88196c94eb82231c01d6759e4a8dd6df2
7
- data.tar.gz: ea1c689b8f212474251f1b446454aa932326b3034110e9d435e17566f83b632307f5705bb17f1f03a2046553f8bd34263d2d8f14aa092dca3f3562c210d75c8b
6
+ metadata.gz: 4ed29029191856a529ed17ffe9a596052091a06e7c2c49ed9930e0caa1b1659754036b172400dcb593d1159a7058d0362c08d5a2f33ed664306b1943db4eafb0
7
+ data.tar.gz: 9d94e954c98652f5903195e400bebad25723bdccdd2ab85dbcefcd168a57dbfd0e1054f4a585f1e398b362f072e8b1072151fd44d4202f801e75514ea8915b04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## HCloud v1.5.3 (2023-05-09)
4
+
5
+ - Add `included_traffic` attribute to `ServerType`
6
+
3
7
  ## HCloud v1.5.2 (2023-04-22)
4
8
 
5
9
  - Add `architecture` attribute to `Image` and `ISO`
@@ -30,6 +30,7 @@ module HCloud
30
30
  attribute :cores, :integer
31
31
  attribute :disk, :integer
32
32
  attribute :memory, :integer
33
+ attribute :included_traffic, :integer
33
34
 
34
35
  attribute :cpu_type
35
36
  attribute :storage_type
@@ -4,7 +4,7 @@ module HCloud
4
4
  module Version
5
5
  MAJOR = 1
6
6
  MINOR = 5
7
- PATCH = 2
7
+ PATCH = 3
8
8
  PRE = nil
9
9
 
10
10
  VERSION = [MAJOR, MINOR, PATCH].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hetznercloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Dejonckheere
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-22 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel