From 9a99bffc6bc8ef6826479a23ecb3df4dcab05434 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 25 May 2026 18:19:16 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20to=2006.00.00=20?= =?UTF-8?q?=E2=80=94=20promote=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major version bump for: - 2 new CLI tools (bulk_workflow_push, grafana_dashboard) - Pre-release RC build fix (version_read/bump regex) - Full PHPCS cleanup (7,539 → 0 errors) - CI infrastructure fixes (runners, PHPStan, branch protection) - Runner-03 Docker image fix + runbook update - Wiki CLI reference (30 tools documented) Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 10 +++++++++- composer.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2781b16..86f1710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,12 @@ Version format: `XX.YY.ZZ` (zero-padded semver). ## [Unreleased] +## [06.00.00] - 2026-05-25 + ### Added - `cli/bulk_workflow_push.php` — push a workflow file to all governed repos via Gitea Contents API (closes #52) - `cli/grafana_dashboard.php` — manage Grafana dashboards: push, delete, list, export (closes #53) +- Wiki CLI_AUTOMATION page — comprehensive reference for all 30 CLI tools (closes #66) ### Fixed - `version_read.php` / `version_bump.php`: handle suffixed versions in XML manifests (e.g. `01.00.00-dev`) @@ -29,9 +32,14 @@ Version format: `XX.YY.ZZ` (zero-padded semver). - auto-release workflow: switch trigger from `pull_request closed` to `push` on main (closes #54) - CI Gate 1: add ondrej/php PPA + composer package for PHP 8.2 on runners - CI repo-health: use `.mokogitea/workflows/` instead of `.gitea/workflows/` -- PHPCS: fix all 7,539 PSR-12 violations across 74 files +- PHPCS: fix all 7,539 PSR-12 violations across 74 files (0 errors remaining) - PHPStan: fix deprecated config options, mark as advisory until errors addressed - Branch protection: update check names from `MokoStandards CI` to `moko-platform CI` +- Runner-03: fix Docker image label (`moko/runner-images` → self-hosted `git.mokoconsulting.tech/mokoconsulting/runner-image`) +- Runbook 08: update with 3-runner fleet overview, per-runner configs, troubleshooting + +### Changed +- Rename MokoStandards references to moko-platform in config files ## [05.00.00] - 2026-05-16 diff --git a/composer.json b/composer.json index c39262f..ad629bd 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mokoconsulting-tech/enterprise", "description": "MokoStandards Enterprise API \u2014 PHP implementation", "type": "library", - "version": "05.00.01", + "version": "06.00.00", "license": "GPL-3.0-or-later", "authors": [ { -- 2.52.0