-
Notifications
You must be signed in to change notification settings - Fork 71
chore(deps): Combined dependency updates from red-hat-konflux (batch 3) #1586
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
Merged
Conversation
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
…0.7.5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
….3.1 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…lewares to v2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…7dacc38 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…t digest to f28fd58 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
… v8.10-1766090767 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…org-x-crypto-x509roots-fallback-digest' into combined-konflux-dependency-updates-batch3
…com-tailscale-tscert-digest' into combined-konflux-dependency-updates-batch3
…com-google-pprof-digest' into combined-konflux-dependency-updates-batch3
…n-yaml.v2-3.x' into combined-konflux-dependency-updates-batch3
…n-evanphx-json-patch.v4-5.x' into combined-konflux-dependency-updates-batch3
….in-yaml-v2-3.x' into combined-konflux-dependency-updates-batch3
…com-redhatinsights-platform-go-middlewares-2.x' into combined-konflux-dependency-updates-batch3
…com-golang-jwt-jwt-v4-5.x' into combined-konflux-dependency-updates-batch3
…com-go-jose-go-jose-v3-4.x' into combined-konflux-dependency-updates-batch3
…com-dgraph-io-ristretto-2.x' into combined-konflux-dependency-updates-batch3
…com-cespare-xxhash-2.x' into combined-konflux-dependency-updates-batch3
…y.access.redhat.com-ubi8-ubi-8.x' into combined-konflux-dependency-updates-batch3
…combined-konflux-dependency-updates-batch3
…s.io-controller-runtime-0.x' into combined-konflux-dependency-updates-batch3
…s.io-structured-merge-diff-v6-6.x' into combined-konflux-dependency-updates-batch3
…com-kimmachinegun-automemlimit-0.x' into combined-konflux-dependency-updates-batch3
- Changed from v0.35.0-beta.0 to v0.35.0 to fix golangci-lint error - Ran go mod tidy which reverted some indirect major version updates that aren't actually used - The konflux PRs updated indirect dependencies that are controlled by direct dependencies
Contributor
Author
|
All kuttl tests are passing locally, merging |
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.
Summary
This PR combines 24 dependency update PRs from the red-hat-konflux bot into a single consolidated update (batch 3).
Note: After running
go mod tidy, many of the major version updates were reverted because they were attempting to update indirect dependencies that are controlled by their parent packages. Only the updates that are actually compatible with the codebase were retained.Dependency Updates Successfully Applied
Digest Updates:
Package Version Updates:
Docker Base Images:
Konflux References:
Go Version:
Major Version Updates That Were Reverted
The following PRs attempted to update indirect dependencies to newer major versions, but
go mod tidyreverted them because the parent packages still require the older versions:These updates would only be applicable if the direct dependencies that use them are also updated to versions that support the newer major versions.
Important Notes
go mod tidyrun to ensure consistencyIndividual PRs Combined
🤖 Generated with Claude Code