integrations/updater: bump dependencies#27198
Merged
Conversation
tigrato
approved these changes
Jun 1, 2023
marcoandredinis
approved these changes
Jun 1, 2023
ravicious
approved these changes
Jun 1, 2023
jentfoo
approved these changes
Jun 1, 2023
|
@hugoShaka See the table below for backport results.
|
jentfoo
pushed a commit
that referenced
this pull request
Nov 13, 2023
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Nov 13, 2023
…be-agent-updater (#34462) * Bump github.com/sigstore/cosign/v2 in /integrations/kube-agent-updater Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) from 2.0.1-0.20230228132138-2f1ec646de33 to 2.2.1. - [Release notes](https://github.com/sigstore/cosign/releases) - [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md) - [Commits](https://github.com/sigstore/cosign/commits/v2.2.1) --- updated-dependencies: - dependency-name: github.com/sigstore/cosign/v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update from deprecated github.com/docker/distribution/reference to github.com/distribution/reference * integrations/updater: bump dependencies (#27198) * integrations/updater: bump controller runtime to 0.16.1 (#31712) * adapt code to deal with controller-runtime breaking changes * bump controller-runtime to v0.16.1 * Undo go update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo Shaka <hugo.hervieux@goteleport.com>
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
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 bumps a bunch of dependencies that contain breaking changes.
Can't update go container registry past 0.14.0 because they did this breaking change google/go-containerregistry@9aa45a1 and sigstore/cosign has not released the fix yet.
Users creating go workspaces containing all Teleport modules will still face errors because of incompatible versions between modules as
kube-agent-updaterhas newer versions than the main teleport module. (e.g. the mongoDB errors).