release v1.9.0
Build and Push / release (push) Successful in 3s
Build and Push / build (push) Successful in 1m14s

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-11 14:51:32 +02:00
co-authored by Claude
parent 4e68767771
commit 5dbc2c38a4
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
## [1.9.0] - 2026-08-11
### Changed
- `check_history` rows carry `summary` at the top level, beside `status`, matching the other
writer of that table. It was nested under `metrics`, so a reader had to know which producer
wrote a row to find its substance. Old rows keep the nested spelling.
## [1.8.0] - 2026-08-11 ## [1.8.0] - 2026-08-11
### Fixed ### Fixed
+1 -1
View File
@@ -9,7 +9,7 @@ It is the homelab's cron. Recurring work belongs here rather than in a systemd t
## Live contract ## Live contract
`http://localhost:8090/openapi.json` — 10 paths, `version: 1.8.0` (verified 2026-08-11). Human `http://localhost:8090/openapi.json` — 10 paths, `version: 1.9.0` (verified 2026-08-11). Human
docs at `/docs`. Generated from running code, so read it instead of inferring routes. docs at `/docs`. Generated from running code, so read it instead of inferring routes.
**Every route except `/health` requires `Authorization: Bearer $SCHEDULER_API_KEY`.** An **Every route except `/health` requires `Authorization: Bearer $SCHEDULER_API_KEY`.** An
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "the-scheduler" name = "the-scheduler"
version = "1.8.0" version = "1.9.0"
description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation" description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"