release: v1.2.5+node24.14.1 into maintenance/v1+node24#82
Merged
Amnoor merged 2 commits intomaintenance/v1+node24from Apr 2, 2026
Merged
release: v1.2.5+node24.14.1 into maintenance/v1+node24#82Amnoor merged 2 commits intomaintenance/v1+node24from
Amnoor merged 2 commits intomaintenance/v1+node24from
Conversation
… GitHub Actions workflow.
…velop-v1+node24" branch This merge updates `.github/workflows/deployment.yml` on the `develop-v1+node24` line to grant the release workflow the permissions needed for signed BuildKit attestations and to switch the image build step from boolean provenance and SBOM flags to explicit `attests:` entries. The release build now requests `mode=max` provenance and SBOM attestations so published images carry the full attestation payload supported by BuildKit. In the top-level `permissions:` block, the workflow now adds `id-token: write` so the job can mint the OIDC token required for attestation signing. In the `Build and push (multi-registry, multi-platform)` step, `provenance: true` is replaced with `attests:` entry `type=provenance,mode=max`, and `sbom: true` is replaced with `attests:` entry `type=sbom,mode=max`, leaving the rest of the build configuration unchanged. No other files or workflow jobs are modified by this merge.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR promotes
elease/v1.2.5+node24.14.1 into maintenance/v1+node24, marking the next patch release on the Node.js 24 maintenance line. It consolidates one deployment workflow update in .github/workflows/deployment.yml that grants the release job the OIDC permission needed for signed BuildKit attestations and switches the multi-platform build step to explicit �ttests: entries with mode=max. The Node.js runtime remains 24.14.1.
Files Changed
Added:
Modified:
Deleted:
Key Changes