-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update go dependencies #1128
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
Conversation
Reviewer's GuideBumps the github.com/openshift/api module digest in go.mod to the latest revision. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
ca4b62b to
0d34dfa
Compare
42e3ca0 to
73af2d2
Compare
|
Caution There are some errors in your PipelineRun template.
|
73af2d2 to
de5310e
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
601356d to
308d7a6
Compare
d2d4f5e to
e82484f
Compare
|
/retest |
e82484f to
d317370
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
289c7bf to
ec33c4b
Compare
Signed-off-by: Tomas Turek <[email protected]>
ec33c4b to
7276356
Compare
| name: "requeue error", | ||
| want: false, | ||
| arg: &Result{Result: reconcile.Result{Requeue: true}, Err: errors.New("error")}, | ||
| arg: &Result{Result: reconcile.Result{RequeueAfter: time.Second}, Err: errors.New("error")}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not use non-nil result with error (see https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/internal/controller/controller.go#L351)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to found it, I fixed implementation of IsRequeue + unit tests
7276356 to
0dbce87
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. |
This PR contains the following updates:
v1.3.1->v1.3.2v0.6.9->v0.7.0v0.20.3->v0.20.6c008609->6e76a2bff66e60->e375905v0.31.0->v0.32.0v0.18.0->v0.19.0v0.64.0->v0.65.0v0.16.1->v0.17.0v0.40.0->v0.42.0v0.14.0->v0.16.0v0.33.0->v0.34.0v0.32.0->v0.33.0v0.25.0->v0.27.0v0.11.0->v0.12.0v0.33.0->v0.35.0v0.32.5->v0.33.3v0.32.5->v0.33.3v0.32.5->v0.33.3v0.32.5->v0.33.3c8a335a->f3f2b990f33e8f->4c0f3b2v0.20.4->v0.21.0v1.4.0->v1.5.0Release Notes
google/certificate-transparency-go (github.com/google/certificate-transparency-go)
v1.3.2Compare Source
Misc
CTFE Storage Saving: Extra Data Issuance Chain Deduplication
CTFE Rate Limiting Of Non-Fresh Submissions
To protect a log from being flooded with requests for "old" certificates, optional rate limiting for "non-fresh submissions" can be configured by providing the following flags:
non_fresh_submission_agenon_fresh_submission_burstnon_fresh_submission_limitThis can help to ensure that the log maintains its ability to (1) accept "fresh" submissions and (2) distribute all log entries to monitors.
Dependency updates
google/gnostic-models (github.com/google/gnostic-models)
v0.7.0Compare Source
google/go-containerregistry (github.com/google/go-containerregistry)
v0.20.6Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.4...v0.20.6
v0.20.5Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.3...v0.20.5
v0.20.4: - Not usable as a go moduleCompare Source
🚨 This release was published to the Go module proxy and then re-tagged with a different commit. This means it's not usable as a Go module (https://github.com/google/go-containerregistry/issues/2107) -- please us v0.20.5 instead.
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.3...v0.20.4
operator-framework/api (github.com/operator-framework/api)
v0.32.0Compare Source
What's Changed
Full Changelog: operator-framework/api@v0.31.0...v0.32.0
operator-framework/operator-lib (github.com/operator-framework/operator-lib)
v0.19.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-lib@v0.18.0...v0.19.0
prometheus/common (github.com/prometheus/common)
v0.65.0What's Changed
New Contributors
Full Changelog: prometheus/common@v0.64.0...v0.65.0
prometheus/procfs (github.com/prometheus/procfs)
v0.17.0Compare Source
What's Changed
Proc.Stat()by @pgimalac in https://github.com/prometheus/procfs/pull/659New Contributors
Full Changelog: prometheus/procfs@v0.16.1...v0.17.0
kubernetes/api (k8s.io/api)
v0.33.3Compare Source
v0.33.2Compare Source
v0.33.1Compare Source
v0.33.0Compare Source
v0.32.7Compare Source
v0.32.6Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.33.3Compare Source
v0.33.2Compare Source
v0.33.1Compare Source
v0.33.0Compare Source
v0.32.7Compare Source
v0.32.6Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.33.3Compare Source
v0.33.2Compare Source
v0.33.1Compare Source
v0.33.0Compare Source
v0.32.7Compare Source
v0.32.6Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.33.3Compare Source
v0.33.2Compare Source
v0.33.1Compare Source
v0.33.0Compare Source
v0.32.7Compare Source
v0.32.6Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.21.0Compare Source
Highlights
Result.Requeue(#3107)✨ New Features
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 4 contributions to our documentation. (#3116, #3118, #3169, #3181, #3193, #3225)
Dependencies
Added
Changed
f6391c0→e6fa225f6391c0→e6fa2252b36238→1244d3132ad38e→c8a335aRemoved
Thanks to all our contributors! 😊
kubernetes-sigs/yaml (sigs.k8s.io/yaml)
v1.5.0Compare Source
Full Changelog: kubernetes-sigs/yaml@v1.4.0...v1.5.0
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (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.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).