-
Notifications
You must be signed in to change notification settings - Fork 55
Hetzner: Cloud API Change: GET /actions endpoint #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have merged #113 now. I also adapted the old homebrew
EDIT: Apparently there was a changelog entry that completely went over my head. Given that the helper methods were implemented only after this change and the deprecation notice only names |
Absolutely no worries, that was kind of what I was thinking. That it maybe just works by using the recent hcloud. Thank you for taking a look 🙇🏼 |
I think this can be closed, all planned and announced changes have been made on 30 January 2025. We issued an updated Changelog entry to better explain the changes we made: https://docs.hetzner.cloud/changelog#2025-01-30-listing-arbitrary-actions-in-the-actions-list-endpoint-is-removed |
Hi 👋🏼
Yesterday we noticed this message (hetzner cloud changelog) in the Hetzner Cloud interface, and it seems they already updated the
hcloud-go
.I am not familiar with upgrading dependencies in golang but I will create a PR shortly that updates hcloud-go from
v2.1.1
tov2.2.0
(there was no other release in between) in the hopes that it 'just' works.I ran
go get github.com/hetznercloud/[email protected]
andgo mod tidy
afterwards which updated thego.mod
andgo.sum
file entries as I expected.I don't know if this breaks anything though.
The text was updated successfully, but these errors were encountered: