-
Notifications
You must be signed in to change notification settings - Fork 9
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
minor(deps): update minor versions #240
Conversation
2df5ca3
to
0b0cc1e
Compare
2b201cd
to
abb3d77
Compare
12c3d6d
to
c5f8c7e
Compare
a831e13
to
6cc4005
Compare
6cc4005
to
0ddad6f
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4fdbb65
to
e70e039
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
9c1f10b
to
d249351
Compare
d249351
to
5fd286a
Compare
This PR contains the following updates:
v2.11.0
->v2.13.1
v1.19.1
->v1.20.2
1.22.6
->1.23.0
Release Notes
hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)
v2.13.1
Compare Source
Bug Fixes
invalid_input
API errors may not return details (#507) (ca78af2)v2.13.0
Compare Source
Features
Bug Fixes
NetworkSubnetType
constants (#499) (ce497fe)v2.12.0
Compare 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.ServerTypes
orhcloud.Pricing.LoadBalancerTypes
:Features
WithPollOpts
client option (#493) (2c1a2d6)IsError
(#491) (af59ab8)prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.2
Compare Source
v1.20.1
Compare Source
v1.20.0
Compare Source
Thanks everyone for contributions!
collectors.NewGoCollector()
collector. Given its popular usage, expect your binary to expose two additional metric.Changes
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559runtime/metrics
sourcing each metric (if relevant). #1568 #1578zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496WithLimit
parameter to all API methods that supports it. #1544process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555instrumentation wrapping supports new and future extra responseWriter methods. #1480
All commits
New Contributors
Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0
golang/go (go)
v1.23.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.