Update versions 0 33 0#2324
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
37c527e to
83dfd4d
Compare
Greptile SummaryThis PR cuts the
Confidence Score: 4/5Safe to merge — all version-pinning changes are correct and consistent; the only gaps are two metadata files that control the docs-site version dropdown display. The image tags and kustomize refs are all correctly bumped to v0.33.0, and the Docusaurus label is properly set to v0.33. The two outstanding gaps — dropdownItemsAfter in docusaurus.config.ts and src/components/docVersions.json — leave visitors to the branch's docs site seeing 'Latest stable (v0.32)' in the version selector even though they are browsing v0.33 content. These are non-breaking but visible to end users and are explicitly required by the repo's release-cut checklist in AGENTS.md. docusaurus.config.ts (navbar dropdown) and src/components/docVersions.json both need the 'Latest stable' label updated to v0.33 and the v0.32 entry demoted. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[main branch] -->|cut release branch| B[0-33-0 branch]
B --> C[docusaurus.config.ts\nlabel: v0.33 ✅]
B --> D[k8s/core/kustomization.yaml\nref=v0.33.0 ✅]
B --> E[k8s/console/deployment/image.yaml\npomerium-console:v0.33.0 ✅]
B --> F[content/examples/.../hosted-auth-docker.yaml.md\npomerium-console:v0.33.0 ✅]
B --> G[content/docs/deploy/k8s/sync-api.mdx\nref=v0.33.0 ✅]
B --> H[docusaurus.config.ts dropdownItemsAfter\nstill shows Latest stable v0.32 ⚠️]
B --> I[src/components/docVersions.json\nmissing 0.33.0 entry ⚠️]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[main branch] -->|cut release branch| B[0-33-0 branch]
B --> C[docusaurus.config.ts\nlabel: v0.33 ✅]
B --> D[k8s/core/kustomization.yaml\nref=v0.33.0 ✅]
B --> E[k8s/console/deployment/image.yaml\npomerium-console:v0.33.0 ✅]
B --> F[content/examples/.../hosted-auth-docker.yaml.md\npomerium-console:v0.33.0 ✅]
B --> G[content/docs/deploy/k8s/sync-api.mdx\nref=v0.33.0 ✅]
B --> H[docusaurus.config.ts dropdownItemsAfter\nstill shows Latest stable v0.32 ⚠️]
B --> I[src/components/docVersions.json\nmissing 0.33.0 entry ⚠️]
|
Summary
Related
AI disclosure
Checklist