generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(go.mod/go.sum): update minor dependencies (golang) #82
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/minor-deps-golang
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
August 14, 2024 15:40
a60498e
to
e1e0727
Compare
renovate
bot
changed the title
chore(go.mod/go.sum): update minor dependencies (golang)
fix(go.mod/go.sum): update minor dependencies (golang)
Aug 14, 2024
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
August 15, 2024 11:17
e1e0727
to
61adb74
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
August 20, 2024 14:36
61adb74
to
0f47388
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
August 22, 2024 01:11
0f47388
to
a07613c
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
August 23, 2024 23:21
a07613c
to
4077876
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
August 26, 2024 11:22
4077876
to
f006ebc
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
August 28, 2024 19:11
f006ebc
to
86beae8
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
September 2, 2024 11:20
86beae8
to
9efb668
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
September 5, 2024 16:35
9efb668
to
236c6f6
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
October 15, 2024 11:40
f88b25a
to
97dc63d
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
October 23, 2024 17:41
97dc63d
to
6bea2d1
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
October 24, 2024 15:54
6bea2d1
to
2d650a8
Compare
renovate
bot
changed the title
fix(go.mod/go.sum): update minor dependencies (golang)
chore(go.mod/go.sum): update minor dependencies (golang)
Oct 25, 2024
renovate
bot
changed the title
chore(go.mod/go.sum): update minor dependencies (golang)
fix(go.mod/go.sum): update minor dependencies (golang)
Oct 25, 2024
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
October 29, 2024 22:06
2d650a8
to
df21575
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
November 1, 2024 00:10
df21575
to
a9f8bfa
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
November 7, 2024 00:30
a9f8bfa
to
c858ebd
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
November 21, 2024 04:03
c858ebd
to
cba5596
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
November 21, 2024 07:16
cba5596
to
d41d044
Compare
renovate
bot
force-pushed
the
renovate/minor-deps-golang
branch
from
November 21, 2024 19:14
d41d044
to
af8c3ac
Compare
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.20.2
->v2.22.0
v1.34.2
->v1.35.1
v1.19.1
->v1.20.5
1.22.6
->1.23.3
v0.30.3
->v0.31.3
v0.30.3
->v0.31.3
v0.30.3
->v0.31.3
v0.18.5
->v0.19.2
Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.22.0
Compare Source
2.22.0
Features
0fcaa08
]This allows serial tests to be filtered using the
label-filter
Maintenance
Various doc fixes
v2.21.0
Compare Source
2.21.0
Features
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]onsi/gomega (github.com/onsi/gomega)
v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15Compare Source
We decided to revert the
testutil
change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutil
package/module with more flexible and safer APIs.Thanks to @dashpole @dgrisonnet @kakkoyun @ArthurSens @vesari @logicalhan @krajorama @bwplotka who helped in this patch release! 🤗
Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
v1.20.4
Compare Source
v1.20.3
Compare Source
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.3
v1.23.2
v1.23.1
v1.23.0
v1.22.9
v1.22.8
v1.22.7
kubernetes/api (k8s.io/api)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.19.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.1...v0.19.2
v0.19.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.