Skip to content

bump pom.xml versions to 26.0.0-SNAPSHOT on release-26 branch#4669

Merged
brendandburns merged 2 commits intomasterfrom
copilot/fix-github-actions-workflow-release
Mar 27, 2026
Merged

bump pom.xml versions to 26.0.0-SNAPSHOT on release-26 branch#4669
brendandburns merged 2 commits intomasterfrom
copilot/fix-github-actions-workflow-release

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 27, 2026

The Maven Release workflow was failing on the release-26 branch because the "Check Current Version" step asserts the project version matches {releaseVersion}-SNAPSHOT (26.0.0-SNAPSHOT) before proceeding — but all pom.xml files still carried 25.0.0-SNAPSHOT.

Changes

  • Updated <version> from 25.0.0-SNAPSHOT26.0.0-SNAPSHOT across all 15 pom.xml files:
    • Root pom.xml
    • proto, kubernetes, fluent, fluent-gen, extended, util, spring, spring-aot
    • e2e, examples, examples/examples-release-latest
    • client-java-contrib/{cert-manager,prometheus-operator,admissionreview}
Original prompt

Fix the failing GitHub Actions workflow release
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 68894181751
Job URL: https://github.com/kubernetes-client/java/actions/runs/23650621679/job/68894181751


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 27, 2026
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 27, 2026
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 27, 2026
Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow release bump pom.xml versions to 26.0.0-SNAPSHOT on release-26 branch Mar 27, 2026
Copilot AI requested a review from brendandburns March 27, 2026 14:40
@brendandburns
Copy link
Copy Markdown
Contributor

/lgtm
/approve

@brendandburns brendandburns marked this pull request as ready for review March 27, 2026 15:56
@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Mar 27, 2026
@k8s-ci-robot k8s-ci-robot requested a review from yue9944882 March 27, 2026 15:56
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, Copilot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 27, 2026
@brendandburns brendandburns merged commit 8538717 into master Mar 27, 2026
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants