From 2df0b16ede030ad6ff3d388d05a9a69a916327b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:11:36 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be2a05..8640fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/fluidstackio/chalert/compare/v0.4.0...v0.5.0) (2026-08-17) + + +### Features + +* hot-reload rule files on ConfigMap changes and via /-/reload ([#12](https://github.com/fluidstackio/chalert/issues/12)) ([c43e103](https://github.com/fluidstackio/chalert/commit/c43e1030fe112e859e45481fd074764fe87993a4)) + + +### Bug Fixes + +* sync chart versions with release manifest and fix release-please extra-files ([#5](https://github.com/fluidstackio/chalert/issues/5)) ([7e98487](https://github.com/fluidstackio/chalert/commit/7e9848793be8fcceb089401bc476d70a68c4dcb3)) + ## [0.4.0](https://github.com/Garbett1/chalert/compare/v0.3.0...v0.4.0) (2026-03-25)