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/cilium/cilium to v1.15.0-pre.3 (main) - autoclosed #1835

Closed

Conversation

cilium-renovate[bot]
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Dec 4, 2023

This PR contains the following updates:

Package Type Update Change
github.com/cilium/cilium require patch v1.15.0-pre.2 -> v1.15.0-pre.3

Release Notes

cilium/cilium (github.com/cilium/cilium)

v1.15.0-pre.3: 1.15.0-pre.3

Compare Source

Summary of Changes

Major Changes:

  • Add dynamic flowlog exporters configured by yaml file (configmap) without a need of agent restart. (#​28873, @​marqc)
  • Add support for extending ClusterMesh to 511 clusters
    By setting the flag --max-connected-clusters=511, a new cluster will be able to connect to a ClusterMesh with up to 511 clusters. If enabled, the number of possible cluster-local identities will be reduced to 32,768. This feature can only be enabled on new clusters, and all clusters in the ClusterMesh must share the same configuration. (#​27520, @​thorn3r)
  • Add support for Gateway API v1.0 (#​28836, @​sayboras)
  • k8s: add support for k8s 1.29.0 (#​29473, @​aanm)

Minor Changes:

Bugfixes:

CI Changes:

Misc Changes:

Docker Manifests

cilium

docker.io/cilium/cilium:v1.15.0-pre.3@​sha256:c09d3fc906f26edbc93494cc46e6616668d7931a05470f02b9f9a266c2cfc279
quay.io/cilium/cilium:v1.15.0-pre.3@​sha256:c09d3fc906f26edbc93494cc46e6616668d7931a05470f02b9f9a266c2cfc279

clustermesh-apiserver

`docker.io/cili


Configuration

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

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot requested a review from a team as a code owner December 4, 2023 15:10
@cilium-renovate cilium-renovate bot added release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies labels Dec 4, 2023
@cilium-renovate cilium-renovate bot requested a review from mtardy December 4, 2023 15:10
@cilium-renovate
Copy link
Contributor Author

⚠ 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: pkg/k8s/go.sum
Command failed: go get -d -t ./...
go: github.com/cilium/tetragon/pkg/k8s/client/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/flowcontrol/v1alpha1: cannot find module providing package k8s.io/api/flowcontrol/v1alpha1

File name: undefined
Command failed: make codegen
#1 [internal] load .dockerignore
#1 transferring context: 580B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile.codegen
#2 transferring dockerfile: 374B done
#2 DONE 0.0s

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

#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: 172.53MB 2.5s done
#5 DONE 2.5s

#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 DONE 4.0s

#7 exporting to image
#7 exporting layers
#7 exporting layers 2.2s done
#7 writing image sha256:5155cdab09e34ba33fe037eb7572a254f120019bc4aa3e0d9623c8d84ada2519 done
#7 naming to docker.io/cilium/tetragon-codegen:latest done
#7 DONE 2.2s
go: finding module for package k8s.io/api/flowcontrol/v1alpha1
go: github.com/cilium/tetragon/pkg/k8s/client/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/flowcontrol/v1alpha1: package k8s.io/api/flowcontrol/v1alpha1 provided by k8s.io/api at latest version v0.28.4 but not at required version v0.29.0-rc.1
make[2]: *** [Makefile:37: vendor] Error 1
make[1]: *** [Makefile:199: vendor] Error 2
make: *** [Makefile:336: codegen] Error 2

File name: undefined
Command failed: make generate
go: finding module for package k8s.io/api/flowcontrol/v1alpha1
go: github.com/cilium/tetragon/pkg/k8s/client/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/flowcontrol/v1alpha1: package k8s.io/api/flowcontrol/v1alpha1 provided by k8s.io/api at latest version v0.28.4 but not at required version v0.29.0-rc.1
make[2]: *** [Makefile:37: vendor] Error 1
make[1]: *** [Makefile:199: vendor] Error 2
make: *** [Makefile:329: generate] Error 2

Copy link
Member

@mtardy mtardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superseded by #1844

@cilium-renovate cilium-renovate bot changed the title fix(deps): update module github.com/cilium/cilium to v1.15.0-pre.3 (main) fix(deps): update module github.com/cilium/cilium to v1.15.0-pre.3 (main) - autoclosed Dec 5, 2023
@cilium-renovate cilium-renovate bot closed this Dec 5, 2023
@cilium-renovate cilium-renovate bot deleted the renovate/main-patch-all-k8s-pkg-go-deps-main branch December 5, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant