Skip to content

chore!: alias deprecated K8sCrd to K8sAPI component#303

Merged
JounQin merged 2 commits intomainfrom
chore/alias_K8sCrd
Apr 8, 2026
Merged

chore!: alias deprecated K8sCrd to K8sAPI component#303
JounQin merged 2 commits intomainfrom
chore/alias_K8sCrd

Conversation

@JounQin
Copy link
Copy Markdown
Member

@JounQin JounQin commented Apr 8, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 8, 2026 05:48
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 8, 2026

🦋 Changeset detected

Latest commit: fc57b9a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@alauda/doom Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 8, 2026

Warning

Rate limit exceeded

@JounQin has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 30 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 4 minutes and 30 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2a24a663-71e2-43ca-a351-39de8f5fb48a

📥 Commits

Reviewing files that changed from the base of the PR and between 460ae2d and fc57b9a.

📒 Files selected for processing (33)
  • .changeset/eight-countries-attend.md
  • docs/en/apis/crds/ArtifactCleanupRun-K8sCrd.mdx
  • docs/en/usage/api.md
  • docs/zh/apis/crds/ArtifactCleanupRun-K8sCrd.mdx
  • docs/zh/usage/api.md
  • fixture-docs/en/apis/kubernetes_apis/openshiftpipelinesascodes.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektonchains.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektonconfig.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektonhubs.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektoninstallerset.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektoninstallersets.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektonpipelines.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektonresults.mdx
  • fixture-docs/en/apis/kubernetes_apis/tektontriggers.mdx
  • fixture-docs/ru/apis/kubernetes_apis/openshiftpipelinesascodes.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektonchains.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektonconfig.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektonhubs.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektoninstallerset.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektoninstallersets.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektonpipelines.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektonresults.mdx
  • fixture-docs/ru/apis/kubernetes_apis/tektontriggers.mdx
  • fixture-docs/zh/apis/kubernetes_apis/openshiftpipelinesascodes.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektonchains.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektonconfig.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektonhubs.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektoninstallerset.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektoninstallersets.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektonpipelines.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektonresults.mdx
  • fixture-docs/zh/apis/kubernetes_apis/tektontriggers.mdx
  • packages/doom/src/runtime/components/K8sCrd.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/alias_K8sCrd

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Signed-off-by: JounQin <admin@1stg.me>
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 8, 2026

Open in StackBlitz

yarn add https://pkg.pr.new/@alauda/doom@303.tgz
yarn add https://pkg.pr.new/@alauda/doom-export@303.tgz

commit: fc57b9a

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR deprecates the legacy K8sCrd runtime component in favor of the newer K8sAPI component, and updates the docs/fixtures to use K8sAPI for CRD/API rendering going forward.

Changes:

  • Replace K8sCrd implementation with a deprecated alias to K8sAPI.
  • Update fixture MDX pages (EN/ZH/RU) to use <K8sAPI ... /> instead of <K8sCrd ... />.
  • Update usage docs to emphasize “Standard K8S API” vs “CRD”, and remove the deprecated K8sCrd documentation pages/sections.

Reviewed changes

Copilot reviewed 33 out of 33 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
packages/doom/src/runtime/components/K8sCrd.tsx Deprecates K8sCrd by aliasing it to K8sAPI.
fixture-docs/zh/apis/kubernetes_apis/tektontriggers.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/tektonresults.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/tektonpipelines.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/tektoninstallersets.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/tektoninstallerset.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/tektonhubs.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/tektonconfig.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/tektonchains.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/zh/apis/kubernetes_apis/openshiftpipelinesascodes.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektontriggers.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektonresults.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektonpipelines.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektoninstallersets.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektoninstallerset.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektonhubs.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektonconfig.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/tektonchains.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/ru/apis/kubernetes_apis/openshiftpipelinesascodes.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektontriggers.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektonresults.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektonpipelines.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektoninstallersets.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektoninstallerset.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektonhubs.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektonconfig.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/tektonchains.mdx Switches CRD rendering tag to <K8sAPI />.
fixture-docs/en/apis/kubernetes_apis/openshiftpipelinesascodes.mdx Switches CRD rendering tag to <K8sAPI />.
docs/zh/usage/api.md Adds clearer K8S API/CRD subsections and removes deprecated K8sCrd section.
docs/zh/apis/crds/ArtifactCleanupRun-K8sCrd.mdx Removes deprecated K8sCrd example page.
docs/en/usage/api.md Adds clearer K8S API/CRD subsections, removes deprecated K8sCrd section, and tweaks wording.
docs/en/apis/crds/ArtifactCleanupRun-K8sCrd.mdx Removes deprecated K8sCrd example page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/doom/src/runtime/components/K8sCrd.tsx
Comment thread docs/en/usage/api.md
@JounQin JounQin merged commit 13565e8 into main Apr 8, 2026
14 checks passed
@JounQin JounQin deleted the chore/alias_K8sCrd branch April 8, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants