kubernetes-client / java

Official Java client library for kubernetes
http://kubernetes.io/
Apache License 2.0
3.46k stars 1.84k forks source link

Bump root pom to 21.0.0-SNAPSHOT #3471

Closed yue9944882 closed 3 weeks ago

yue9944882 commented 3 weeks ago

To prepare for cutting 1.30 release, bumping root pom version from 20.0.0 to 21.0.0.

Next step: will cut a new release branch release-21 and then run the release job.

brendandburns commented 3 weeks ago

/lgtm /approve

k8s-ci-robot commented 3 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

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

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-client/java/blob/master/OWNERS)~~ [brendandburns,yue9944882] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
brendandburns commented 3 weeks ago

fwiw, I don't think this is required, I think the release github action is capable of moving between major versions w/o this.