Closed
Conversation
Syncs `dev` with `main` (sync-main-to-dev workflow).
Syncs `dev` with `main` (sync-main-to-dev workflow).
Automated smoke-test deployment commit created by repository_dispatch. - Dispatch tag: 0.3.1-rc14 - Branch: chore/deploy-0.3.1-rc14 - Target: dev
Move Unreleased content to [0.3.1] - TBD and create fresh empty Unreleased section for continued development.
Automated smoke-test deployment commit created by repository_dispatch. - Dispatch tag: 0.3.1-rc15 - Branch: chore/deploy-0.3.1-rc15 - Target: dev
Move Unreleased content to [0.3.1] - TBD and create fresh empty Unreleased section for continued development.
Automated smoke-test deployment commit created by repository_dispatch. - Dispatch tag: 0.3.1-rc17 - Branch: chore/deploy-0.3.1-rc17 - Target: dev
Move Unreleased content to [0.3.1] - TBD and create fresh empty Unreleased section for continued development.
Syncs `dev` with `main` (sync-main-to-dev workflow).
Automated smoke-test deployment commit created by repository_dispatch. - Dispatch tag: 0.3.1-rc18 - Branch: chore/deploy-0.3.1-rc18 - Target: dev
Move Unreleased content to [0.3.1] - TBD and create fresh empty Unreleased section for continued development.
Strip empty Unreleased section from release branch. Release date TBD (set during finalization).
Contributor
|
This should have been auto-approved, trial in next Release Candidate |
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.
Release 0.3.1
This PR prepares release 0.3.1 for merge to main.
Release Content
[0.3.1] - TBD
Added
workflow_callrelease phases (release-core.yml,release-publish.yml) and a lightweightrelease.ymlorchestrator inassets/workspace/.github/workflows/release_kindsupport with candidate mode (X.Y.Z-rcN) and final mode (X.Y.Z) in downstream release workflowsrelease-extension.ymlstub and preserve it duringinit-workspace.sh --forceupgradesvalidate-contractcomposite action for single-source contract version validationdocs/DOWNSTREAM_RELEASE.mdjqin devcontainer image (#425)jqCLI in the GHCR image so containerized workflows (e.g.release-corevalidate / downstream Release Core) can pipe JSON throughjqChanged
@devcontainers/clifrom0.81.1to0.84.0andbats-assertfromv2.2.0tov2.2.4actions/download-artifact(4.3.0->8.0.1),actions/github-script(7.1.0->8.0.0),actions/attest-build-provenance(3.0.0->4.1.0),actions/checkout(4.3.1->6.0.2)sigstore/cosign-installer(4.0.0->4.1.0) andanchore/sbom-action(0.22.2->0.23.1)actions/attest-sbom(3.0.0->4.0.0),actions/upload-artifact(4.6.2->7.0.0),actions/create-github-app-token(2.2.1->3.0.0)docker/login-actionfrom3.7.0to4.0.0justminor version from1.46to1.47build-image(docker/setup-buildx-action,docker/metadata-action,docker/build-push-action) to Node24-compatible releasessetup-envdefault Node runtime to24and upgradeactions/setup-nodeactions/checkout,actions/cache,actions/upload-artifact)correlation_idpublish-candidaterelease.ymlnow triggers the existing smoke-test dispatch contract for bothcandidateandfinalrelease kindsassets/workspace/.github/workflows/ci.ymlas the canonical CI workflow and remove the obsoleteci-container.ymltemplateassets/workspace/.github/actions/resolve-imageand run workspace release tests in the same containerized workflow modelrelease_kindin the dispatch payloadrepository-dispatch.ymltemplate that runs smoke tests and creates pre-release/final release artifactsCHANGELOG.mdinto both workspace root and.devcontainer/template paths.devcontainer/CHANGELOG.mdto repository root so deploy output keeps a root changelog.github/workflows/release.ymlthat creates a GitHub Release forX.Y.ZCHANGELOG.mdsection and fail the run if notes extraction or release publishing fails.github/workflows/release.ymland decouple rollback from downstream completion timingassets/smoke-test/.github/workflows/repository-dispatch.ymlto prevent overlapping dispatch racespublish-releasebehavior with full downstream orchestration: deploy-to-dev merge gate,prepare-release.yml, release PR readiness/approval, andrelease.ymldispatch pollingrepository-dispatch.ymlfocused on deploy/prepare/release-PR readiness and move release dispatch to a dedicated merged-PR workflow (on-release-pr-merge.yml)CHANGELOG.mdsync fromrepository-dispatch.yml(previously added in #358)github/codeql-actionfrom4.32.6to4.34.1andanchore/sbom-actionfrom0.23.1to0.24.0actions/cacherestore/save pins from5.0.3to5.0.4insync-issues.yml@devcontainers/clifrom0.84.0to0.84.1Fixed