Skip to content

chore: add upgrade note for 0.33.0 - #2321

Merged
alexandreLamarre merged 1 commit into
mainfrom
chore/prepare-release-033
Jul 17, 2026
Merged

chore: add upgrade note for 0.33.0#2321
alexandreLamarre merged 1 commit into
mainfrom
chore/prepare-release-033

Conversation

@alexandreLamarre

@alexandreLamarre alexandreLamarre commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds an upgrade note for the discontinued darwin x64_64 builds

Related

N/A

AI disclosure

none

Checklist

  • reference any related issues
  • disclosed AI usage (or wrote "none") per AI_POLICY.md

@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for pomerium-docs ready!

Name Link
🔨 Latest commit 7c1031e
🔍 Latest deploy log https://app.netlify.com/projects/pomerium-docs/deploys/6a5a5c749b5c7b000828e433
😎 Deploy Preview https://deploy-preview-2321--pomerium-docs.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.

@alexandreLamarre
alexandreLamarre marked this pull request as ready for review July 17, 2026 16:48
@alexandreLamarre
alexandreLamarre requested a review from a team as a code owner July 17, 2026 16:48
@alexandreLamarre
alexandreLamarre requested review from kenjenkins and removed request for a team July 17, 2026 16:48
@greptile-apps

greptile-apps Bot commented Jul 17, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds a single upgrade note for Pomerium 0.33.0 documenting that Darwin x86_64 (Intel macOS) binary builds are no longer shipped.

  • Inserts a new ### 0.33.0 heading with one prose sentence immediately above the existing ### 0.32.0 section, matching the style used by other single-item version entries (e.g. 0.30.0, 0.28.0).
  • The text "Darwin x86_64" is the technically correct identifier; no subsection heading is needed for a single-fact note.

Confidence Score: 5/5

Safe to merge — the change is a single-sentence documentation addition that correctly records the removal of Darwin x86_64 builds and fits cleanly into the existing upgrade-notes structure.

The diff touches only one file, adds four lines of prose, uses the correct architecture identifier (x86_64), is correctly ordered above the 0.32.0 section, and follows the same heading depth and prose style used by other single-item version entries in the file.

No files require special attention.

Important Files Changed

Filename Overview
content/docs/deploy/upgrading.mdx Adds a new ### 0.33.0 section noting that Darwin x86_64 (Intel macOS) binary builds are discontinued; text is accurate, correctly positioned, and follows existing style.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User upgrades Pomerium] --> B{Version?}
    B -->|0.33.0| C[Darwin x86_64 binary no longer shipped]
    C --> D[Switch to Darwin arm64 or use Docker/Linux builds]
    B -->|0.32.0| E[Upgrade Enterprise Console before Core]
    B -->|0.31.0| F[Removed authenticate_callback_path setting]
    B -->|≤ 0.30.0| G[See older upgrade notes]
Loading
%%{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[User upgrades Pomerium] --> B{Version?}
    B -->|0.33.0| C[Darwin x86_64 binary no longer shipped]
    C --> D[Switch to Darwin arm64 or use Docker/Linux builds]
    B -->|0.32.0| E[Upgrade Enterprise Console before Core]
    B -->|0.31.0| F[Removed authenticate_callback_path setting]
    B -->|≤ 0.30.0| G[See older upgrade notes]
Loading

Reviews (1): Last reviewed commit: "chore: add upgrade note for 0.33.0" | Re-trigger Greptile

@alexandreLamarre
alexandreLamarre merged commit 8a48cc8 into main Jul 17, 2026
10 checks passed
@alexandreLamarre
alexandreLamarre deleted the chore/prepare-release-033 branch July 17, 2026 16:55
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