Skip to content

Add deprecate-editions workflow; switch release to client-id#129

Open
bschwedler wants to merge 4 commits into
mainfrom
deprecate-editions
Open

Add deprecate-editions workflow; switch release to client-id#129
bschwedler wants to merge 4 commits into
mainfrom
deprecate-editions

Conversation

@bschwedler

@bschwedler bschwedler commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Adds a scheduled workflow that runs on the 1st of each month and creates a PR to remove product editions older than 18 months (per the Posit supported-versions policy). This stops those editions from being built going forward — it does not remove any already-published images from Docker Hub or GHCR. For workbench, also updates the workbench-positron-init min constraint to track the same 18-month window.

Also switches both the release workflow and the inline trigger-specialized token step from the legacy app-id GitHub App input to client-id, as recommended by actions/create-github-app-token.

Depends on posit-dev/images-shared being merged first.

The session-init goss.yaml renders were stale and missing the
IMAGE_OS_PLATFORM guard for opensuse15 and rhel8. Those directories are
only present in the amd64 build of the upstream rsp-session-multi-linux
tarball, so the tests must be skipped on arm64. The quarto check remains
unconditional — ARM builds include it.

Also picks up other pending template changes not yet rendered:
- TinyTeX comment block added to workbench Containerfiles
- Blank-line whitespace normalization in workbench Containerfiles
- positron-init matrix: remove redundant apt retry config from final stage
Only 2026.05.0 ships ARM builds; the earlier version directories
(2025.09, 2026.01, 2026.04) are amd64-only, so opensuse15 and rhel8
should remain unconditional there.
The actions/create-github-app-token action recommends client-id over
the legacy app-id input. All three credential secrets (APP_ID,
CLIENT_ID, PEM) are already provisioned; this switches to CLIENT_ID.

Also adds a monthly deprecate-editions workflow that removes product
editions older than 18 months, updates the workbench-positron-init
min constraint to match the 18-month cutoff, and creates a PR.
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