From d1531ac81f07bea6e2b11a2a733ffbca5119777c Mon Sep 17 00:00:00 2001 From: grm-ci-bot Date: Mon, 22 Jun 2026 10:06:13 +0200 Subject: [PATCH] release: v0.6.0 [skip ci] --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++ src/gitea_runner_manager/__init__.py | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e92d83..eb62ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ All notable changes to this project will be documented in this file. +## [0.6.0] - 2026-06-22 + +### Features + +- Add self-updating quality badges to README +- Enforce mandatory PR reviews with automated checks + +### Bug Fixes + +- Bridge test suite gaps — lint scripts, include integration tests +- Badge regex patterns and doc_coverage double-percent +- Generate self-contained SVG badges instead of shields.io JSON +- Auto_merge handles single-token workflow (self-approval) +- Workflow timing, timeouts, status polling, and release classification +- API resilience with retry, idempotent releases, and graceful Vikunja errors +- Release pipeline determinism with lock, rebase, and consistent classification +- Enforce conventional commit check in automated PR review +- Molecule-tests matrix runner-index renders as empty for 0 +- Use 1-based runner indices for Gitea Actions compatibility +- Molecule-tests static matrix and role_dir path fix +- Auto-merge label condition uses pull_request.labels +- Badges job runs after release to reflect actual state +- Revert review_pr.py to GiteaClient (tea v0.14.1 is interactive-only) (#70) +- Fix broken automation pipeline (auto-merge, Vikunja, CI enforcement) + +### Refactor + +- Consolidate CI workflows to eliminate redundant runs +- Convert shell scripts and inline workflow scripts to Python +- Enforce script separation and document import rules + +### Revert + +- Remove v0.6.0 release (no user-facing changes) + ## [0.5.0] - 2026-06-21 ### Packaging diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index b6b721e..5398a76 100644 --- a/src/gitea_runner_manager/__init__.py +++ b/src/gitea_runner_manager/__init__.py @@ -1,3 +1,3 @@ """Gitea Runner Manager — lean CLI for managing Gitea Actions runners.""" -__version__ = "0.5.0" +__version__ = "0.6.0"