[v4.12.0] docs(platform): add Stacks API and workflow references (#2681) - #2721
Merged
Conversation
… to platform_versioned_docs/version-4.12.0/administer/templates/_code/starter-stack.yaml
…dx to platform_versioned_docs/version-4.12.0/administer/templates/create-stack-templates.mdx
… to platform_versioned_docs/version-4.12.0/administer/templates/external-credentials.mdx
…ks.mdx to platform_versioned_docs/version-4.12.0/administer/users-permissions/permissions/stacks.mdx
….mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stackinstances/create.mdx
….mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stackinstances/delete.mdx
…s/reference.mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stackinstances/outputs/reference.mdx
…s/subresourceget.mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stackinstances/outputs/subresourceget.mdx
…nce.mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stackinstances/reference.mdx
…ve.mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stackinstances/retrieve.mdx
….mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stackinstances/update.mdx
….mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stacktemplates/create.mdx
….mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stacktemplates/delete.mdx
…nce.mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stacktemplates/reference.mdx
…ve.mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stacktemplates/retrieve.mdx
….mdx to platform_versioned_docs/version-4.12.0/api/_partials/resources/stacktemplates/update.mdx
…form_versioned_docs/version-4.12.0/api/resources/clusterroletemplate.mdx
…ersioned_docs/version-4.12.0/api/resources/stackinstance.mdx
✅ Deploy Preview for vcluster-docs-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…ersioned_docs/version-4.12.0/api/resources/stacktemplate.mdx Backport: Copy platform/api/resources/stackinstanceoutputs.mdx to platform_versioned_docs/version-4.12.0/api/resources/stackinstanceoutputs.mdx The docs-backport-action copied stackinstance.mdx and all of the stackinstances/stacktemplates partials for PR #2681 but missed these two sibling resource pages, leaving create-stack-templates.mdx and permissions/stacks.mdx with broken links in the 4.12.0 snapshot. Adding them as literal copies matching the bot's own pattern. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
|
||
| <Reference /> | ||
|
|
||
| ## StackInstanceOutputs (Get) |
Contributor
There was a problem hiding this comment.
'StackInstanceOutputs (Get)' should use sentence-style capitalization.
vcluster-bot-approver
approved these changes
Sep 4, 2026
vcluster-bot-approver
left a comment
Contributor
There was a problem hiding this comment.
Approved by the shared auto-approve workflow because this PR matched the approval criteria.
For more information, see https://github.com/loft-sh/github-actions?tab=readme-ov-file#auto-approve-bot-prs.
…ion bug Backport: Copy platform/how-to/gitops-end-to-end.mdx to platform_versioned_docs/version-4.12.0/how-to/gitops-end-to-end.mdx Backport: Copy platform/how-to/use-go-template.mdx to platform_versioned_docs/version-4.12.0/how-to/use-go-template.mdx Backport: Copy platform/integrations/argocd/overview.mdx to platform_versioned_docs/version-4.12.0/integrations/argocd/overview.mdx Backport: Copy platform/introduction/platform_intro.mdx to platform_versioned_docs/version-4.12.0/introduction/platform_intro.mdx Backport: Copy platform/reference/platform-annotations.mdx to platform_versioned_docs/version-4.12.0/reference/platform-annotations.mdx Backport: Copy platform/troubleshoot/stacks.mdx to platform_versioned_docs/version-4.12.0/troubleshoot/stacks.mdx Backport: Copy platform/understand/what-are-stacks.mdx to platform_versioned_docs/version-4.12.0/understand/what-are-stacks.mdx Backport: Copy platform/use-platform/apps/use-stacks.mdx to platform_versioned_docs/version-4.12.0/use-platform/apps/use-stacks.mdx PR #2681's merge commit (380b82a) changed 51 files total. Its platform/ files span positions 13-40 in the file list the backport action reads, crossing the 30-item page boundary at position 30 (platform/api/resources/stackinstance.mdx). Everything from position 31 onward (stackinstanceoutputs.mdx, stacktemplate.mdx, and these 8) was silently dropped, the same >30-file pagination bug found and reportedly fixed previously. Verified each file via `git log 380b82a..main -- <file>` returns 0, so these are literal copies of PR #2681's content only, with no later drift folded in. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
v1.3.1 predates loft-sh/docs-backport-action#130 (paginated listFiles), so it silently drops changed files past position 30 in a PR - the same DEVOPS-1334 bug, reintroduced by #2665 pinning to a tag cut before the fix existed. v1.3.2 is the first release that includes it, confirmed via `gh api repos/loft-sh/docs-backport-action/compare/v1.3.1...v1.3.2`. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR backports changes from platform to version v4.12.0.
Original PR: #2681