chore: sync dev with main#132
Merged
vig-os-release-app[bot] merged 2 commits intodevfrom Apr 10, 2026
Merged
Conversation
Strip empty Unreleased section from release branch. Release date TBD (set during finalization).
# Release 0.3.3 This PR prepares release 0.3.3 for merge to main. ## [0.3.3] - TBD ### Added - **Renovate changelog automation** ([#506](vig-os/devcontainer#506)) - `renovate-changelog-pr` CLI tool parses Renovate PR metadata and inserts Keep-a-Changelog entries under `## Unreleased` - `renovate-changelog` workflow runs on `pull_request_target` for `renovate[bot]` PRs in both upstream and workspace template - **Devcontainer image version pinning** ([#509](vig-os/devcontainer#509)) - `.vig-os` file at repo root declares `DEVCONTAINER_VERSION` as the single source of truth for CI container image tags - `resolve-image` composite action resolves the image tag and validates it exists in GHCR - **`GITHUB_REPOSITORY` resolution for workspace init** ([#509](vig-os/devcontainer#509)) - `parse-github-remote-lib.sh` extracts `owner/repo` from HTTPS, SSH, and `git@` GitHub URLs - `install.sh` gains `--repo` flag; `init-workspace.sh` replaces `{{GITHUB_REPOSITORY}}` in workspace template files ### Changed - **Switch from Dependabot to Renovate** ([#509](vig-os/devcontainer#509)) - Replace `.github/dependabot.yml` with `renovate.json` and shared `renovate-default.json` preset - Renovate covers all ecosystems previously tracked (github-actions, pip, npm, docker) plus template directories not reachable by Dependabot - **Sync workflows run in devcontainer image** ([#509](vig-os/devcontainer#509)) - `sync-issues` and `sync-main-to-dev` use `resolve-image` and run inside the pinned devcontainer, removing the `setup-env` composite action dependency and the inlined retry helper - `sync-main-to-dev` creates sync branches via `git push` instead of the GitHub refs API - **Smoke-test dispatch triggers promote-release for final releases** ([#511](vig-os/devcontainer#511)) - Final releases dispatch downstream `promote-release.yml` instead of merging the release PR directly, publishing the draft GitHub Release and satisfying the upstream promote-time downstream gate - RC releases wait for release PR required checks but no longer merge the PR to `main` ### Removed - **Dependabot configuration** ([#509](vig-os/devcontainer#509)) - Delete `.github/dependabot.yml` and `assets/workspace/.github/dependabot.yml` ### Fixed - **Promote-release draft release validation** ([#507](vig-os/devcontainer#507)) - Use the paginated releases list API with jq instead of `GET /releases/tags/{tag}`, which returns 404 for draft releases - Apply the same release lookup for RC git tag cleanup in upstream and workspace `promote-release.yml` ### Security - **Nightly Trivy gate remediation (OpenSSL, gh, typos)** ([#512](vig-os/devcontainer#512)) - Pin `python:3.12-slim-bookworm` to current digest and add targeted `libssl3`/`openssl` upgrade to `3.0.19-1~deb12u2` (CVE-2026-28390, CVE-2026-31790) - Refresh `.trivyignore`: drop resolved gh/docker-cli and gRPC entries; add Go stdlib and typos-related suppressions plus `jwt-token` false positive - Suppress unfixable base-image CVEs: ncurses (CVE-2025-69720), SQLite (CVE-2025-7458), systemd (CVE-2026-29111), zlib/minizip (CVE-2023-45853)
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.
Syncs
devwithmain(sync-main-to-dev workflow).