-
Notifications
You must be signed in to change notification settings - Fork 33
NO-JIRA: manual git merge on upstream 0.11 #335
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
NO-JIRA: manual git merge on upstream 0.11 #335
Conversation
…ot/cherry-pick-2238-to-release-0.11 [release-0.11] 🐛 Drop caBundle from CRDs to support Kubernetes 1.31
🌱 [manual-backport-0.11] Bump CAPI to v1.8.5
Bumps the capi group with 1 update in the / directory: [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api). Updates `sigs.k8s.io/cluster-api/test` from 1.8.4 to 1.8.5 - [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases) - [Commits](kubernetes-sigs/cluster-api@v1.8.4...v1.8.5) --- updated-dependencies: - dependency-name: sigs.k8s.io/cluster-api/test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: capi ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.16.4 to 0.16.5. - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml) - [Commits](kubernetes-sigs/controller-tools@v0.16.4...v0.16.5) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ot/go_modules/release-0.11/golang.org/x/text-0.20.0 🌱(deps): Bump golang.org/x/text from 0.19.0 to 0.20.0
…ot/go_modules/release-0.11/capi-89dea2d6e0 🌱(deps): Bump sigs.k8s.io/cluster-api/test from 1.8.4 to 1.8.5 in the capi group across 1 directory
…ot/go_modules/hack/tools/release-0.11/sigs.k8s.io/controller-tools-0.16.5 🌱(deps): Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.16.5 in /hack/tools
Bumps [sigs.k8s.io/kustomize/kustomize/v5](https://github.com/kubernetes-sigs/kustomize) from 5.2.1 to 5.5.0. - [Release notes](https://github.com/kubernetes-sigs/kustomize/releases) - [Commits](kubernetes-sigs/kustomize@kustomize/v5.2.1...kustomize/v5.5.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/kustomize/kustomize/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ot/go_modules/hack/tools/release-0.11/sigs.k8s.io/kustomize/kustomize/v5-5.5.0 🌱(deps): Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.2.1 to 5.5.0 in /hack/tools
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.29.0. - [Commits](golang/crypto@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ot/go_modules/release-0.11/golang.org/x/crypto-0.29.0 🌱(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0
|
@EmilienM: This pull request explicitly references no jira issue. In 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. |
|
/assign mandre |
|
/approve |
|
/hold for CI |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM 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:
Approvers can indicate their approval by writing |
efacd3f to
0efaa35
Compare
0efaa35 to
86531d5
Compare
|
/hold cancel |
We need this target so merge-bot target can run it.
86531d5 to
c1a39a1
Compare
|
@EmilienM: all tests passed! Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
mandre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[ART PR BUILD NOTIFIER] Distgit: openstack-cluster-api-controllers |
What this PR does / why we need it:
Manual merge to handle a git conflict in go.mod.
This was because we fixed the CAPI/tests version before upstream did and that caused
a merge problem. We fix it here.
What I did:
Commits from upstream: