Skip to content

[v4.12.0] docs(platform): add Stacks API and workflow references (#2681) - #2721

Merged
djwfyi merged 21 commits into
mainfrom
backport/platform-to-4.12.0-1788533486042
Sep 4, 2026
Merged

[v4.12.0] docs(platform): add Stacks API and workflow references (#2681)#2721
djwfyi merged 21 commits into
mainfrom
backport/platform-to-4.12.0-1788533486042

Conversation

@loft-bot

@loft-bot loft-bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR backports changes from platform to version v4.12.0.

Original PR: #2681

… 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
@netlify

netlify Bot commented Sep 4, 2026

Copy link
Copy Markdown

Deploy Preview for vcluster-docs-site ready!

Name Link
🔨 Latest commit cd5c0c2
🔍 Latest deploy log https://app.netlify.com/projects/vcluster-docs-site/deploys/6a9adfcd1f26140008aac6e4
😎 Deploy Preview https://deploy-preview-2721--vcluster-docs-site.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ [vale] <Google.Headings> reported by reviewdog 🐶
'StackInstanceOutputs (Get)' should use sentence-style capitalization.

@vcluster-bot-approver vcluster-bot-approver left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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>
@djwfyi
djwfyi requested a review from a team as a code owner September 4, 2026 15:12
@djwfyi
djwfyi merged commit 90e0500 into main Sep 4, 2026
11 checks passed
@djwfyi
djwfyi deleted the backport/platform-to-4.12.0-1788533486042 branch September 4, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants