release: v0.6.0 [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""Gitea Runner Manager — lean CLI for managing Gitea Actions runners."""
|
||||
|
||||
__version__ = "0.5.0"
|
||||
__version__ = "0.6.0"
|
||||
|
||||
Reference in New Issue
Block a user