From 6e9c2ec01b12f123cb8fb6b549fa22fe06d81698 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:49:17 +0000 Subject: [PATCH] chore(main): release apus 0.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ build.gradle.kts | 2 +- deploy/charts/apus-operator/Chart.yaml | 4 ++-- deploy/charts/apus-platform/Chart.yaml | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d94c961..dd9e05b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.9.0", + ".": "0.9.1", "telemetry-addon": "0.2.0", "paper-worldpush": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d8e59..9d59190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/OneLiteFeatherNET/Apus/compare/apus-v0.9.0...apus-v0.9.1) (2026-08-17) + + +### Bug Fixes + +* the api jar did not start, and nothing in the build noticed ([#65](https://github.com/OneLiteFeatherNET/Apus/issues/65)) ([633f308](https://github.com/OneLiteFeatherNET/Apus/commit/633f308caec0d32e09121b611f68d10212ce92ee)) + ## [0.9.0](https://github.com/OneLiteFeatherNET/Apus/compare/apus-v0.8.0...apus-v0.9.0) (2026-08-17) diff --git a/build.gradle.kts b/build.gradle.kts index f6685d5..fc3030d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { alias(libs.plugins.spotless) apply false } -version = "0.9.0" // x-release-please-version +version = "0.9.1" // 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 66af8de..c210b36 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.9.0" # x-release-please-version -appVersion: "0.9.0" # x-release-please-version +version: "0.9.1" # x-release-please-version +appVersion: "0.9.1" # 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 8e09732..8d87912 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.9.0" # x-release-please-version -appVersion: "0.9.0" # x-release-please-version +version: "0.9.1" # x-release-please-version +appVersion: "0.9.1" # x-release-please-version home: https://github.com/OneLiteFeatherNET/Apus sources: - https://github.com/OneLiteFeatherNET/Apus