chore: release api v1.0.1
Build and Push API / release (push) Successful in 2s
Build and Push API / build (push) Successful in 1m39s

Patch release for the network migration: docker-hostname config
defaults for Tatlock/SearXNG and CI image push via the
git.schweitz.net registry route.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 12:32:02 +02:00
co-authored by Claude Fable 5
parent 6ac1d15591
commit 5998571890
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.1] - 2026-07-19
### Changed
- Default `TATLOCK_API_URL` and `SEARXNG_URL` now use docker container names (`http://tatlock:8000`, `http://searxng:8080`) instead of host IP:port, for container-to-container traffic on the docker-dataplane network
- CI workflow now pushes Docker images via the `git.schweitz.net` registry route
## [1.0.0] - 2026-01-15
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "webber-api"
version = "1.0.0"
version = "1.0.1"
description = "Webber API - Multi-Agent AI Development Server"
authors = [
{name = "jpmschweitzer"}