From ff684c7bd90132d57a771e67533b44c0555f2828 Mon Sep 17 00:00:00 2001 From: Neil Galvin Date: Thu, 10 Sep 2026 22:07:13 +0100 Subject: [PATCH] docs(changelog): roll [Unreleased] into [3.3.0] Minor rather than patch: go.yml gained two inputs (go-cache, postgres-ready-timeout). Both default to current behaviour, so consumers are unaffected until they opt in, but new inputs are additive API. Pushing the v3.3.0 tag moves the floating v3 tag and publishes the release notes from this section, per release.yml. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Pa92NWDRAbDNXGrSuqcQDa --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3f727..23ec30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ project uses [SemVer](https://semver.org/) for the `vMAJOR.MINOR.PATCH` tags. ## [Unreleased] +## [3.3.0] - 2026-09-10 + +### Added + +- `go.yml` inputs `go-cache` (default `true`) and `postgres-ready-timeout` + (default `60`). Both defaults preserve existing behaviour; see the Fixed + entries below for why they exist. + ### Fixed - `docker-build.yml` no longer fails the Trivy image scan and SBOM step for @@ -1166,7 +1174,8 @@ README; everything below is the actual content of this repo. - Bumped `actions/checkout` from `@v4` to `@v6` across all existing workflows for consistency with new files. -[Unreleased]: https://github.com/nkg/github-actions/compare/v3.2.1...HEAD +[Unreleased]: https://github.com/nkg/github-actions/compare/v3.3.0...HEAD +[3.3.0]: https://github.com/nkg/github-actions/compare/v3.2.1...v3.3.0 [3.2.1]: https://github.com/nkg/github-actions/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/nkg/github-actions/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/nkg/github-actions/compare/v3.0.1...v3.1.0