You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***check log output for BREAKING-V6** (previously *BREAKING-V5*)
263
263
*`--hetzner-user-data-from-file` will be fully deprecated and its flag description will only read 'DEPRECATED, legacy'; current fallback behaviour will be retained. `--hetzner-flag-user-data-file` should be used instead.
264
264
*`--hetzner-disable-public-4`/`--hetzner-disable-public-6` will be fully deprecated and its flag description will only read 'DEPRECATED, legacy'; current fallback behaviour will be retained. `--hetzner-disable-public-ipv4`/`--hetzner-disable-public-ipv6` should be used instead.
265
265
266
266
### 5.0.0
267
267
268
+
* major update due to #108 ([hetznercloud/hcloud-go#263](https://github.com/hetznercloud/hcloud-go/v2/issues/263))
269
+
* new `hcloud-go` v2 requiring int64 IDs is used for interaction with Hetzner cloud
270
+
* old configs should be forward-compatible
271
+
* newly created machines may now use 64-bit integers in all stored and transmitted data, potentially breaking existing tools supporting 32-bit only
272
+
- this includes anything interacting with the flags CLI via RPC, as `mcnflags` lacks an int64 flag type, so `StringFlag` and parsing are used now
273
+
* previous changes were moved one version (i.e. 5 -> 6, 6 -> 7)
274
+
275
+
### 6.0.0
276
+
277
+
**moved from 5.0.0*
268
278
*`--hetzner-user-data-from-file` will be removed entirely, including its fallback behavior
269
279
*`--hetzner-disable-public-4`/`--hetzner-disable-public-6` ill be removed entirely, including their fallback behavior
270
280
* not specifying `--hetzner-image` will generate a warning stating 'use of default image is DEPRECATED'
271
281
272
-
### 6.0.0
282
+
### 7.0.0
273
283
284
+
**moved from 6.0.0*
274
285
* specifying `--hetzner-image` will be mandatory, and a default image will no longer be provided
0 commit comments