From 42f98fbbee274f087d57c7202ce1f351af04937e Mon Sep 17 00:00:00 2001 From: "commit-action-bot[bot]" <248498966+commit-action-bot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:38:04 +0000 Subject: [PATCH 1/6] chore: deploy 0.3.1-rc14 --- .devcontainer/CHANGELOG.md | 3 +++ .vig-os | 2 +- CHANGELOG.md | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.devcontainer/CHANGELOG.md b/.devcontainer/CHANGELOG.md index 3463258..48a94ab 100644 --- a/.devcontainer/CHANGELOG.md +++ b/.devcontainer/CHANGELOG.md @@ -91,6 +91,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Sync-main-to-dev conflict detection uses merge-tree** ([#410](https://github.com/vig-os/devcontainer/issues/410)) - Replace working-tree trial merge with `git merge-tree --write-tree` so clean merges are not mislabeled as conflicts - Enable auto-merge when dev merges cleanly with main; print merge-tree output on conflicts; fail the step on unexpected errors +- **Smoke-test release phase 2 branch-not-found failure** ([#419](https://github.com/vig-os/devcontainer/issues/419)) + - Merge phase 2 (`on-release-pr-merge.yml`) back into `repository-dispatch.yml` so the release runs while `release/` still exists, matching the normal release flow + - Remove `on-release-pr-merge.yml` from the smoke-test template - **Release finalization now commits generated docs and refreshes PR content** ([#300](https://github.com/vig-os/devcontainer/issues/300)) - Final release automation regenerates docs before committing so pre-commit `generate-docs` does not fail CI with tracked file diffs diff --git a/.vig-os b/.vig-os index f94102c..1daee92 100644 --- a/.vig-os +++ b/.vig-os @@ -1,2 +1,2 @@ # vig-os devcontainer configuration -DEVCONTAINER_VERSION=0.3.1-rc13 +DEVCONTAINER_VERSION=0.3.1-rc14 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3463258..16222a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.1] - TBD +## Unreleased ### Added @@ -91,6 +91,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Sync-main-to-dev conflict detection uses merge-tree** ([#410](https://github.com/vig-os/devcontainer/issues/410)) - Replace working-tree trial merge with `git merge-tree --write-tree` so clean merges are not mislabeled as conflicts - Enable auto-merge when dev merges cleanly with main; print merge-tree output on conflicts; fail the step on unexpected errors +- **Smoke-test release phase 2 branch-not-found failure** ([#419](https://github.com/vig-os/devcontainer/issues/419)) + - Merge phase 2 (`on-release-pr-merge.yml`) back into `repository-dispatch.yml` so the release runs while `release/` still exists, matching the normal release flow + - Remove `on-release-pr-merge.yml` from the smoke-test template - **Release finalization now commits generated docs and refreshes PR content** ([#300](https://github.com/vig-os/devcontainer/issues/300)) - Final release automation regenerates docs before committing so pre-commit `generate-docs` does not fail CI with tracked file diffs From d26edb4d76d6ff34b1b2cb224950ea58ad668064 Mon Sep 17 00:00:00 2001 From: "commit-action-bot[bot]" <248498966+commit-action-bot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:40:30 +0000 Subject: [PATCH 2/6] chore: freeze changelog for release 0.3.1 Move Unreleased content to [0.3.1] - TBD and create fresh empty Unreleased section for continued development. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16222a1..8cd49c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.3.1] - TBD + +### Added + - **Split downstream release workflow with project-owned extension hook** ([#326](https://github.com/vig-os/devcontainer/issues/326)) - Add local `workflow_call` release phases (`release-core.yml`, `release-publish.yml`) and a lightweight `release.yml` orchestrator in `assets/workspace/.github/workflows/` - Add `release_kind` support with candidate mode (`X.Y.Z-rcN`) and final mode (`X.Y.Z`) in downstream release workflows From a14f9548f15352bdd798e4456ecb07c69f240fdc Mon Sep 17 00:00:00 2001 From: "commit-action-bot[bot]" <248498966+commit-action-bot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 04:20:30 +0000 Subject: [PATCH 3/6] chore: sync issues and PRs --- docs/pull-requests/pr-61.md | 27 +++- docs/pull-requests/pr-62.md | 301 ++++++++++++++++++++++++++++++++++++ docs/pull-requests/pr-63.md | 35 +++++ docs/pull-requests/pr-64.md | 32 ++++ docs/pull-requests/pr-65.md | 34 ++++ docs/pull-requests/pr-66.md | 153 ++++++++++++++++++ docs/pull-requests/pr-67.md | 30 ++++ docs/pull-requests/pr-68.md | 55 +++++++ docs/pull-requests/pr-69.md | 34 ++++ docs/pull-requests/pr-70.md | 141 +++++++++++++++++ docs/pull-requests/pr-71.md | 33 ++++ docs/pull-requests/pr-72.md | 30 ++++ docs/pull-requests/pr-73.md | 33 ++++ docs/pull-requests/pr-74.md | 34 ++++ docs/pull-requests/pr-75.md | 119 ++++++++++++++ 15 files changed, 1088 insertions(+), 3 deletions(-) create mode 100644 docs/pull-requests/pr-62.md create mode 100644 docs/pull-requests/pr-63.md create mode 100644 docs/pull-requests/pr-64.md create mode 100644 docs/pull-requests/pr-65.md create mode 100644 docs/pull-requests/pr-66.md create mode 100644 docs/pull-requests/pr-67.md create mode 100644 docs/pull-requests/pr-68.md create mode 100644 docs/pull-requests/pr-69.md create mode 100644 docs/pull-requests/pr-70.md create mode 100644 docs/pull-requests/pr-71.md create mode 100644 docs/pull-requests/pr-72.md create mode 100644 docs/pull-requests/pr-73.md create mode 100644 docs/pull-requests/pr-74.md create mode 100644 docs/pull-requests/pr-75.md diff --git a/docs/pull-requests/pr-61.md b/docs/pull-requests/pr-61.md index 0d68a5a..b2490ca 100644 --- a/docs/pull-requests/pr-61.md +++ b/docs/pull-requests/pr-61.md @@ -1,9 +1,9 @@ --- type: pull_request -state: open +state: closed branch: release/0.3.1 → main created: 2026-03-22T13:33:40Z -updated: 2026-03-22T13:34:06Z +updated: 2026-03-23T12:30:16Z author: vig-os-release-app[bot] author_url: https://github.com/vig-os-release-app[bot] url: https://github.com/vig-os/devcontainer-smoke-test/pull/61 @@ -12,7 +12,7 @@ labels: release-kind:candidate assignees: none milestone: none projects: none -synced: 2026-03-23T04:28:45.134Z +synced: 2026-03-24T04:20:23.957Z --- # [PR 61](https://github.com/vig-os/devcontainer-smoke-test/pull/61) chore: release 0.3.1 @@ -29,3 +29,24 @@ This PR prepares release 0.3.1 for merge to main. - Deploy devcontainer 0.3.1-rc11 + + +--- +--- + +## Commits + +### Commit 1: [680c24f](https://github.com/vig-os/devcontainer-smoke-test/commit/680c24f17d934d76c904534d3c526d7da16d56ad) by [c-vigo](https://github.com/c-vigo) on March 22, 2026 at 12:27 PM +chore: sync dev with main (conflicts) (#59), 849 files modified (CHANGELOG.md) + +### Commit 2: [b21c77a](https://github.com/vig-os/devcontainer-smoke-test/commit/b21c77a6af9d9a3ce06ebf542a3cfd84f5f4da36) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 22, 2026 at 01:31 PM +chore: deploy 0.3.1-rc11, 892 files modified (.devcontainer/CHANGELOG.md, .github/workflows/sync-main-to-dev.yml, .vig-os, CHANGELOG.md) + +### Commit 3: [1efb848](https://github.com/vig-os/devcontainer-smoke-test/commit/1efb848c673740299c442822b05627a90f310770) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 22, 2026 at 01:32 PM +chore: deploy 0.3.1-rc11 (#60), 892 files modified (.devcontainer/CHANGELOG.md, .github/workflows/sync-main-to-dev.yml, .vig-os, CHANGELOG.md) + +### Commit 4: [97c0251](https://github.com/vig-os/devcontainer-smoke-test/commit/97c02512369862a94c1b15577128d53aee27aa40) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 22, 2026 at 01:33 PM +chore: freeze changelog for release 0.3.1, 20 files modified (CHANGELOG.md) + +### Commit 5: [3710e25](https://github.com/vig-os/devcontainer-smoke-test/commit/3710e2568c9db21a749cd22629239f092ff3baf4) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 22, 2026 at 01:33 PM +chore: prepare release 0.3.1, 14 files modified (CHANGELOG.md) diff --git a/docs/pull-requests/pr-62.md b/docs/pull-requests/pr-62.md new file mode 100644 index 0000000..18e4a09 --- /dev/null +++ b/docs/pull-requests/pr-62.md @@ -0,0 +1,301 @@ +--- +type: pull_request +state: closed +branch: dependabot/github_actions/dev/actions-minor-patch-f1cddc6213 → dev +created: 2026-03-23T05:28:11Z +updated: 2026-03-23T12:31:36Z +author: dependabot[bot] +author_url: https://github.com/dependabot[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/62 +comments: 1 +labels: dependencies, github_actions +assignees: none +milestone: none +projects: none +synced: 2026-03-24T04:20:22.431Z +--- + +# [PR 62](https://github.com/vig-os/devcontainer-smoke-test/pull/62) ci(deps): bump the actions-minor-patch group with 2 updates + +Bumps the actions-minor-patch group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/cache](https://github.com/actions/cache). + +Updates `github/codeql-action` from 4.32.6 to 4.34.1 +
+Release notes +

Sourced from github/codeql-action's releases.

+
+

v4.34.1

+
    +
  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762
  • +
+

v4.34.0

+
    +
  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • +
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • +
  • Update default CodeQL bundle version to 2.25.0. #3585
  • +
+

v4.33.0

+
    +
  • +

    Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    +

    To opt out of this change:

    +
      +
    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • +
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • +
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • +
    +
  • +
  • +

    Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557

    +
  • +
  • +

    The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559

    +
  • +
  • +

    Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563

    +
  • +
  • +

    Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564

    +
  • +
  • +

    A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

    +
  • +
+
+
+
+Changelog +

Sourced from github/codeql-action's changelog.

+
+

CodeQL Action Changelog

+

See the releases page for the relevant changes to the CodeQL CLI and language packs.

+

[UNRELEASED]

+

No user facing changes.

+

4.34.1 - 20 Mar 2026

+
    +
  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762
  • +
+

4.34.0 - 20 Mar 2026

+
    +
  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • +
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • +
  • Update default CodeQL bundle version to 2.25.0. #3585
  • +
+

4.33.0 - 16 Mar 2026

+
    +
  • +

    Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    +

    To opt out of this change:

    +
      +
    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • +
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • +
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • +
    +
  • +
  • +

    Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557

    +
  • +
  • +

    The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559

    +
  • +
  • +

    Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563

    +
  • +
  • +

    Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564

    +
  • +
  • +

    A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

    +
  • +
+

4.32.6 - 05 Mar 2026

+
    +
  • Update default CodeQL bundle version to 2.24.3. #3548
  • +
+

4.32.5 - 02 Mar 2026

+
    +
  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • +
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • +
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • +
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • +
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • +
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • +
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504
  • +
+

4.32.4 - 20 Feb 2026

+
    +
  • Update default CodeQL bundle version to 2.24.2. #3493
  • +
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
  • +
+ +
+

... (truncated)

+
+
+Commits +
    +
  • 3869755 Merge pull request #3763 from github/update-v4.34.1-095e0fe50
  • +
  • 20e68ac Update changelog for v4.34.1
  • +
  • 095e0fe Merge pull request #3762 from github/henrymercer/downgrade-default-bundle
  • +
  • 47b94fe Add changelog note
  • +
  • 51a1d69 Downgrade default bundle to codeql-bundle-v2.24.3
  • +
  • 510cf73 Merge pull request #3589 from github/mergeback/v4.34.0-to-main-c6f93110
  • +
  • 89f0c86 Rebuild
  • +
  • c3f90ba Update changelog and version after v4.34.0
  • +
  • c6f9311 Merge pull request #3588 from github/update-v4.34.0-30c555a52
  • +
  • eeb9b3f Update changelog for v4.34.0
  • +
  • Additional commits viewable in compare view
  • +
+
+
+ +Updates `actions/cache` from 5.0.3 to 5.0.4 +
+Release notes +

Sourced from actions/cache's releases.

+
+

v5.0.4

+

What's Changed

+ +

New Contributors

+ +

Full Changelog: https://github.com/actions/cache/compare/v5...v5.0.4

+
+
+
+Changelog +

Sourced from actions/cache's changelog.

+
+

Releases

+

How to prepare a release

+
+

[!NOTE]
+Relevant for maintainers with write access only.

+
+
    +
  1. Switch to a new branch from main.
  2. +
  3. Run npm test to ensure all tests are passing.
  4. +
  5. Update the version in https://github.com/actions/cache/blob/main/package.json.
  6. +
  7. Run npm run build to update the compiled files.
  8. +
  9. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  10. +
  11. Run licensed cache to update the license report.
  12. +
  13. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  14. +
  15. Commit your changes and push your branch upstream.
  16. +
  17. Open a pull request against main and get it reviewed and merged.
  18. +
  19. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json +
      +
    1. Create a new tag with the version number.
    2. +
    3. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    4. +
    5. Toggle the set as the latest release option.
    6. +
    7. Publish the release.
    8. +
    +
  20. +
  21. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml +
      +
    1. There should be a workflow run queued with the same version number.
    2. +
    3. Approve the run to publish the new version and update the major tags for this action.
    4. +
    +
  22. +
+

Changelog

+

5.0.4

+
    +
  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • +
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • +
  • Bump fast-xml-parser to v5.5.6
  • +
+

5.0.3

+ +

5.0.2

+
    +
  • Bump @actions/cache to v5.0.3 #1692
  • +
+

5.0.1

+
    +
  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685
  • +
+

5.0.0

+
+

[!IMPORTANT] +actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

+
+ +
+

... (truncated)

+
+
+Commits +
    +
  • 6682284 Merge pull request #1738 from actions/prepare-v5.0.4
  • +
  • e340396 Update RELEASES
  • +
  • 8a67110 Add licenses
  • +
  • 1865903 Update dependencies & patch security vulnerabilities
  • +
  • 5656298 Merge pull request #1722 from RyPeck/patch-1
  • +
  • 4e380d1 Fix cache key in examples.md for bun.lock
  • +
  • b7e8d49 Merge pull request #1701 from actions/Link-/fix-proxy-integration-tests
  • +
  • 984a21b Add traffic sanity check step
  • +
  • acf2f1f Fix resolution
  • +
  • 95a07c5 Add wait for proxy
  • +
  • Additional commits viewable in compare view
  • +
+
+
+ + +Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. + +[//]: # (dependabot-automerge-start) +[//]: # (dependabot-automerge-end) + +--- + +
+Dependabot commands and options +
+ +You can trigger Dependabot actions by commenting on this PR: +- `@dependabot rebase` will rebase this PR +- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it +- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency +- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) +- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) +- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) +- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency +- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions + + +
+ + +--- +--- + +# Comments (1) + +## [Comment #1](https://github.com/vig-os/devcontainer-smoke-test/pull/62#issuecomment-4110275149) by [@dependabot[bot]](https://github.com/apps/dependabot) + +_Posted on March 23, 2026 at 12:31 PM_ + +Looks like these dependencies are updatable in another way, so this is no longer needed. + +--- +--- + +## Commits + +### Commit 1: [27743ef](https://github.com/vig-os/devcontainer-smoke-test/commit/27743ef3577f19eba99f2b52357aca71298db0be) by [dependabot[bot]](https://github.com/apps/dependabot) on March 23, 2026 at 05:28 AM +ci(deps): bump the actions-minor-patch group with 2 updates, 10 files modified (.github/workflows/codeql.yml, .github/workflows/scorecard.yml, .github/workflows/sync-issues.yml) diff --git a/docs/pull-requests/pr-63.md b/docs/pull-requests/pr-63.md new file mode 100644 index 0000000..dc0d735 --- /dev/null +++ b/docs/pull-requests/pr-63.md @@ -0,0 +1,35 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/manual-deployment → main +created: 2026-03-23T12:16:48Z +updated: 2026-03-23T12:20:10Z +author: c-vigo +author_url: https://github.com/c-vigo +url: https://github.com/vig-os/devcontainer-smoke-test/pull/63 +comments: 0 +labels: none +assignees: c-vigo +milestone: none +projects: none +merged: 2026-03-23T12:20:08Z +synced: 2026-03-24T04:20:25.605Z +--- + +# [PR 63](https://github.com/vig-os/devcontainer-smoke-test/pull/63) chore: manual deployment + +Manual deployment from development version [59962c0](https://github.com/vig-os/devcontainer/pull/270/commits/59962c01a49848e3d688dd8f1b1058f7a82840f8) + +### Commit [3f7c4583fa5b960eb213cb6fe9457adb9c2b247d] +chore: update workflow files + +- Deploy latest workflow files from development version [59962c0](https://github.com/vig-os/devcontainer/pull/270/commits/59962c01a49848e3d688dd8f1b1058f7a82840f8) + + +--- +--- + +## Commits + +### Commit 1: [3f7c458](https://github.com/vig-os/devcontainer-smoke-test/commit/3f7c4583fa5b960eb213cb6fe9457adb9c2b247d) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 12:14 PM +chore: update workflow files, 55 files modified (.github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .github/workflows/sync-main-to-dev.yml) diff --git a/docs/pull-requests/pr-64.md b/docs/pull-requests/pr-64.md new file mode 100644 index 0000000..9a9e65b --- /dev/null +++ b/docs/pull-requests/pr-64.md @@ -0,0 +1,32 @@ +--- +type: pull_request +state: closed +branch: chore/sync-main-to-dev-14-1 → dev +created: 2026-03-23T12:21:36Z +updated: 2026-03-23T12:32:01Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/64 +comments: 0 +labels: none +assignees: none +milestone: none +projects: none +synced: 2026-03-24T04:20:21.417Z +--- + +# [PR 64](https://github.com/vig-os/devcontainer-smoke-test/pull/64) chore: sync dev with main + +Syncs `dev` with `main` (sync-main-to-dev workflow). + + +--- +--- + +## Commits + +### Commit 1: [3f7c458](https://github.com/vig-os/devcontainer-smoke-test/commit/3f7c4583fa5b960eb213cb6fe9457adb9c2b247d) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 12:14 PM +chore: update workflow files, 55 files modified (.github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .github/workflows/sync-main-to-dev.yml) + +### Commit 2: [6c7d357](https://github.com/vig-os/devcontainer-smoke-test/commit/6c7d3573cac41db89af953e7fa2ba59dcecf5c75) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 12:20 PM +chore: manual deployment (#63), 55 files modified (.github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .github/workflows/sync-main-to-dev.yml) diff --git a/docs/pull-requests/pr-65.md b/docs/pull-requests/pr-65.md new file mode 100644 index 0000000..9f323b5 --- /dev/null +++ b/docs/pull-requests/pr-65.md @@ -0,0 +1,34 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/deploy-0.3.1-rc12 → dev +created: 2026-03-23T12:28:56Z +updated: 2026-03-23T12:30:04Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/65 +comments: 0 +labels: deploy +assignees: none +milestone: none +projects: none +merged: 2026-03-23T12:30:03Z +synced: 2026-03-24T04:20:24.800Z +--- + +# [PR 65](https://github.com/vig-os/devcontainer-smoke-test/pull/65) chore: deploy 0.3.1-rc12 + +Automated smoke-test deployment commit created by repository_dispatch. + +- Dispatch tag: 0.3.1-rc12 +- Branch: chore/deploy-0.3.1-rc12 +- Target: dev + + +--- +--- + +## Commits + +### Commit 1: [91cc3d3](https://github.com/vig-os/devcontainer-smoke-test/commit/91cc3d30e32d0c6d2f50cadd23fb561984d67ee2) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 12:28 PM +chore: deploy 0.3.1-rc12, 54 files modified (.devcontainer/CHANGELOG.md, .github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .vig-os, CHANGELOG.md) diff --git a/docs/pull-requests/pr-66.md b/docs/pull-requests/pr-66.md new file mode 100644 index 0000000..b322048 --- /dev/null +++ b/docs/pull-requests/pr-66.md @@ -0,0 +1,153 @@ +--- +type: pull_request +state: open +branch: dependabot/github_actions/dev/actions-minor-patch-003dc165f5 → dev +created: 2026-03-23T12:31:34Z +updated: 2026-03-23T12:31:35Z +author: dependabot[bot] +author_url: https://github.com/dependabot[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/66 +comments: 0 +labels: dependencies, github_actions +assignees: none +milestone: none +projects: none +synced: 2026-03-24T04:20:22.911Z +--- + +# [PR 66](https://github.com/vig-os/devcontainer-smoke-test/pull/66) ci(deps): bump actions/cache from 5.0.3 to 5.0.4 in the actions-minor-patch group across 1 directory + +Bumps the actions-minor-patch group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). + +Updates `actions/cache` from 5.0.3 to 5.0.4 +
+Release notes +

Sourced from actions/cache's releases.

+
+

v5.0.4

+

What's Changed

+ +

New Contributors

+ +

Full Changelog: https://github.com/actions/cache/compare/v5...v5.0.4

+
+
+
+Changelog +

Sourced from actions/cache's changelog.

+
+

Releases

+

How to prepare a release

+
+

[!NOTE]
+Relevant for maintainers with write access only.

+
+
    +
  1. Switch to a new branch from main.
  2. +
  3. Run npm test to ensure all tests are passing.
  4. +
  5. Update the version in https://github.com/actions/cache/blob/main/package.json.
  6. +
  7. Run npm run build to update the compiled files.
  8. +
  9. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  10. +
  11. Run licensed cache to update the license report.
  12. +
  13. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  14. +
  15. Commit your changes and push your branch upstream.
  16. +
  17. Open a pull request against main and get it reviewed and merged.
  18. +
  19. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json +
      +
    1. Create a new tag with the version number.
    2. +
    3. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    4. +
    5. Toggle the set as the latest release option.
    6. +
    7. Publish the release.
    8. +
    +
  20. +
  21. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml +
      +
    1. There should be a workflow run queued with the same version number.
    2. +
    3. Approve the run to publish the new version and update the major tags for this action.
    4. +
    +
  22. +
+

Changelog

+

5.0.4

+
    +
  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • +
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • +
  • Bump fast-xml-parser to v5.5.6
  • +
+

5.0.3

+ +

5.0.2

+
    +
  • Bump @actions/cache to v5.0.3 #1692
  • +
+

5.0.1

+
    +
  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685
  • +
+

5.0.0

+
+

[!IMPORTANT] +actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

+
+ +
+

... (truncated)

+
+
+Commits +
    +
  • 6682284 Merge pull request #1738 from actions/prepare-v5.0.4
  • +
  • e340396 Update RELEASES
  • +
  • 8a67110 Add licenses
  • +
  • 1865903 Update dependencies & patch security vulnerabilities
  • +
  • 5656298 Merge pull request #1722 from RyPeck/patch-1
  • +
  • 4e380d1 Fix cache key in examples.md for bun.lock
  • +
  • b7e8d49 Merge pull request #1701 from actions/Link-/fix-proxy-integration-tests
  • +
  • 984a21b Add traffic sanity check step
  • +
  • acf2f1f Fix resolution
  • +
  • 95a07c5 Add wait for proxy
  • +
  • Additional commits viewable in compare view
  • +
+
+
+ + +[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=5.0.3&new-version=5.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) + +Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. + +[//]: # (dependabot-automerge-start) +[//]: # (dependabot-automerge-end) + +--- + +
+Dependabot commands and options +
+ +You can trigger Dependabot actions by commenting on this PR: +- `@dependabot rebase` will rebase this PR +- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it +- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency +- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) +- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) +- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) +- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency +- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions + + +
diff --git a/docs/pull-requests/pr-67.md b/docs/pull-requests/pr-67.md new file mode 100644 index 0000000..067c473 --- /dev/null +++ b/docs/pull-requests/pr-67.md @@ -0,0 +1,30 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/manual-deployment → main +created: 2026-03-23T16:36:26Z +updated: 2026-03-23T16:52:32Z +author: c-vigo +author_url: https://github.com/c-vigo +url: https://github.com/vig-os/devcontainer-smoke-test/pull/67 +comments: 0 +labels: none +assignees: c-vigo +milestone: none +projects: none +merged: 2026-03-23T16:52:30Z +synced: 2026-03-24T04:20:20.360Z +--- + +# [PR 67](https://github.com/vig-os/devcontainer-smoke-test/pull/67) chore: deploy latest 'repository-dispatch.yml' workflow + +_No description provided._ + + +--- +--- + +## Commits + +### Commit 1: [32d83a4](https://github.com/vig-os/devcontainer-smoke-test/commit/32d83a445fcd1fefd4ead0894b34e90c83dbe0f5) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 04:33 PM +chore: deploy latest 'repository-dispatch.yml' workflow, 10 files modified (.github/workflows/repository-dispatch.yml) diff --git a/docs/pull-requests/pr-68.md b/docs/pull-requests/pr-68.md new file mode 100644 index 0000000..3acfcb7 --- /dev/null +++ b/docs/pull-requests/pr-68.md @@ -0,0 +1,55 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/sync-main-to-dev-15-1 → dev +created: 2026-03-23T16:53:53Z +updated: 2026-03-23T17:25:43Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/68 +comments: 0 +labels: merge-conflict +assignees: none +milestone: none +projects: none +merged: 2026-03-23T17:25:42Z +synced: 2026-03-24T04:20:19.589Z +--- + +# [PR 68](https://github.com/vig-os/devcontainer-smoke-test/pull/68) chore: sync dev with main (conflicts) + +Automated sync of `main` to `dev` found **merge conflicts** that require manual resolution. + +### How to resolve + +```bash +git fetch origin chore/sync-main-to-dev-15-1:chore/sync-main-to-dev-15-1 +git checkout chore/sync-main-to-dev-15-1 +git merge origin/dev +# resolve conflicts +git commit -S +git push origin chore/sync-main-to-dev-15-1 +``` + +Once pushed, this PR will update and become mergeable. + + +--- +--- + +## Commits + +### Commit 1: [3f7c458](https://github.com/vig-os/devcontainer-smoke-test/commit/3f7c4583fa5b960eb213cb6fe9457adb9c2b247d) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 12:14 PM +chore: update workflow files, 55 files modified (.github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .github/workflows/sync-main-to-dev.yml) + +### Commit 2: [6c7d357](https://github.com/vig-os/devcontainer-smoke-test/commit/6c7d3573cac41db89af953e7fa2ba59dcecf5c75) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 12:20 PM +chore: manual deployment (#63), 55 files modified (.github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .github/workflows/sync-main-to-dev.yml) + +### Commit 3: [32d83a4](https://github.com/vig-os/devcontainer-smoke-test/commit/32d83a445fcd1fefd4ead0894b34e90c83dbe0f5) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 04:33 PM +chore: deploy latest 'repository-dispatch.yml' workflow, 10 files modified (.github/workflows/repository-dispatch.yml) + +### Commit 4: [fe2d4be](https://github.com/vig-os/devcontainer-smoke-test/commit/fe2d4bee6dccb89cc76d4aaf9a8fa4051ab49107) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 04:52 PM +chore: deploy latest 'repository-dispatch.yml' workflow (#67), 10 files modified (.github/workflows/repository-dispatch.yml) + +### Commit 5: [2a7e676](https://github.com/vig-os/devcontainer-smoke-test/commit/2a7e6763ea5fc0867090d284270b1c59d62cfd0f) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 05:24 PM +Merge branch 'dev' into chore/sync-main-to-dev-15-1, 1154 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md, docs/pull-requests/pr-57.md, docs/pull-requests/pr-58.md, docs/pull-requests/pr-59.md, docs/pull-requests/pr-60.md, docs/pull-requests/pr-61.md) diff --git a/docs/pull-requests/pr-69.md b/docs/pull-requests/pr-69.md new file mode 100644 index 0000000..5ff1e42 --- /dev/null +++ b/docs/pull-requests/pr-69.md @@ -0,0 +1,34 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/deploy-0.3.1-rc13 → dev +created: 2026-03-23T17:36:53Z +updated: 2026-03-23T17:37:58Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/69 +comments: 0 +labels: deploy +assignees: none +milestone: none +projects: none +merged: 2026-03-23T17:37:57Z +synced: 2026-03-24T04:20:18.711Z +--- + +# [PR 69](https://github.com/vig-os/devcontainer-smoke-test/pull/69) chore: deploy 0.3.1-rc13 + +Automated smoke-test deployment commit created by repository_dispatch. + +- Dispatch tag: 0.3.1-rc13 +- Branch: chore/deploy-0.3.1-rc13 +- Target: dev + + +--- +--- + +## Commits + +### Commit 1: [157df31](https://github.com/vig-os/devcontainer-smoke-test/commit/157df3122406720929e4e1ed1b9da2f10bb79621) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 05:36 PM +chore: deploy 0.3.1-rc13, 873 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md) diff --git a/docs/pull-requests/pr-70.md b/docs/pull-requests/pr-70.md new file mode 100644 index 0000000..03b7e3a --- /dev/null +++ b/docs/pull-requests/pr-70.md @@ -0,0 +1,141 @@ +--- +type: pull_request +state: closed (merged) +branch: release/0.3.1 → main +created: 2026-03-23T17:39:16Z +updated: 2026-03-23T17:40:23Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/70 +comments: 0 +labels: release-kind:candidate +assignees: none +milestone: none +projects: none +merged: 2026-03-23T17:40:22Z +synced: 2026-03-24T04:20:17.957Z +--- + +# [PR 70](https://github.com/vig-os/devcontainer-smoke-test/pull/70) chore: release 0.3.1 + +## Release 0.3.1 + +This PR prepares release 0.3.1 for merge to main. + +### Release Content + +## [0.3.1] - TBD + +### Added + +- **Split downstream release workflow with project-owned extension hook** ([#326](https://github.com/vig-os/devcontainer/issues/326)) + - Add local `workflow_call` release phases (`release-core.yml`, `release-publish.yml`) and a lightweight `release.yml` orchestrator in `assets/workspace/.github/workflows/` + - Add `release_kind` support with candidate mode (`X.Y.Z-rcN`) and final mode (`X.Y.Z`) in downstream release workflows + - Candidate mode now auto-computes the next RC tag, skips CHANGELOG finalization/sync-issues, and publishes a GitHub pre-release + - Add project-owned `release-extension.yml` stub and preserve it during `init-workspace.sh --force` upgrades + - Add `validate-contract` composite action for single-source contract version validation + - Add downstream release contract documentation and GHCR extension example in `docs/DOWNSTREAM_RELEASE.md` + +### Changed + +- **Dependabot dependency update batch** ([#302](https://github.com/vig-os/devcontainer/pull/302), [#303](https://github.com/vig-os/devcontainer/pull/303), [#305](https://github.com/vig-os/devcontainer/pull/305), [#306](https://github.com/vig-os/devcontainer/pull/306), [#307](https://github.com/vig-os/devcontainer/pull/307), [#308](https://github.com/vig-os/devcontainer/pull/308), [#309](https://github.com/vig-os/devcontainer/pull/309)) + - Bump `@devcontainers/cli` from `0.81.1` to `0.84.0` and `bats-assert` from `v2.2.0` to `v2.2.4` + - Bump GitHub Actions: `actions/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`) + - Bump release workflow action pins: `sigstore/cosign-installer` (`4.0.0` -> `4.1.0`) and `anchore/sbom-action` (`0.22.2` -> `0.23.1`) +- **Dependabot dependency update batch** ([#314](https://github.com/vig-os/devcontainer/pull/314), [#315](https://github.com/vig-os/devcontainer/pull/315), [#316](https://github.com/vig-os/devcontainer/pull/316), [#317](https://github.com/vig-os/devcontainer/pull/317)) + - Bump GitHub Actions: `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`) + - Bump `docker/login-action` from `3.7.0` to `4.0.0` + - Bump `just` minor version from `1.46` to `1.47` +- **Node24-ready GitHub Actions pin refresh for shared composite actions** ([#321](https://github.com/vig-os/devcontainer/issues/321)) + - Update Docker build path pins in `build-image` (`docker/setup-buildx-action`, `docker/metadata-action`, `docker/build-push-action`) to Node24-compatible releases + - Set `setup-env` default Node runtime to `24` and upgrade `actions/setup-node` + - Align test composite actions with newer pins (`actions/checkout`, `actions/cache`, `actions/upload-artifact`) +- **Smoke-test dispatch payload now carries source run traceability metadata** ([#289](https://github.com/vig-os/devcontainer/issues/289)) + - Candidate release dispatches now include source repo/workflow/run/SHA metadata plus a deterministic `correlation_id` + - Smoke-test dispatch receiver logs normalized source context, derives source run URL when possible, and writes it to workflow summary output + - Release-cycle docs now define required vs optional dispatch payload keys and the future callback contract path for `publish-candidate` +- **Smoke-test repository dispatch now runs for final releases too** ([#173](https://github.com/vig-os/devcontainer/issues/173)) + - `release.yml` now triggers the existing smoke-test dispatch contract for both `candidate` and `final` release kinds + - Final release summaries and release-cycle documentation now reflect dispatch behavior for both release modes +- **Workspace CI templates now use a single container-based workflow** ([#327](https://github.com/vig-os/devcontainer/issues/327)) + - Consolidate `assets/workspace/.github/workflows/ci.yml` as the canonical CI workflow and remove the obsolete `ci-container.yml` template + - Extract reusable `assets/workspace/.github/actions/resolve-image` and run workspace release tests in the same containerized workflow model + - Update smoke-test and release-cycle documentation to reference the single CI workflow contract +- **Final release now requires downstream RC pre-release gate** ([#331](https://github.com/vig-os/devcontainer/issues/331)) + - Add upstream final-release validation that requires a downstream GitHub pre-release for the latest published RC tag + - Move smoke-test dispatch to a dedicated release job and include `release_kind` in the dispatch payload + - Add downstream `repository-dispatch.yml` template that runs smoke tests and creates pre-release/final release artifacts +- **Ship changelog into workspace payload and smoke-test deploy root** ([#333](https://github.com/vig-os/devcontainer/issues/333)) + - Sync canonical `CHANGELOG.md` into both workspace root and `.devcontainer/` template paths + - Smoke-test dispatch now copies `.devcontainer/CHANGELOG.md` to repository root so deploy output keeps a root changelog +- **Final release now publishes a GitHub Release with finalized notes** ([#310](https://github.com/vig-os/devcontainer/issues/310)) + - Add a final-only publish step in `.github/workflows/release.yml` that creates a GitHub Release for `X.Y.Z` + - Source GitHub Release notes from the finalized `CHANGELOG.md` section and fail the run if notes extraction or release publishing fails +- **Release dispatch and publish ordering hardened for 0.3.1** ([#336](https://github.com/vig-os/devcontainer/issues/336)) + - Make smoke-test dispatch fire-and-forget in `.github/workflows/release.yml` and decouple rollback from downstream completion timing + - Add bounded retries to the final-release downstream RC pre-release gate API check + - Move final GitHub Release creation to the end of publish so artifact publication/signing completes before release object creation + - Add concurrency control to `assets/smoke-test/.github/workflows/repository-dispatch.yml` to prevent overlapping dispatch races + - Handle smoke-test dispatch failures with a targeted issue while avoiding destructive rollback after publish artifacts are already released +- **Redesigned smoke-test dispatch release orchestration** ([#358](https://github.com/vig-os/devcontainer/issues/358)) + - Replace premature `publish-release` behavior with full downstream orchestration: deploy-to-dev merge gate, `prepare-release.yml`, release PR readiness/approval, and `release.yml` dispatch polling + - Add upstream failure issue reporting with job-phase results and cleanup guidance when dispatch orchestration fails +- **Smoke-test release orchestration now runs as two phases** ([#402](https://github.com/vig-os/devcontainer/issues/402)) + - Keep `repository-dispatch.yml` focused on deploy/prepare/release-PR readiness and move release dispatch to a dedicated merged-PR workflow (`on-release-pr-merge.yml`) + - Add release-kind labeling and auto-merge enablement for release PRs, and keep upstream failure notifications in both phases + - Remove release-branch upstream `CHANGELOG.md` sync from `repository-dispatch.yml` (previously added in [#358](https://github.com/vig-os/devcontainer/issues/358)) +- **Dependabot dependency update batch** ([#414](https://github.com/vig-os/devcontainer/pull/414)) + - Bump `github/codeql-action` from `4.32.6` to `4.34.1` and `anchore/sbom-action` from `0.23.1` to `0.24.0` + - Bump `actions/cache` restore/save pins from `5.0.3` to `5.0.4` in `sync-issues.yml` +- **Dependabot dependency update batch** ([#413](https://github.com/vig-os/devcontainer/pull/413)) + - Bump `@devcontainers/cli` from `0.84.0` to `0.84.1` + +### Fixed + +- **Smoke-test deploy restores workspace CHANGELOG for prepare-release** ([#417](https://github.com/vig-os/devcontainer/issues/417)) + + + +--- +--- + +## Commits + +### Commit 1: [680c24f](https://github.com/vig-os/devcontainer-smoke-test/commit/680c24f17d934d76c904534d3c526d7da16d56ad) by [c-vigo](https://github.com/c-vigo) on March 22, 2026 at 12:27 PM +chore: sync dev with main (conflicts) (#59), 849 files modified (CHANGELOG.md) + +### Commit 2: [b21c77a](https://github.com/vig-os/devcontainer-smoke-test/commit/b21c77a6af9d9a3ce06ebf542a3cfd84f5f4da36) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 22, 2026 at 01:31 PM +chore: deploy 0.3.1-rc11, 892 files modified (.devcontainer/CHANGELOG.md, .github/workflows/sync-main-to-dev.yml, .vig-os, CHANGELOG.md) + +### Commit 3: [1efb848](https://github.com/vig-os/devcontainer-smoke-test/commit/1efb848c673740299c442822b05627a90f310770) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 22, 2026 at 01:32 PM +chore: deploy 0.3.1-rc11 (#60), 892 files modified (.devcontainer/CHANGELOG.md, .github/workflows/sync-main-to-dev.yml, .vig-os, CHANGELOG.md) + +### Commit 4: [97c0251](https://github.com/vig-os/devcontainer-smoke-test/commit/97c02512369862a94c1b15577128d53aee27aa40) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 22, 2026 at 01:33 PM +chore: freeze changelog for release 0.3.1, 20 files modified (CHANGELOG.md) + +### Commit 5: [8af9cef](https://github.com/vig-os/devcontainer-smoke-test/commit/8af9cefd1eaafe9329914adfbe22b5d27719237b) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 04:28 AM +chore: sync issues and PRs, 285 files modified (docs/pull-requests/pr-57.md, docs/pull-requests/pr-58.md, docs/pull-requests/pr-59.md, docs/pull-requests/pr-60.md, docs/pull-requests/pr-61.md) + +### Commit 6: [91cc3d3](https://github.com/vig-os/devcontainer-smoke-test/commit/91cc3d30e32d0c6d2f50cadd23fb561984d67ee2) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 12:28 PM +chore: deploy 0.3.1-rc12, 54 files modified (.devcontainer/CHANGELOG.md, .github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .vig-os, CHANGELOG.md) + +### Commit 7: [764dd10](https://github.com/vig-os/devcontainer-smoke-test/commit/764dd10b24c969963802e951cbac840ad25c3e9d) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 23, 2026 at 12:30 PM +chore: deploy 0.3.1-rc12 (#65), 54 files modified (.devcontainer/CHANGELOG.md, .github/workflows/codeql.yml, .github/workflows/repository-dispatch.yml, .github/workflows/scorecard.yml, .vig-os, CHANGELOG.md) + +### Commit 8: [2a7e676](https://github.com/vig-os/devcontainer-smoke-test/commit/2a7e6763ea5fc0867090d284270b1c59d62cfd0f) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 05:24 PM +Merge branch 'dev' into chore/sync-main-to-dev-15-1, 1154 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md, docs/pull-requests/pr-57.md, docs/pull-requests/pr-58.md, docs/pull-requests/pr-59.md, docs/pull-requests/pr-60.md, docs/pull-requests/pr-61.md) + +### Commit 9: [ade6025](https://github.com/vig-os/devcontainer-smoke-test/commit/ade60255fe9facefb264c73cb8cf36971ae56666) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 05:25 PM +chore: sync dev with main (conflicts) (#68), 10 files modified (.github/workflows/repository-dispatch.yml) + +### Commit 10: [157df31](https://github.com/vig-os/devcontainer-smoke-test/commit/157df3122406720929e4e1ed1b9da2f10bb79621) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 05:36 PM +chore: deploy 0.3.1-rc13, 873 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md) + +### Commit 11: [44a59c6](https://github.com/vig-os/devcontainer-smoke-test/commit/44a59c68d6b87c18fcf205cf63cb0d689c73f80c) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 23, 2026 at 05:37 PM +chore: deploy 0.3.1-rc13 (#69), 873 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md) + +### Commit 12: [98cf05a](https://github.com/vig-os/devcontainer-smoke-test/commit/98cf05a282906036235fe323aa3a68806be8215a) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 05:39 PM +chore: freeze changelog for release 0.3.1, 14 files modified (CHANGELOG.md) + +### Commit 13: [6375eed](https://github.com/vig-os/devcontainer-smoke-test/commit/6375eedb950370308e8897562eed192d8428c466) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 05:39 PM +chore: prepare release 0.3.1, 14 files modified (CHANGELOG.md) diff --git a/docs/pull-requests/pr-71.md b/docs/pull-requests/pr-71.md new file mode 100644 index 0000000..c1af7f7 --- /dev/null +++ b/docs/pull-requests/pr-71.md @@ -0,0 +1,33 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/sync-main-to-dev-16-1 → dev +created: 2026-03-23T17:41:43Z +updated: 2026-03-23T17:42:51Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/71 +comments: 0 +labels: none +assignees: none +milestone: none +projects: none +merged: 2026-03-23T17:42:49Z +synced: 2026-03-24T04:20:16.922Z +--- + +# [PR 71](https://github.com/vig-os/devcontainer-smoke-test/pull/71) chore: sync dev with main + +Syncs `dev` with `main` (sync-main-to-dev workflow). + + +--- +--- + +## Commits + +### Commit 1: [6375eed](https://github.com/vig-os/devcontainer-smoke-test/commit/6375eedb950370308e8897562eed192d8428c466) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 05:39 PM +chore: prepare release 0.3.1, 14 files modified (CHANGELOG.md) + +### Commit 2: [8449869](https://github.com/vig-os/devcontainer-smoke-test/commit/84498691709c646b9ce5fb90d6550ab4f74cb97c) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 23, 2026 at 05:40 PM +chore: release 0.3.1 (#70), 323 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md, docs/pull-requests/pr-57.md, docs/pull-requests/pr-58.md, docs/pull-requests/pr-59.md, docs/pull-requests/pr-60.md, docs/pull-requests/pr-61.md) diff --git a/docs/pull-requests/pr-72.md b/docs/pull-requests/pr-72.md new file mode 100644 index 0000000..069067f --- /dev/null +++ b/docs/pull-requests/pr-72.md @@ -0,0 +1,30 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/manual-deployment → main +created: 2026-03-23T20:20:28Z +updated: 2026-03-23T20:21:27Z +author: c-vigo +author_url: https://github.com/c-vigo +url: https://github.com/vig-os/devcontainer-smoke-test/pull/72 +comments: 0 +labels: none +assignees: c-vigo +milestone: none +projects: none +merged: 2026-03-23T20:21:26Z +synced: 2026-03-24T04:20:15.926Z +--- + +# [PR 72](https://github.com/vig-os/devcontainer-smoke-test/pull/72) chore: manually deploy latest 'repository-dispatch.yml' workflow + +_No description provided._ + + +--- +--- + +## Commits + +### Commit 1: [ebd7756](https://github.com/vig-os/devcontainer-smoke-test/commit/ebd7756dd1f44e5ea84b4b0b147b3aaaade25f6c) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 08:19 PM +chore: manually deploy latest 'repository-dispatch.yml' workflow, 375 files modified (.github/workflows/on-release-pr-merge.yml, .github/workflows/repository-dispatch.yml) diff --git a/docs/pull-requests/pr-73.md b/docs/pull-requests/pr-73.md new file mode 100644 index 0000000..5c15b8a --- /dev/null +++ b/docs/pull-requests/pr-73.md @@ -0,0 +1,33 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/sync-main-to-dev-17-1 → dev +created: 2026-03-23T20:23:01Z +updated: 2026-03-23T20:24:05Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/73 +comments: 0 +labels: none +assignees: none +milestone: none +projects: none +merged: 2026-03-23T20:24:04Z +synced: 2026-03-24T04:20:15.152Z +--- + +# [PR 73](https://github.com/vig-os/devcontainer-smoke-test/pull/73) chore: sync dev with main + +Syncs `dev` with `main` (sync-main-to-dev workflow). + + +--- +--- + +## Commits + +### Commit 1: [ebd7756](https://github.com/vig-os/devcontainer-smoke-test/commit/ebd7756dd1f44e5ea84b4b0b147b3aaaade25f6c) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 08:19 PM +chore: manually deploy latest 'repository-dispatch.yml' workflow, 375 files modified (.github/workflows/on-release-pr-merge.yml, .github/workflows/repository-dispatch.yml) + +### Commit 2: [3e63dc2](https://github.com/vig-os/devcontainer-smoke-test/commit/3e63dc24ca5ad079335becda0edd91a6d5243da5) by [c-vigo](https://github.com/c-vigo) on March 23, 2026 at 08:21 PM +chore: manually deploy latest 'repository-dispatch.yml' workflow (#72), 375 files modified (.github/workflows/on-release-pr-merge.yml, .github/workflows/repository-dispatch.yml) diff --git a/docs/pull-requests/pr-74.md b/docs/pull-requests/pr-74.md new file mode 100644 index 0000000..a4fda10 --- /dev/null +++ b/docs/pull-requests/pr-74.md @@ -0,0 +1,34 @@ +--- +type: pull_request +state: closed (merged) +branch: chore/deploy-0.3.1-rc14 → dev +created: 2026-03-23T20:38:06Z +updated: 2026-03-23T20:39:13Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/74 +comments: 0 +labels: deploy +assignees: none +milestone: none +projects: none +merged: 2026-03-23T20:39:12Z +synced: 2026-03-24T04:20:14.198Z +--- + +# [PR 74](https://github.com/vig-os/devcontainer-smoke-test/pull/74) chore: deploy 0.3.1-rc14 + +Automated smoke-test deployment commit created by repository_dispatch. + +- Dispatch tag: 0.3.1-rc14 +- Branch: chore/deploy-0.3.1-rc14 +- Target: dev + + +--- +--- + +## Commits + +### Commit 1: [42f98fb](https://github.com/vig-os/devcontainer-smoke-test/commit/42f98fbbee274f087d57c7202ce1f351af04937e) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 08:38 PM +chore: deploy 0.3.1-rc14, 10 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md) diff --git a/docs/pull-requests/pr-75.md b/docs/pull-requests/pr-75.md new file mode 100644 index 0000000..b1cf9ea --- /dev/null +++ b/docs/pull-requests/pr-75.md @@ -0,0 +1,119 @@ +--- +type: pull_request +state: closed +branch: release/0.3.1 → main +created: 2026-03-23T20:40:36Z +updated: 2026-03-23T21:54:01Z +author: vig-os-release-app[bot] +author_url: https://github.com/vig-os-release-app[bot] +url: https://github.com/vig-os/devcontainer-smoke-test/pull/75 +comments: 0 +labels: release-kind:candidate +assignees: none +milestone: none +projects: none +synced: 2026-03-24T04:20:13.230Z +--- + +# [PR 75](https://github.com/vig-os/devcontainer-smoke-test/pull/75) chore: release 0.3.1 + +## Release 0.3.1 + +This PR prepares release 0.3.1 for merge to main. + +### Release Content + +## [0.3.1] - TBD + +### Added + +- **Split downstream release workflow with project-owned extension hook** ([#326](https://github.com/vig-os/devcontainer/issues/326)) + - Add local `workflow_call` release phases (`release-core.yml`, `release-publish.yml`) and a lightweight `release.yml` orchestrator in `assets/workspace/.github/workflows/` + - Add `release_kind` support with candidate mode (`X.Y.Z-rcN`) and final mode (`X.Y.Z`) in downstream release workflows + - Candidate mode now auto-computes the next RC tag, skips CHANGELOG finalization/sync-issues, and publishes a GitHub pre-release + - Add project-owned `release-extension.yml` stub and preserve it during `init-workspace.sh --force` upgrades + - Add `validate-contract` composite action for single-source contract version validation + - Add downstream release contract documentation and GHCR extension example in `docs/DOWNSTREAM_RELEASE.md` + +### Changed + +- **Dependabot dependency update batch** ([#302](https://github.com/vig-os/devcontainer/pull/302), [#303](https://github.com/vig-os/devcontainer/pull/303), [#305](https://github.com/vig-os/devcontainer/pull/305), [#306](https://github.com/vig-os/devcontainer/pull/306), [#307](https://github.com/vig-os/devcontainer/pull/307), [#308](https://github.com/vig-os/devcontainer/pull/308), [#309](https://github.com/vig-os/devcontainer/pull/309)) + - Bump `@devcontainers/cli` from `0.81.1` to `0.84.0` and `bats-assert` from `v2.2.0` to `v2.2.4` + - Bump GitHub Actions: `actions/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`) + - Bump release workflow action pins: `sigstore/cosign-installer` (`4.0.0` -> `4.1.0`) and `anchore/sbom-action` (`0.22.2` -> `0.23.1`) +- **Dependabot dependency update batch** ([#314](https://github.com/vig-os/devcontainer/pull/314), [#315](https://github.com/vig-os/devcontainer/pull/315), [#316](https://github.com/vig-os/devcontainer/pull/316), [#317](https://github.com/vig-os/devcontainer/pull/317)) + - Bump GitHub Actions: `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`) + - Bump `docker/login-action` from `3.7.0` to `4.0.0` + - Bump `just` minor version from `1.46` to `1.47` +- **Node24-ready GitHub Actions pin refresh for shared composite actions** ([#321](https://github.com/vig-os/devcontainer/issues/321)) + - Update Docker build path pins in `build-image` (`docker/setup-buildx-action`, `docker/metadata-action`, `docker/build-push-action`) to Node24-compatible releases + - Set `setup-env` default Node runtime to `24` and upgrade `actions/setup-node` + - Align test composite actions with newer pins (`actions/checkout`, `actions/cache`, `actions/upload-artifact`) +- **Smoke-test dispatch payload now carries source run traceability metadata** ([#289](https://github.com/vig-os/devcontainer/issues/289)) + - Candidate release dispatches now include source repo/workflow/run/SHA metadata plus a deterministic `correlation_id` + - Smoke-test dispatch receiver logs normalized source context, derives source run URL when possible, and writes it to workflow summary output + - Release-cycle docs now define required vs optional dispatch payload keys and the future callback contract path for `publish-candidate` +- **Smoke-test repository dispatch now runs for final releases too** ([#173](https://github.com/vig-os/devcontainer/issues/173)) + - `release.yml` now triggers the existing smoke-test dispatch contract for both `candidate` and `final` release kinds + - Final release summaries and release-cycle documentation now reflect dispatch behavior for both release modes +- **Workspace CI templates now use a single container-based workflow** ([#327](https://github.com/vig-os/devcontainer/issues/327)) + - Consolidate `assets/workspace/.github/workflows/ci.yml` as the canonical CI workflow and remove the obsolete `ci-container.yml` template + - Extract reusable `assets/workspace/.github/actions/resolve-image` and run workspace release tests in the same containerized workflow model + - Update smoke-test and release-cycle documentation to reference the single CI workflow contract +- **Final release now requires downstream RC pre-release gate** ([#331](https://github.com/vig-os/devcontainer/issues/331)) + - Add upstream final-release validation that requires a downstream GitHub pre-release for the latest published RC tag + - Move smoke-test dispatch to a dedicated release job and include `release_kind` in the dispatch payload + - Add downstream `repository-dispatch.yml` template that runs smoke tests and creates pre-release/final release artifacts +- **Ship changelog into workspace payload and smoke-test deploy root** ([#333](https://github.com/vig-os/devcontainer/issues/333)) + - Sync canonical `CHANGELOG.md` into both workspace root and `.devcontainer/` template paths + - Smoke-test dispatch now copies `.devcontainer/CHANGELOG.md` to repository root so deploy output keeps a root changelog +- **Final release now publishes a GitHub Release with finalized notes** ([#310](https://github.com/vig-os/devcontainer/issues/310)) + - Add a final-only publish step in `.github/workflows/release.yml` that creates a GitHub Release for `X.Y.Z` + - Source GitHub Release notes from the finalized `CHANGELOG.md` section and fail the run if notes extraction or release publishing fails +- **Release dispatch and publish ordering hardened for 0.3.1** ([#336](https://github.com/vig-os/devcontainer/issues/336)) + - Make smoke-test dispatch fire-and-forget in `.github/workflows/release.yml` and decouple rollback from downstream completion timing + - Add bounded retries to the final-release downstream RC pre-release gate API check + - Move final GitHub Release creation to the end of publish so artifact publication/signing completes before release object creation + - Add concurrency control to `assets/smoke-test/.github/workflows/repository-dispatch.yml` to prevent overlapping dispatch races + - Handle smoke-test dispatch failures with a targeted issue while avoiding destructive rollback after publish artifacts are already released +- **Redesigned smoke-test dispatch release orchestration** ([#358](https://github.com/vig-os/devcontainer/issues/358)) + - Replace premature `publish-release` behavior with full downstream orchestration: deploy-to-dev merge gate, `prepare-release.yml`, release PR readiness/approval, and `release.yml` dispatch polling + - Add upstream failure issue reporting with job-phase results and cleanup guidance when dispatch orchestration fails +- **Smoke-test release orchestration now runs as two phases** ([#402](https://github.com/vig-os/devcontainer/issues/402)) + - Keep `repository-dispatch.yml` focused on deploy/prepare/release-PR readiness and move release dispatch to a dedicated merged-PR workflow (`on-release-pr-merge.yml`) + - Add release-kind labeling and auto-merge enablement for release PRs, and keep upstream failure notifications in both phases + - Remove release-branch upstream `CHANGELOG.md` sync from `repository-dispatch.yml` (previously added in [#358](https://github.com/vig-os/devcontainer/issues/358)) +- **Dependabot dependency update batch** ([#414](https://github.com/vig-os/devcontainer/pull/414)) + - Bump `github/codeql-action` from `4.32.6` to `4.34.1` and `anchore/sbom-action` from `0.23.1` to `0.24.0` + - Bump `actions/cache` restore/save pins from `5.0.3` to `5.0.4` in `sync-issues.yml` +- **Dependabot dependency update batch** ([#413](https://github.com/vig-os/devcontainer/pull/413)) + - Bump `@devcontainers/cli` from `0.84.0` to `0.84.1` + +### Fixed + +- **Smoke-test deploy restores workspace CHANGELOG for prepare-release** ([#417](https://github.com/vig-os/devcontainer/issues/417)) + + + +--- +--- + +## Commits + +### Commit 1: [6c563ec](https://github.com/vig-os/devcontainer-smoke-test/commit/6c563ecf25d587e8280efb33b7bd16ecd1795a52) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 23, 2026 at 05:42 PM +chore: sync dev with main (#71), 14 files modified (CHANGELOG.md) + +### Commit 2: [785f8a2](https://github.com/vig-os/devcontainer-smoke-test/commit/785f8a2f1ae3ea5771c4ff29fff75b089d6851dc) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 23, 2026 at 08:24 PM +chore: sync dev with main (#73), 375 files modified (.github/workflows/on-release-pr-merge.yml, .github/workflows/repository-dispatch.yml) + +### Commit 3: [42f98fb](https://github.com/vig-os/devcontainer-smoke-test/commit/42f98fbbee274f087d57c7202ce1f351af04937e) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 08:38 PM +chore: deploy 0.3.1-rc14, 10 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md) + +### Commit 4: [cf2c462](https://github.com/vig-os/devcontainer-smoke-test/commit/cf2c4626121930e62bae73efdcee64686dfa141e) by [vig-os-release-app[bot]](https://github.com/apps/vig-os-release-app) on March 23, 2026 at 08:39 PM +chore: deploy 0.3.1-rc14 (#74), 10 files modified (.devcontainer/CHANGELOG.md, .vig-os, CHANGELOG.md) + +### Commit 5: [d26edb4](https://github.com/vig-os/devcontainer-smoke-test/commit/d26edb4d76d6ff34b1b2cb224950ea58ad668064) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 08:40 PM +chore: freeze changelog for release 0.3.1, 14 files modified (CHANGELOG.md) + +### Commit 6: [a535df4](https://github.com/vig-os/devcontainer-smoke-test/commit/a535df4f00bb15d9933efa1c2ac6b0eead762ef0) by [commit-action-bot[bot]](https://github.com/apps/commit-action-bot) on March 23, 2026 at 08:40 PM +chore: prepare release 0.3.1, 14 files modified (CHANGELOG.md) From 35510acfadc7970c4a90e072a15a33feae9068ae Mon Sep 17 00:00:00 2001 From: "commit-action-bot[bot]" <248498966+commit-action-bot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:28:16 +0000 Subject: [PATCH 4/6] chore: deploy 0.3.1-rc15 --- .devcontainer/CHANGELOG.md | 7 +++++++ .github/workflows/release-core.yml | 13 ------------- .github/workflows/release.yml | 1 + .vig-os | 2 +- CHANGELOG.md | 21 +++++++-------------- uv.lock | 6 +++--- 6 files changed, 19 insertions(+), 31 deletions(-) diff --git a/.devcontainer/CHANGELOG.md b/.devcontainer/CHANGELOG.md index 48a94ab..a586b4b 100644 --- a/.devcontainer/CHANGELOG.md +++ b/.devcontainer/CHANGELOG.md @@ -162,6 +162,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Stop overwriting `CHANGELOG.md` with a minimal stub in `assets/smoke-test/.github/workflows/repository-dispatch.yml` - Require the workspace `CHANGELOG.md` from `init-workspace` so downstream `prepare-release` validation matches shipped layout - When the first changelog section is `## [X.Y.Z] - …` (TBD or a release date), remap that top version header to `## Unreleased` so downstream `prepare-release` can run +- **Smoke-test dispatch release validate no longer runs docker inside devcontainer** ([#421](https://github.com/vig-os/devcontainer/issues/421)) + - Remove redundant `docker manifest inspect` step from `release-core.yml` validate job (container image is already proof of accessibility; `resolve-image` validates on the runner) + - Set `GH_REPO` for rollback `gh issue create` in workspace `release.yml` when git checkout is skipped +- **Container image tests expect current uv minor line** ([#423](https://github.com/vig-os/devcontainer/issues/423)) + - Update `tests/test_image.py` `EXPECTED_VERSIONS["uv"]` to match uv 0.11.x from the latest release install path in the image build +- **Container image tests expect current just minor line** ([#423](https://github.com/vig-os/devcontainer/issues/423)) + - Update `tests/test_image.py` `EXPECTED_VERSIONS["just"]` to match just 1.48.x from the latest release install path in the image build ### Security diff --git a/.github/workflows/release-core.yml b/.github/workflows/release-core.yml index 7642893..0e8cd41 100644 --- a/.github/workflows/release-core.yml +++ b/.github/workflows/release-core.yml @@ -162,19 +162,6 @@ jobs: - name: Fix git safe.directory run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - - name: Validate image accessibility - env: - IMAGE_TAG: ${{ needs.resolve-image.outputs.image-tag }} - run: | - set -euo pipefail - IMAGE="ghcr.io/vig-os/devcontainer:${IMAGE_TAG}" - echo "Validating image availability: $IMAGE" - if ! retry --retries 3 --backoff 5 --max-backoff 30 -- docker manifest inspect "$IMAGE" > /dev/null 2>&1; then - echo "ERROR: Cannot access image manifest: $IMAGE" - echo "Check whether the tag exists and whether this workflow has access to GHCR." - exit 1 - fi - - name: Record pre-finalization SHA id: pre_sha run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2bb29a..e54c182 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -194,6 +194,7 @@ jobs: VERSION: ${{ needs.core.outputs.version }} PR_NUMBER: ${{ needs.core.outputs.pr_number }} GH_TOKEN: ${{ steps.release_app_token.outputs.token }} + GH_REPO: ${{ github.repository }} run: | set -euo pipefail WORKFLOW_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" diff --git a/.vig-os b/.vig-os index 1daee92..1a01e43 100644 --- a/.vig-os +++ b/.vig-os @@ -1,2 +1,2 @@ # vig-os devcontainer configuration -DEVCONTAINER_VERSION=0.3.1-rc14 +DEVCONTAINER_VERSION=0.3.1-rc15 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd49c0..f97b425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,20 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -### Changed - -### Deprecated - -### Removed - -### Fixed - -### Security - -## [0.3.1] - TBD - -### Added - - **Split downstream release workflow with project-owned extension hook** ([#326](https://github.com/vig-os/devcontainer/issues/326)) - Add local `workflow_call` release phases (`release-core.yml`, `release-publish.yml`) and a lightweight `release.yml` orchestrator in `assets/workspace/.github/workflows/` - Add `release_kind` support with candidate mode (`X.Y.Z-rcN`) and final mode (`X.Y.Z`) in downstream release workflows @@ -176,6 +162,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Stop overwriting `CHANGELOG.md` with a minimal stub in `assets/smoke-test/.github/workflows/repository-dispatch.yml` - Require the workspace `CHANGELOG.md` from `init-workspace` so downstream `prepare-release` validation matches shipped layout - When the first changelog section is `## [X.Y.Z] - …` (TBD or a release date), remap that top version header to `## Unreleased` so downstream `prepare-release` can run +- **Smoke-test dispatch release validate no longer runs docker inside devcontainer** ([#421](https://github.com/vig-os/devcontainer/issues/421)) + - Remove redundant `docker manifest inspect` step from `release-core.yml` validate job (container image is already proof of accessibility; `resolve-image` validates on the runner) + - Set `GH_REPO` for rollback `gh issue create` in workspace `release.yml` when git checkout is skipped +- **Container image tests expect current uv minor line** ([#423](https://github.com/vig-os/devcontainer/issues/423)) + - Update `tests/test_image.py` `EXPECTED_VERSIONS["uv"]` to match uv 0.11.x from the latest release install path in the image build +- **Container image tests expect current just minor line** ([#423](https://github.com/vig-os/devcontainer/issues/423)) + - Update `tests/test_image.py` `EXPECTED_VERSIONS["just"]` to match just 1.48.x from the latest release install path in the image build ### Security diff --git a/uv.lock b/uv.lock index dd063d6..c0a0c93 100644 --- a/uv.lock +++ b/uv.lock @@ -822,11 +822,11 @@ wheels = [ [[package]] name = "jsonpointer" -version = "3.1.0" +version = "3.1.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/48/bf/9ecc036fbc15cf4153ea6ed4dbeed31ef043f762cccc9d44a534be8319b0/jsonpointer-3.1.0.tar.gz", hash = "sha256:f9b39abd59ba8c1de8a4ff16141605d2a8dacc4dd6cf399672cf237bfe47c211", size = 9000, upload-time = "2026-03-20T21:47:09.982Z" } +sdist = { url = "https://files.pythonhosted.org/packages/18/c7/af399a2e7a67fd18d63c40c5e62d3af4e67b836a2107468b6a5ea24c4304/jsonpointer-3.1.1.tar.gz", hash = "sha256:0b801c7db33a904024f6004d526dcc53bbb8a4a0f4e32bfd10beadf60adf1900", size = 9068, upload-time = "2026-03-23T22:32:32.458Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e4/25/cebb241a435cbf4626b5ea096d8385c04416d7ca3082a15299b746e248fa/jsonpointer-3.1.0-py3-none-any.whl", hash = "sha256:f82aa0f745001f169b96473348370b43c3f581446889c41c807bab1db11c8e7b", size = 7651, upload-time = "2026-03-20T21:47:08.792Z" }, + { url = "https://files.pythonhosted.org/packages/9e/6a/a83720e953b1682d2d109d3c2dbb0bc9bf28cc1cbc205be4ef4be5da709d/jsonpointer-3.1.1-py3-none-any.whl", hash = "sha256:8ff8b95779d071ba472cf5bc913028df06031797532f08a7d5b602d8b2a488ca", size = 7659, upload-time = "2026-03-23T22:32:31.568Z" }, ] [[package]] From 320858099339942552df3b7f281cf843082922ea Mon Sep 17 00:00:00 2001 From: "commit-action-bot[bot]" <248498966+commit-action-bot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:30:39 +0000 Subject: [PATCH 5/6] chore: freeze changelog for release 0.3.1 Move Unreleased content to [0.3.1] - TBD and create fresh empty Unreleased section for continued development. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97b425..2c37851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.3.1] - TBD + +### Added + - **Split downstream release workflow with project-owned extension hook** ([#326](https://github.com/vig-os/devcontainer/issues/326)) - Add local `workflow_call` release phases (`release-core.yml`, `release-publish.yml`) and a lightweight `release.yml` orchestrator in `assets/workspace/.github/workflows/` - Add `release_kind` support with candidate mode (`X.Y.Z-rcN`) and final mode (`X.Y.Z`) in downstream release workflows From 3ad0160ee798e12aec79bba2c7cfa4869a9f67b4 Mon Sep 17 00:00:00 2001 From: "commit-action-bot[bot]" <248498966+commit-action-bot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:30:41 +0000 Subject: [PATCH 6/6] chore: prepare release 0.3.1 Strip empty Unreleased section from release branch. Release date TBD (set during finalization). --- CHANGELOG.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c37851..a586b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased - -### Added - -### Changed - -### Deprecated - -### Removed - -### Fixed - -### Security - ## [0.3.1] - TBD ### Added