NO-ISSUE: Update kubernetes packages to v0.36.0#787
NO-ISSUE: Update kubernetes packages to v0.36.0#787red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
Conversation
|
@red-hat-konflux[bot]: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughGo toolchain set to 1.25.0. Kubernetes dependencies in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
67b188e to
2cda697
Compare
2cda697 to
dedfd93
Compare
01c0935 to
7004bdd
Compare
20e3697 to
eb9a926
Compare
a186ee5 to
7461e8e
Compare
7461e8e to
10deaec
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@api/go.mod`:
- Around line 7-8: The go.mod currently pins k8s.io/apiextensions-apiserver at
v0.34.2 while k8s.io/apimachinery, k8s.io/client-go and k8s.io/api are v0.35.1;
update the k8s.io/apiextensions-apiserver requirement to v0.35.1 to ensure
compatible types, then run go mod tidy to resolve transitive deps and verify
builds; locate the k8s.io/apiextensions-apiserver entry in go.mod and change its
version to v0.35.1.
| k8s.io/apimachinery v0.35.1 | ||
| k8s.io/client-go v0.35.1 |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
cat -n api/go.mod | grep -E 'k8s.io|^\s*[0-9]+'Repository: openshift/cluster-api-provider-agent
Length of output: 3038
🏁 Script executed:
cat api/go.modRepository: openshift/cluster-api-provider-agent
Length of output: 2625
Update k8s.io/apiextensions-apiserver to v0.35.1 for consistency.
Three k8s.io packages (k8s.io/apimachinery, k8s.io/client-go, and k8s.io/api) are at v0.35.1, but k8s.io/apiextensions-apiserver remains at v0.34.2. This version mismatch can cause type incompatibilities and runtime errors when these packages interact.
🤖 Prompt for AI Agents
In `@api/go.mod` around lines 7 - 8, The go.mod currently pins
k8s.io/apiextensions-apiserver at v0.34.2 while k8s.io/apimachinery,
k8s.io/client-go and k8s.io/api are v0.35.1; update the
k8s.io/apiextensions-apiserver requirement to v0.35.1 to ensure compatible
types, then run go mod tidy to resolve transitive deps and verify builds; locate
the k8s.io/apiextensions-apiserver entry in go.mod and change its version to
v0.35.1.
273cb17 to
56776e1
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
56776e1 to
07dbb95
Compare
07dbb95 to
5e71b75
Compare
5e71b75 to
c7e6d38
Compare
cfb326d to
d0dd1c6
Compare
d0dd1c6 to
baab07e
Compare
ℹ Artifact update noticeFile name: api/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
baab07e to
b1f88dd
Compare
b1f88dd to
93a1fa2
Compare
ℹ️ Artifact update noticeFile name: api/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
6e314d1 to
9d6eea3
Compare
f6031f1 to
09086bf
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
09086bf to
f006e4b
Compare
This PR contains the following updates:
v0.34.2→v0.36.0v0.34.2→v0.36.0v0.34.2→v0.36.0Release Notes
kubernetes/api (k8s.io/api)
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.7Compare Source
v0.34.6Compare Source
v0.34.5Compare Source
v0.34.4Compare Source
v0.34.3Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.36.0v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.7Compare Source
v0.34.6Compare Source
v0.34.5Compare Source
v0.34.4Compare Source
v0.34.3Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.7Compare Source
v0.34.6Compare Source
v0.34.5Compare Source
v0.34.4Compare Source
v0.34.3Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.