From c3438fc187f4cc545b8c9f704c78a226d87bfdd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:20:06 +0000 Subject: [PATCH] chore(main): release apus 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ build.gradle.kts | 2 +- deploy/charts/apus-operator/Chart.yaml | 4 ++-- deploy/charts/apus-platform/Chart.yaml | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ba3f9c..d94c961 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.8.0", + ".": "0.9.0", "telemetry-addon": "0.2.0", "paper-worldpush": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 588ac1b..b0d8e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/OneLiteFeatherNET/Apus/compare/apus-v0.8.0...apus-v0.9.0) (2026-08-17) + + +### Features + +* an app UI instance per tenant ([#62](https://github.com/OneLiteFeatherNET/Apus/issues/62)) ([e0d87d1](https://github.com/OneLiteFeatherNET/Apus/commit/e0d87d10940201c4ec9cd3e20f318ad60bbcd603)) +* teams, users and impersonation ([#63](https://github.com/OneLiteFeatherNET/Apus/issues/63)) ([bff3ead](https://github.com/OneLiteFeatherNET/Apus/commit/bff3ead07679e7d56528a8c3a8c98a634287d643)) + ## [0.8.0](https://github.com/OneLiteFeatherNET/Apus/compare/apus-v0.7.2...apus-v0.8.0) (2026-08-16) diff --git a/build.gradle.kts b/build.gradle.kts index 43fff64..f6685d5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { alias(libs.plugins.spotless) apply false } -version = "0.8.0" // x-release-please-version +version = "0.9.0" // x-release-please-version subprojects { apply(plugin = "java") diff --git a/deploy/charts/apus-operator/Chart.yaml b/deploy/charts/apus-operator/Chart.yaml index c60e781..66af8de 100644 --- a/deploy/charts/apus-operator/Chart.yaml +++ b/deploy/charts/apus-operator/Chart.yaml @@ -4,8 +4,8 @@ description: The Apus operator and its custom resource definitions — renders M type: application # Both markers are rewritten by release-please in the root track, so the chart # version and the images it deploys always come from the same release. -version: "0.8.0" # x-release-please-version -appVersion: "0.8.0" # x-release-please-version +version: "0.9.0" # x-release-please-version +appVersion: "0.9.0" # x-release-please-version home: https://github.com/OneLiteFeatherNET/Apus sources: - https://github.com/OneLiteFeatherNET/Apus diff --git a/deploy/charts/apus-platform/Chart.yaml b/deploy/charts/apus-platform/Chart.yaml index 846dbea..8e09732 100644 --- a/deploy/charts/apus-platform/Chart.yaml +++ b/deploy/charts/apus-platform/Chart.yaml @@ -4,8 +4,8 @@ description: The Apus REST API and dashboard type: application # Both markers are rewritten by release-please in the root track, so the chart # version and the images it deploys always come from the same release. -version: "0.8.0" # x-release-please-version -appVersion: "0.8.0" # x-release-please-version +version: "0.9.0" # x-release-please-version +appVersion: "0.9.0" # x-release-please-version home: https://github.com/OneLiteFeatherNET/Apus sources: - https://github.com/OneLiteFeatherNET/Apus