From 7fa01f74d0fd15359bd4478515437b947eb7b532 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 06:46:35 +0000 Subject: [PATCH] chore(main): release 0.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..258342d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a41f7..d0d8d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.2](https://github.com/PrivateAIM/node-hub-api-adapter/compare/v0.5.1...v0.5.2) (2026-04-09) + + +### Features + +* **auth:** keep internal token fetch within cluster ([7f999e5](https://github.com/PrivateAIM/node-hub-api-adapter/commit/7f999e5fc7c07292af5f16ab2fb148e1fb99ad07)) +* **kong:** add kong ep to delete orphaned services ([e6efc2b](https://github.com/PrivateAIM/node-hub-api-adapter/commit/e6efc2b77055bbe193f4b6d54a95372ecb327285)) + + +### Bug Fixes + +* **kong:** have kong delete service if route fails during initialize ([e13ad2e](https://github.com/PrivateAIM/node-hub-api-adapter/commit/e13ad2e0b87e1edf992cb47960a3141a8d045499)) + ## [0.5.1](https://github.com/PrivateAIM/node-hub-api-adapter/compare/v0.5.0...v0.5.1) (2026-03-18) diff --git a/pyproject.toml b/pyproject.toml index 6bddd56..06c128b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hub-adapter" -version = "0.5.1" +version = "0.5.2" description = "API gateway interface for the Node UI to interact with the other node services and the hub." authors = [{ name = "Bruce Schultz", email = "bruce.schultz@uk-koeln.de" }] readme = "README.md"