diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b88e03..f379a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +--- + +## [0.1.0] - 2026-06-29 + +First release. Built, registered, validated end-to-end, and running live on +Unraid (amd64) against `git.alwisp.com`. + ### Added - Initial repository scaffold: directory structure, Dockerfile, entrypoint, healthcheck, smoke-test, config examples, compose example, and docs. - Phase 0 planning documents: `AGENT.md`, `README.md`, `ROADMAP.md`. @@ -16,6 +23,7 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `.gitea/workflows/ci-smoke.yml`: Phase 3 CI smoke workflow. Runs on the `host` label to validate the bundled toolchain (`actions/checkout@v4`, node/npm/git/docker, mounted Docker socket) directly in the runner container. First run passed. - Published `registry.alwisp.com/jason/custom-gitea-runner:v0.1.0` (and `:latest`) — first image release to the Gitea Container Registry. - `.gitea/workflows/docker-push.yml`: Phase 3 docker login/build/push validation workflow (`host` label). Run 114 logged in, built, and pushed a test image to the registry — completing Phase 3. +- Live Unraid deployment validated: `unraid-runner-01` registered as amd64, came online, and ran a `host`-label smoke job (run 116) successfully on the real target host. ### Changed - `test/sample-workflows/docker-login.yml` and `docker-build-push.yml`: now run on the `host` label instead of `ubuntu-latest`. Docker build/push need the runner's bundled Docker CLI and mounted socket, which the `ubuntu-latest` node job container does not provide. Also fixed a doubled image path in the build/push sample (`gitea.repository` already includes the owner).