Skip to content

PodiumD 4.9.0 (pre-release) - #350

Draft
bas-info-nl wants to merge 10 commits into
mainfrom
feature/podiumd-4.9.0
Draft

PodiumD 4.9.0 (pre-release)#350
bas-info-nl wants to merge 10 commits into
mainfrom
feature/podiumd-4.9.0

Conversation

@bas-info-nl

@bas-info-nl bas-info-nl commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

PodiumD 4.9.0

Future release branch — branched from `feature/podiumd-4.8.0`. Contains changes that will not be part of the 4.8.0 release.

Status

Work in progress. Component upgrades and features for 4.9.0 will be added to this branch over time.

Changes vs 4.8.0

  • Bump chart and appVersion to 4.9.0
  • ZAC 4.7.2 → 5.1.0 (chart 1.0.228 → 1.0.257) — breaking `brpApi.apiKey` restructure
  • ZGW Office Add-in v0.9.313 → v0.9.329 (chart 0.0.87 → 0.0.88) — ACR mirror rename
  • ZAC sidecar bumps: nginx-unprivileged 1.30.2→1.31.1, gotenberg 8.31.0→8.33.0, opa 1.15.2→1.17.1, busybox 1.37.0→1.38.0

Checklist

  • All component versions pinned with sha256: digests in values.yaml
  • charts/podiumd/docs/images/images-4.9.0.yaml created
  • charts/podiumd/docs/upgrade-from-4.8.0-to-4.9.0.md created
  • charts/podiumd/docs/values-changes-4.9.0.md created
  • /verify-image-digests passes
  • /helm-precommit passes
  • Before merge: re-verify upgrade docs against final feature/podiumd-4.8.0 tip — run git diff c68bfc1..feature/podiumd-4.8.0 -- charts/podiumd/Chart.yaml charts/podiumd/values.yaml and update the three docs files if the baseline has shifted

@bas-info-nl bas-info-nl changed the title PodiumD 4.9.0 PodiumD 4.9.0 (pre-release) Jun 26, 2026
@bas-info-nl
bas-info-nl force-pushed the feature/podiumd-4.9.0 branch from 26462ab to 01e2481 Compare June 28, 2026 10:09
@bas-info-nl
bas-info-nl force-pushed the feature/podiumd-4.9.0 branch from 01e2481 to 340fb07 Compare July 6, 2026 22:11
@bas-info-nl
bas-info-nl force-pushed the feature/podiumd-4.8.0 branch from c56fc33 to 4f4dd12 Compare July 6, 2026 22:57
@jimleitch01
jimleitch01 force-pushed the feature/podiumd-4.8.0 branch from 69e6fb5 to 42df048 Compare July 10, 2026 12:12
Base automatically changed from feature/podiumd-4.8.0 to main July 10, 2026 12:14
@niorg
niorg force-pushed the feature/podiumd-4.9.0 branch from 1baf0cf to 75ede68 Compare July 24, 2026 13:09
bas-info-nl and others added 10 commits August 6, 2026 16:30
Add CLAUDE.md with project context (conventions, branching strategy,
slash commands) and document branching strategy in README.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Covers ZAC 4.7.2->5.1.0 (breaking brpApi.apiKey restructure,
featureFlags.pabcIntegration removal, sidecar bumps) and ZGW Office
Add-in v0.9.313->v0.9.329 with ACR mirror rename. All three files
include a baseline-commit note for re-verification before release.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ZAC version: 4.7.2 -> 4.7.1 (actual 4.8.0 baseline version)
- zgw-office-addin chart: remove incorrect 0.0.87->0.0.88 claim (was already 0.0.88 on 4.8.0)
- zgw-office-addin header comment: v0.9.329 -> v0.9.352 (reflect final version)
- zgw-office-addin digests in values-changes: correct to v0.9.352 hashes
- Baseline ref: c68bfc1 -> 27a68aa (current 4.8.0 tip after our additions)
- UPGRADING.md: add 4.8.0 -> 4.9.0 hop to official path

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Update baseline hash 27a68aa -> c56fc33 (current tip of feature/podiumd-4.8.0)
- Remove "Required changes" that are already part of 4.8.0 (zac.brpApi.apiKey
  string->object and featureFlags.pabcIntegration removal both landed in
  ZAC 5.0.1 / podiumd 4.8.0, not 4.9.0)
- Remove stale image tag rows from cleanup table (nginx 1.31.1, gotenberg 8.33.0,
  OPA 1.17.1, busybox 1.38.0 are all 4.8.0 defaults; only ZAC 5.1.0 and
  zgw-office-addin v0.9.352 are genuine 4.9.0 changes)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ove 4.8.0 sidecar entries

- images-4.9.0.yaml: update baseline hash 27a68aa -> c56fc33, correct ZAC
  range from "4.7.2 -> 5.1.0 (chart 1.0.228)" to "5.0.1 -> 5.1.0 (chart
  1.0.251)"; remove nginx/gotenberg/opa/busybox entries that are already
  in 4.8.0 and present in images-baseline.yaml
- images-baseline.yaml: add ZAC 5.1.0, zgw-office-addin-frontend v0.9.352,
  zgw-office-addin-backend v0.9.352

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Main restructured the upgrade docs (_UPGRADING.md + _UPGRADE_PATHS/
<from>-to-<to>-{upgrade,values-deltas,gemeente-specific}.md) after the
4.9.0 branch was written. Port the 4.9.0 docs into the new layout, rebased
onto the 4.8.2 baseline:

- add _UPGRADE_PATHS/4.8.2-to-4.9.0-{upgrade,values-deltas,gemeente-specific}.md
- register the 4.8.2 -> 4.9.0 hop in _UPGRADING.md
- fix images-4.9.0.yaml: frontend/backend v0.9.329 -> v0.9.352, 4.8.2 baseline
- drop old-style upgrade-from-4.8.0-to-4.9.0.md / values-changes-4.9.0.md

The real 4.8.2 -> 4.9.0 delta is only ZAC 5.0.1 -> 5.1.0 and ZGW Office
Add-in v0.9.313 -> v0.9.352; the branch guide's brpApi.apiKey/PABC/sidecar
and office-addin-rename notes already shipped in 4.8.1/4.8.2.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@niorg
niorg force-pushed the feature/podiumd-4.9.0 branch from 75ede68 to 64bf4bf Compare August 6, 2026 14:34
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.

1 participant