hetznercloud 1.5.1 → 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: 3e5950847db8b1e523a027c3197efebbef0dbcf3cdece53d46817e8d22ebf90c
4
- data.tar.gz: 0a142f83f2ea3ffbc104501082ac72a26986d46ace0964c70a147be945bf73fd
3
+ metadata.gz: e82485e18ec51b75abdfc2225e7e587faccef06aff1d05d500b8ff8b7ba22921
4
+ data.tar.gz: b8a93fc80f0ab613a5dda0b31653b744bcdcd9a3e240ec0442e0b1f0698c67ac
5
5
  SHA512:
6
- metadata.gz: a4de38d5d298b9b55611fac064b6bd5f6f0acff82e0286cae05195546a7d8e5b9d99bacdb58a7a03affec4bc22979baf59dfc7a54aca8107936ad22422ce0ab9
7
- data.tar.gz: 1ff509622967a9c449e5db033090e3a599160fd7c3859acc32544793c2a6e0365821be729673ff75f85074188a3ce69abc11d37bafaec8254a134453d7c7e5e3
6
+ metadata.gz: 4ed29029191856a529ed17ffe9a596052091a06e7c2c49ed9930e0caa1b1659754036b172400dcb593d1159a7058d0362c08d5a2f33ed664306b1943db4eafb0
7
+ data.tar.gz: 9d94e954c98652f5903195e400bebad25723bdccdd2ab85dbcefcd168a57dbfd0e1054f4a585f1e398b362f072e8b1072151fd44d4202f801e75514ea8915b04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## HCloud v1.5.3 (2023-05-09)
4
+
5
+ - Add `included_traffic` attribute to `ServerType`
6
+
7
+ ## HCloud v1.5.2 (2023-04-22)
8
+
9
+ - Add `architecture` attribute to `Image` and `ISO`
10
+
3
11
  ## HCloud v1.5.1 (2023-04-20)
4
12
 
5
13
  - Add `Unavailable` error class
@@ -91,6 +91,7 @@ module HCloud
91
91
  attribute :name
92
92
  attribute :description
93
93
 
94
+ attribute :architecture
94
95
  attribute :type
95
96
  attribute :status
96
97
 
@@ -26,6 +26,7 @@ module HCloud
26
26
  attribute :name
27
27
  attribute :description
28
28
 
29
+ attribute :architecture
29
30
  attribute :type
30
31
  attribute :deprecated, :datetime
31
32
 
@@ -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 = 1
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.1
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-20 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