Renovate: Update External dependencies #282
Merged
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:
v1.19.1
->v1.20.0
v0.13.1
->v0.14.0
v0.39.0
->v0.40.0
v0.18.4
->v0.19.0
Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
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
slack-go/slack (github.com/slack-go/slack)
v0.14.0
Compare Source
What's Changed
v0.14.0 is now available. It contains no breaking changes but does include several pieces of new functionality and long-standing bug fixes.
Enhancements
metadata
when receiving aMessageEvent
over WebSocket by @rfratto in https://github.com/slack-go/slack/pull/1307File
event from a Slack Connect Channel by @zFlabmonsta in https://github.com/slack-go/slack/pull/1312slack_file
in the image block by @rhysm in https://github.com/slack-go/slack/pull/1311AppRateLimited
events in theParseEvent
function by @nemuvski in https://github.com/slack-go/slack/pull/1308conversations.info
Web API method by @ku in https://github.com/slack-go/slack/pull/1228Bug Fixes
UpdateRemoteFileContext
andUpdateRemoteFile
and Image Previews would return aninvalid_auth
error by @EkeMinusYou in https://github.com/slack-go/slack/pull/1117Chores / Code Cleanup
ioutil
withio
andos
packages by @nakamasato in https://github.com/slack-go/slack/pull/1310New Contributors
Full Changelog: slack-go/slack@v0.13.1...v0.14.0
vmware/govmomi (github.com/vmware/govmomi)
v0.40.0
Compare Source
Release v0.40.0
🐞 Fix
15d5ffd
] govc object.collect truncation (#3331) (#3501)18e4354
] govc: output Message field for 'EventEx' types11dc5a3
] restore govc import.spec DiskProvisioning default value (#3427) (#3483)💡 Examples
eea1d29
] add ExampleCollector_WaitForUpdatesEx_pagination💫 API Changes
d035dc7
] add session.Manager.ImpersonateUser method (#3507)ea3e806
] add alarm package with helpers for AlarmManager and Alarms208d532
] convert vSAN directory name to uuid in ResolveLibraryItemStorage💫
govc
(CLI)0917e71
] add session.login '-as' flag to impersonate userd6a3b61
] add alarm commands2975ade
] add event.post commanddb6e962
] add library.sync '-f' flag to force sync file contentcc02310
] add library.info -S flag💫
vcsim
(Simulator)ee966a6
] add SessionManager.ImpersonateUser method5a501b5
] implement WaitForUpdatesEx pagination support9c28210
] add AlarmManager (#3489) (#2476)db40be6
] fix panic in CancelTask (#3451) (#3506)e63f127
] add ovf DiskProvisioning validation0633de5
] add DatastoreNamespaceManager🧹 Chore
6e27ff3
] Update version.go for v0.40.0📖 Commits
6e27ff3
] chore: Update version.go for v0.40.0eea1d29
] examples: add ExampleCollector_WaitForUpdatesEx_paginationee966a6
] vcsim: add SessionManager.ImpersonateUser method0917e71
] govc: add session.login '-as' flag to impersonate userd035dc7
] api: add session.Manager.ImpersonateUser method (#3507)15d5ffd
] fix: govc object.collect truncation (#3331) (#3501)5a501b5
] vcsim: implement WaitForUpdatesEx pagination support9c28210
] vcsim: add AlarmManager (#3489) (#2476)d6a3b61
] govc: add alarm commandsea3e806
] api: add alarm package with helpers for AlarmManager and Alarms2975ade
] govc: add event.post command18e4354
] fix: govc: output Message field for 'EventEx' types6f99878
] build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0db40be6
] vcsim: fix panic in CancelTask (#3451) (#3506)db6e962
] govc: add library.sync '-f' flag to force sync file content11dc5a3
] fix: restore govc import.spec DiskProvisioning default value (#3427) (#3483)e63f127
] vcsim: add ovf DiskProvisioning validation208d532
] api: convert vSAN directory name to uuid in ResolveLibraryItemStorage0633de5
] vcsim: add DatastoreNamespaceManagercc02310
] govc: add library.info -S flag0d6a605
] review feedback2957bed
] review feedback8e509df
] implement capacityAllocationUnits parserkubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.19.0
Compare Source
Please note that
admission.Defaulter/Validator
have been deprecated in favor ofadmission.CustomDefaulter/CustomValidator
since v0.17 and will be removed with v0.20.✨ New Features
controller
label to workqueue metrics (#2895)🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 5 contributions to our documentation. (#2830, #2849, #2863, #2894, #2899, #2910)
Dependencies
Added
Changed
a9213ee
→f3d0a9c
b75ee88
→f48c80b
e35e4cc
23370e0
→5315273
b8732ec
→f6361c8
f966b18
→b8732ec
3b25d92
→18e509b
Removed
Thanks to all our contributors! 😊
v0.18.5
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.4...v0.18.5
Configuration
📅 Schedule: Branch creation - "before 8am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.