-
Notifications
You must be signed in to change notification settings - Fork 187
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
Update dependencies #616
Merged
Merged
Update dependencies #616
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
This mitigates GMS-2022-20. Signed-off-by: Hidde Beydals <[email protected]>
This was required by an older version of Helm, which has now updated the dependency itself. Signed-off-by: Hidde Beydals <[email protected]>
This pins it to the latest version which introduces support for rsa-ssh2-256/512. Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
stefanprodan
approved these changes
Mar 16, 2022
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.
🚀
- github.com/fluxcd/pkg/apis/meta to v0.12.1 - k8s.io/apimachinery to v0.23.4 - sigs.k8s.io/controller-runtime to v0.11.1 Signed-off-by: Hidde Beydals <[email protected]>
- cloud.google.com/go/storage to v1.21.0 - github.com/Azure/azure-sdk-for-go/sdk/azcore to v0.22.0 - github.com/Azure/azure-sdk-for-go/sdk/azidentity to v0.13.2 - github.com/elazarl/goproxy to v0.0.0-20220115173737-adb46da277ac - github.com/fluxcd/pkg/apis/meta to v0.12.1 - github.com/fluxcd/pkg/gittestserver to v0.5.1 - github.com/fluxcd/pkg/helmtestserver to v0.7.1 - github.com/fluxcd/pkg/runtime to v0.13.2 - github.com/fluxcd/pkg/ssh to v0.3.2 - github.com/libgit2/git2go/v33 to v33.0.9 - github.com/minio/minio-go/v7 to v7.0.23 - github.com/onsi/gomega to v1.18.1 - google.golang.org/api to v0.73.0 - sigs.k8s.io/cli-utils to v0.29.3 Signed-off-by: Hidde Beydals <[email protected]>
This is required after the update of `cloud.google.com/go/storage` from `v1.16.0` to `v1.21.0`, due to changed `STORAGE_EMULATOR_HOST` behavior. Signed-off-by: Hidde Beydals <[email protected]>
stefanprodan
approved these changes
Mar 16, 2022
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.
github.com/docker/distribution
tov2.8.0
to mitigate GMS-2022-20github.com/docker/cli
replace, as Helm has updated it upstreamgolang.org/x/crypto
to latest, to add support forrsa-ssh2-256/512
(https://twitter.com/filosottile/status/1503702055764078592)