Skip to content
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

fix(deps): update module github.com/containerd/cgroups to v3 #1158

Closed

Conversation

cilium-renovate[bot]
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Jun 27, 2023

This PR contains the following updates:

Package Type Update Change
github.com/containerd/cgroups require major v1.1.0 -> v3.0.2

Release Notes

containerd/cgroups (github.com/containerd/cgroups)

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: containerd/cgroups@v3.0.1...v3.0.2

v3.0.1

Compare Source

What's Changed

Full Changelog: containerd/cgroups@v3.0.0...v3.0.1

v3.0.0

Compare Source

What's Changed

Full Changelog: containerd/cgroups@v1.1.0...v3.0.0


Configuration

📅 Schedule: Branch creation - "on monday" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot requested a review from a team as a code owner June 27, 2023 16:15
@cilium-renovate cilium-renovate bot requested a review from olsajiri June 27, 2023 16:15
@cilium-renovate cilium-renovate bot added kind/enhancement This improves or streamlines existing functionality release-blocker This PR or issue is blocking the next release. labels Jun 27, 2023
@cilium-renovate
Copy link
Contributor Author

cilium-renovate bot commented Jun 27, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: mod upgrade --mod-name=github.com/containerd/cgroups -t=3
could not get go.mod file: could not parse go.mod file: go.mod:4: invalid go version '1.21.1': must match format 1.23

File name: undefined
Command failed: make codegen
#1 [internal] load build definition from Dockerfile.codegen
#1 transferring dockerfile: 374B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 580B done
#2 DONE 0.0s

#3 [internal] load metadata for quay.io/cilium/cilium-builder:3f94a291166286657c38a108d6eb092c5a603ab7@sha256:af052fdec4787a587aedbd79086952925e00ceff47dc6d25d62da09b6aacdbb9
#3 DONE 0.3s

#4 [stage-0 1/2] FROM quay.io/cilium/cilium-builder:3f94a291166286657c38a108d6eb092c5a603ab7@sha256:af052fdec4787a587aedbd79086952925e00ceff47dc6d25d62da09b6aacdbb9
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 171.88MB 4.4s done
#5 DONE 4.4s

#4 [stage-0 1/2] FROM quay.io/cilium/cilium-builder:3f94a291166286657c38a108d6eb092c5a603ab7@sha256:af052fdec4787a587aedbd79086952925e00ceff47dc6d25d62da09b6aacdbb9
#4 CACHED

#6 [stage-0 2/2] RUN --mount=type=bind,readwrite,target=/go/src/github.com/cilium/tetragon cd /go/src/github.com/cilium/tetragon && go install ./cmd/protoc-gen-go-tetragon
#6 0.285 go: inconsistent vendoring in /go/src/github.com/cilium/tetragon:
#6 0.285 	github.com/containerd/cgroups/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
#6 0.285 	github.com/containerd/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
#6 0.285 
#6 0.285 	To ignore the vendor directory, use -mod=readonly or -mod=mod.
#6 0.285 	To sync the vendor directory, run:
#6 0.285 		go mod vendor
#6 ERROR: process "/bin/sh -c cd /go/src/github.com/cilium/tetragon && go install ./cmd/protoc-gen-go-tetragon" did not complete successfully: exit code: 1
------
 > [stage-0 2/2] RUN --mount=type=bind,readwrite,target=/go/src/github.com/cilium/tetragon cd /go/src/github.com/cilium/tetragon && go install ./cmd/protoc-gen-go-tetragon:
#6 0.285 go: inconsistent vendoring in /go/src/github.com/cilium/tetragon:
#6 0.285 	github.com/containerd/cgroups/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
#6 0.285 	github.com/containerd/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
#6 0.285 
#6 0.285 	To ignore the vendor directory, use -mod=readonly or -mod=mod.
#6 0.285 	To sync the vendor directory, run:
#6 0.285 		go mod vendor
------
Dockerfile.codegen:2
--------------------
   1 |     FROM quay.io/cilium/cilium-builder:3f94a291166286657c38a108d6eb092c5a603ab7@sha256:af052fdec4787a587aedbd79086952925e00ceff47dc6d25d62da09b6aacdbb9
   2 | >>> RUN --mount=type=bind,readwrite,target=/go/src/github.com/cilium/tetragon cd /go/src/github.com/cilium/tetragon && go install ./cmd/protoc-gen-go-tetragon
   3 |     
   4 |     #- vi:ft=dockerfile -#
--------------------
ERROR: failed to solve: process "/bin/sh -c cd /go/src/github.com/cilium/tetragon && go install ./cmd/protoc-gen-go-tetragon" did not complete successfully: exit code: 1
make: *** [Makefile:287: image-codegen] Error 1

@cilium-renovate cilium-renovate bot force-pushed the renovate/github.com-containerd-cgroups-3.x branch 2 times, most recently from a9c1bc4 to 83e99b2 Compare June 30, 2023 09:15
@cilium-renovate cilium-renovate bot force-pushed the renovate/github.com-containerd-cgroups-3.x branch from 83e99b2 to 7a24374 Compare July 31, 2023 18:20
@cilium-renovate cilium-renovate bot force-pushed the renovate/github.com-containerd-cgroups-3.x branch from 7a24374 to a7d687d Compare September 4, 2023 18:18
@cilium-renovate cilium-renovate bot force-pushed the renovate/github.com-containerd-cgroups-3.x branch 2 times, most recently from 701054a to 06cc849 Compare September 18, 2023 18:11
@cilium-renovate cilium-renovate bot force-pushed the renovate/github.com-containerd-cgroups-3.x branch from 06cc849 to a093683 Compare October 10, 2023 18:11
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/github.com-containerd-cgroups-3.x branch from a093683 to 16ce0ee Compare October 11, 2023 14:05
@mtardy mtardy closed this Oct 24, 2023
@cilium-renovate
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@cilium-renovate cilium-renovate bot deleted the renovate/github.com-containerd-cgroups-3.x branch October 24, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This improves or streamlines existing functionality release-blocker This PR or issue is blocking the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant