fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.40.0#54
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.40.0#54renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
c3cbb0f to
0ae03e3
Compare
0ae03e3 to
6fbd904
Compare
6fbd904 to
24fb94d
Compare
24fb94d to
f25b332
Compare
f25b332 to
fd91119
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
5a7460b to
bc00ed2
Compare
bc00ed2 to
c0e9552
Compare
c0e9552 to
886c56a
Compare
886c56a to
8a6a9a1
Compare
8a6a9a1 to
7c344d9
Compare
7c344d9 to
66786c9
Compare
66786c9 to
51942c0
Compare
51942c0 to
5370c42
Compare
5370c42 to
8dc871a
Compare
71ee44e to
5538b57
Compare
5538b57 to
2c401d1
Compare
2c401d1 to
99cdeff
Compare
99cdeff to
be8f08b
Compare
be8f08b to
c8e52b1
Compare
c8e52b1 to
782cca9
Compare
782cca9 to
84e76b3
Compare
84e76b3 to
3c3a2fa
Compare
3c3a2fa to
cd78089
Compare
cd78089 to
2a4b0e4
Compare
2a4b0e4 to
6eb843b
Compare
6eb843b to
af37f82
Compare
af37f82 to
6a9e33f
Compare
6a9e33f to
6859f37
Compare
6859f37 to
50407c6
Compare
50407c6 to
92534b0
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.6.0→v2.40.0Release Notes
hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)
v2.40.0Compare Source
Load Balancer HTTP Services now support
TimeoutIdleHTTP Services now support the field
TimeoutIdle, which controls the time a HTTP connection is allowed to idle before it is being dropped.See the changelog for more information.
Features
timeout_idlehttp service field (#842)v2.39.0Compare Source
Primary IPs
assignee_typebehavior changeAs of 1 August 2026, the behavior of the Primary IP
assignee_typeproperty will change, and will returnunassignedwhen the Primary IP is not assigned (whenassignee_idisnull). The goal is to eventually assign Primary IPs to other resource types, not only toserver.See the changelog for more details.
In addition, the Primary IP request body
assignee_typeproperty of the operationPOST /v1/primary_ipsis now optional. Primary IPs created withoutassignee_typereturnserveruntil 1 August 2026, after this date, its value will beunassigned.See the changelog for more details.
Features
assignee_typeis optional when creating a primary ip (#840)v2.38.0Compare Source
Available and recommended Server Types have been moved
Datacenter.ServerTypeshas been deprecated in favor of the newServerType.Locations[].AvailableandServerType.Locations[].Recommendedfields.See the changelog for more details.
Features
v2.37.0Compare Source
Features
v2.36.0Compare Source
Storage Boxes support is now generally available
The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available.
Features
v2.35.0Compare Source
StorageBoxClient.GetSubaccountno longer gets a subaccount byusernameStorageBoxClient.GetSubaccountno longer tries to get a subaccount byusername, instead it tries to get it byname.To get a subaccount by
usernameplease useStorageBoxClient.GetSubaccountByUsername.See the changelog for more details.
Features
Bug Fixes
v2.34.0Compare Source
ResourceActionClientnow has a generic type parameterThe
ResourceActionClientstruct now has a generic type parameter. The type parameter is used to describe the API resource of the Actions client.The
IResourceActionClientinterface that is generated from theResourceActionClientstruct, is also affected by this change.This API was never intended to be used directly and we did not find any usage of it in public code. So while potentially breaking, the benefits of this change out weighted the risks of doing it.
Features
timeouterror (#797)v2.33.0Compare Source
Features
primary ipsandservers(#793)AllWithOpts(#794)v2.32.0Compare Source
Features
v2.31.0Compare Source
Features
Bug Fixes
v2.30.0Compare Source
DNS API is now generally available
The DNS API is now generally available, as well as support for features in this project that are related to the DNS API.
To migrate existing zones to the new DNS API, see the DNS migration guide.
See the changelog for more details.
Features
v2.29.0Compare Source
Features
v2.28.0Compare Source
Storage Box API Experimental
This release adds support for the Storage Box API.
The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last until 21 November 2025. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API.
This release includes all changes from the recent Storage Box API changelog entry.
Examples
Features
Bug Fixes
firewall_already_removederror code (#748)v2.27.0Compare Source
DNS API Beta
This release adds support for the new DNS API.
The DNS API is currently in beta, which will likely end on 10 November 2025. After the beta ended, it will no longer be possible to create new zones in the old DNS system. See the DNS Beta FAQ for more details.
Future minor releases of this project may include breaking changes for features that are related to the DNS API.
See the DNS API Beta changelog for more details.
Examples
Features
v2.26.0Compare Source
Features
Bug Fixes
v2.25.1Compare Source
Bug Fixes
v2.25.0Compare Source
Server Types now depend on Locations.
We added a new
locationsproperty to the Server Types resource. The new property defines a list of supported Locations and additional per Locations details such as deprecations information.We deprecated the
deprecationproperty from the Server Types resource. The property will gradually be phased out as per Locations deprecations are being announced. Please use the new per Locations deprecation information instead.See our changelog for more details.
Upgrading
Features
sliceutil.Transformfunction (#731)v2.24.0Compare Source
Features
v2.23.0Compare Source
Features
Bug Fixes
v2.22.0Compare Source
Features
applied_to_resourcesproperty (#667)v2.21.1Compare Source
Bug Fixes
v2.21.0Compare Source
Features
Bug Fixes
v2.20.1Compare Source
Bug Fixes
v2.20.0Compare Source
In this release, the
api_endpointmetric labels changed for all our API requests. Please make sure to update your setup if you were relying on them. The new labels are now easier to understand, see the example below:/volumes/64314930now has the label/volumes/-instead of/volumes//volumes/64314930/actions/resizenow has the label/volumes/-/actions/resizeinstead of/volumes/actions/resizeFeatures
api_endpointmetric labels (#626)Bug Fixes
v2.19.1Compare Source
Bug Fixes
v2.19.0Compare Source
Features
v2.18.0Compare Source
Features
randutil.GenerateIDhelper (#580) (9515be7)Bug Fixes
v2.17.1Compare Source
Bug Fixes
v2.17.0Compare Source
Features
Bug Fixes
v2.16.0Compare Source
Features
Bug Fixes
v2.15.0Compare Source
Features
v2.14.0Compare Source
Features
Bug Fixes
EnableBackupcall (#531) (584f6c2), closes #525v2.13.1Compare Source
Bug Fixes
invalid_inputAPI errors may not return details (#507) (ca78af2)v2.13.0Compare Source
Features
Bug Fixes
NetworkSubnetTypeconstants (#499) (ce497fe)v2.12.0Compare Source
API Changes for Traffic Prices and Server Type Included Traffic
There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as
Deprecated. Please check if this affects any of your code and switch to the replacement fields where necessary.You can learn more about this change in our changelog.
Upgrading
Server Type Included Traffic
If you were using the field
hcloud.ServerType.IncludedTraffic, you can now get the information throughhcloud.ServerType.Pricings:Traffic Prices
If you were using the field
hcloud.Pricing.Traffic, you can now get the information throughhcloud.Pricing.ServerTypesorhcloud.Pricing.LoadBalancerTypes:Features
WithPollOptsclient option (#493) (2c1a2d6)IsError(#491) (af59ab8)v2.11.0Compare Source
Features
*utilspackage to*util(#487) (19da475)Bug Fixes
v2.10.2Compare Source
Bug Fixes
v2.10.1Compare Source
Bug Fixes
v2.10.0Compare Source
Features
AppendNextActionstoAppendNext(#452) (9b6239a)Bug Fixes
http.Response(#469) (46e489a)v2.9.0Compare Source
Features
AppendNextActionsfunction (#440) (b07d7ad)Bug Fixes
sshutilspackage name (#450) (6d4100d)v2.8.0Compare Source
Features
Bug Fixes
v2.7.2Compare Source
Bug Fixes
v2.7.1Compare Source
Bug Fixes
v2.7.0Compare Source
Features
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.