Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.8.0",
".": "0.9.0",
"telemetry-addon": "0.2.0",
"paper-worldpush": "0.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/apus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/apus-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down