diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 188aea3..fa704e8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -30,4 +30,4 @@ jobs: if: success() run: | curl -sf -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \ - http://watchtower:8070/v1/update + http://watchtower:8080/v1/update diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe1a45..22a13e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to The Scheduler will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.0.4] - 2025-12-14 + +### Fixed +- CI/CD: Correct Watchtower port (8080) + ## [1.0.3] - 2025-12-14 ### Added diff --git a/pyproject.toml b/pyproject.toml index eaf3703..31c4400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "the-scheduler" -version = "1.0.3" +version = "1.0.4" description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation" readme = "README.md" requires-python = ">=3.12"