From 6f755f2f1c358c5df47ebeb14ae6935b048c6ef5 Mon Sep 17 00:00:00 2001 From: Developer Date: Thu, 7 May 2026 22:36:04 -0400 Subject: [PATCH] docs(changelog): add Story 36.5 nightly CI entry to [Unreleased] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The prepublishOnly test suite (story-36-5-nightly-ci-validation.test.ts AC 14) asserts that [Unreleased] contains a reference to Story 36.5 and "nightly". That entry was missing — the section only had the multi-arch build note from PR #63. Adding the nightly-ator.yml entry alongside it so both the AC 14 assertion and the build note co-exist correctly. docs: maps to release: false in .releaserc.json — no version bump. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae5b6bf..2cc74c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Nightly ATOR CI workflow (`.github/workflows/nightly-ator.yml`): real-binary + system-tor fallback smoke test on Linux and macOS; nightly at 04:00 UTC + `workflow_dispatch` (Story 36.5) + ### Build - Multi-arch image: `linux/amd64,linux/arm64` published for both `connector` and `ator-sidecar` images starting from the next release after this PR. The smoke-test step in `build-and-publish.yml` remains `linux/amd64` only (`load: true` is incompatible with multi-platform builds).