Skip to content

Commit 1c796e6

Browse files
authored
Merge pull request #90 from sympozium-ai/release-please--branches--main
chore(main): release 0.8.18
2 parents eb1ad6a + f1a1e58 commit 1c796e6

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.17"
2+
".": "0.8.18"
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.18](https://github.com/sympozium-ai/sympozium/compare/v0.8.17...v0.8.18) (2026-04-05)
4+
5+
6+
### Bug Fixes
7+
8+
* cascade-delete scheduled AgentRuns when their Schedule is removed ([eb1ad6a](https://github.com/sympozium-ai/sympozium/commit/eb1ad6af113686ae5b77c5d3b28c4ba9a913aabb))
9+
* scheduler picks next free run-number suffix to avoid ghost runs ([205829a](https://github.com/sympozium-ai/sympozium/commit/205829a2c1525d2b2cf5fbdb09829b254790f601))
10+
311
## [0.8.17](https://github.com/sympozium-ai/sympozium/compare/v0.8.16...v0.8.17) (2026-04-05)
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.17
6-
appVersion: 0.8.17
5+
version: 0.8.18
6+
appVersion: 0.8.18
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.17
1+
0.8.18

0 commit comments

Comments
 (0)