packer-plugin-hcloud icon indicating copy to clipboard operation
packer-plugin-hcloud copied to clipboard

Warning when using deprecated server types

Open jooola opened this issue 5 months ago • 1 comments

Description

Server types may be deprecated over time, packer should report warning to the users that are using deprecated warning to make sure they get surprised once they are marked as unavailable.

Consider using https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud/exp/deprecationutil for computing the deprecation messages.

jooola avatar Sep 30 '25 09:09 jooola

The images deprecation may also be computed using the deprecationutil in hcloud-go, streamlining the deprecation warnings.

jooola avatar Sep 30 '25 09:09 jooola