Skip to content

re-generate phase0 manifests#3876

Merged
kcp-ci-bot merged 1 commit intokcp-dev:mainfrom
xrstf:fixup-lowercasing
Mar 2, 2026
Merged

re-generate phase0 manifests#3876
kcp-ci-bot merged 1 commit intokcp-dev:mainfrom
xrstf:fixup-lowercasing

Conversation

@xrstf
Copy link
Contributor

@xrstf xrstf commented Mar 2, 2026

Summary

When doing the kcp renaming mega PR, I first changed all the code and then must have manually updated some generated files. This lead to the outcome that the root-phase0 APIResourceSchemas were updated, but their name was never re-calculated and so I accidentally made a PR that tried to upgrade an APIResourceSchema in-place.

I do not really understand what happened. But when you go back to ae9fdd9 and then do a make codegen, you will see the correct new names being generated. Why the make codegen commit right after that (181f6f1) did not rename the ARS, I have no idea.

So I went to ae9fdd9, did a make codegen, stash the changes and then unstashed them on main, leading to this PR here.

What Type of PR Is This?

/kind regression

Related Issue(s)

Fixes #3873

Release Notes

NONE

On-behalf-of: @SAP christoph.mewes@sap.com
@kcp-ci-bot kcp-ci-bot added release-note-none Denotes a PR that doesn't merit a release note. kind/regression Categorizes issue or PR as related to a regression from a prior release. dco-signoff: yes Indicates the PR's author has signed the DCO. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 2, 2026
Copy link
Member

@ntnn ntnn left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@kcp-ci-bot kcp-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 2, 2026
@kcp-ci-bot
Copy link
Contributor

LGTM label has been added.

DetailsGit tree hash: 1ee6afa4828dd55feb4c28cf4af06639ca07201c

@kcp-ci-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ntnn

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

@kcp-ci-bot kcp-ci-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 2, 2026
@xrstf
Copy link
Contributor Author

xrstf commented Mar 2, 2026

/retest

1 similar comment
@xrstf
Copy link
Contributor Author

xrstf commented Mar 2, 2026

/retest

@kcp-ci-bot kcp-ci-bot merged commit 067bc3d into kcp-dev:main Mar 2, 2026
14 checks passed
@xrstf xrstf deleted the fixup-lowercasing branch March 3, 2026 12:41
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. dco-signoff: yes Indicates the PR's author has signed the DCO. kind/regression Categorizes issue or PR as related to a regression from a prior release. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bootstrap of shards APIResourceSchema fails after sed s/KCP/kcp/g commit

3 participants