-
Notifications
You must be signed in to change notification settings - Fork 264
chore(deps): bump Go dependencies with 15 updates #4973
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
Open
hiddeco
wants to merge
2
commits into
akuity:main
Choose a base branch
from
hiddeco:update-go-deps
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 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
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4973 +/- ##
==========================================
- Coverage 54.62% 54.62% -0.01%
==========================================
Files 401 401
Lines 34921 34936 +15
==========================================
+ Hits 19077 19084 +7
- Misses 14883 14890 +7
- Partials 961 962 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
thomastaylor312
approved these changes
Sep 8, 2025
- code.gitea.io/sdk/gitea to v0.22.0 - github.com/aws/aws-sdk-go-v2 to v1.38.3 - github.com/aws/aws-sdk-go-v2/config to v1.31.6 - github.com/aws/aws-sdk-go-v2/credentials to v1.18.10 - github.com/aws/aws-sdk-go-v2/service/ecr to v1.50.1 - github.com/aws/aws-sdk-go-v2/service/sts to v1.38.2 - github.com/fluxcd/pkg/kustomize to v1.20.0 - github.com/jferrl/go-githubauth to v1.4.0 - github.com/spf13/cobra to v1.10.1 - github.com/spf13/pflag to v1.0.9 - gitlab.com/gitlab-org/api/client-go to v0.142.5 - google.golang.org/api to v0.248.0 - google.golang.org/grpc to v1.75.0 - k8s.io/cli-runtime to v0.34.0 - sigs.k8s.io/controller-runtime to v0.22.0 Signed-off-by: Hidde Beydals <hidde@hhh.computer> Signed-off-by: Taylor Thomas <taylor.thomas@akuity.io>
- Kubernetes client now has an `Apply` method. As we are not making use of it, and the method signature of it is quite different from the other ones. I left it as "unimplemented" (with an error). - Minor breaking change in the controller-runtime client, which now strips the GVK information from the object. Instead, it has to be retrieved explictly. This only affects the credentials endpoint, as the other endpoints make use of Unstructured objects (that have their GVK defined). Signed-off-by: Hidde Beydals <hidde@hhh.computer>
0f302cf
to
193fc70
Compare
thomastaylor312
approved these changes
Sep 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Minor breaking changes that have been resolved:
Apply
method. As we are not making useof it, and the method signature of it is quite different from the
other ones. I left it as "unimplemented" (with an error).
strips the GVK information from the object. Instead, it has to be
retrieved explictly. This only affects the credentials endpoint, as
the other endpoints make use of Unstructured objects (that have their
GVK defined).