Skip to content

Commit 37d05b6

Browse files
authored
Merge pull request #97 from sympozium-ai/release-please--branches--main
chore(main): release 0.8.23
2 parents 4c84612 + 3757616 commit 37d05b6

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.22"
2+
".": "0.8.23"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.23](https://github.com/sympozium-ai/sympozium/compare/v0.8.22...v0.8.23) (2026-04-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **install:** disable chart namespace template to avoid collision ([e0aae1c](https://github.com/sympozium-ai/sympozium/commit/e0aae1c3a54a95ee6bd5a8d0a2cf1c9c5d9b4b50))
9+
* **install:** recover from failed releases and simplify ns creation ([4c84612](https://github.com/sympozium-ai/sympozium/commit/4c846129d61b99829ef7219c7dc1ed7c4edb6607))
10+
311
## [0.8.22](https://github.com/sympozium-ai/sympozium/compare/v0.8.21...v0.8.22) (2026-04-10)
412

513

charts/sympozium/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: sympozium
33
description: Sympozium — run a fleet of AI agents on Kubernetes
44
type: application
5-
version: 0.8.22
6-
appVersion: 0.8.22
5+
version: 0.8.23
6+
appVersion: 0.8.23
77
home: https://github.com/sympozium-ai/sympozium
88
sources:
99
- https://github.com/sympozium-ai/sympozium

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.22
1+
0.8.23

0 commit comments

Comments
 (0)