From 9320c84ddf0b8209495879b8157c79e1a1049030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:31:39 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 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 60344b6..2008a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.5.0](https://github.com/kube-rca/backend/compare/0.4.0...0.5.0) (2026-03-09) + + +### Features + +* add auto/manual analysis mode with severity-based control (KAN-172) ([48ecf14](https://github.com/kube-rca/backend/commit/48ecf14fdab1f6fa8a8d6b7cc2f228dd27935e41)) +* add multi-provider OIDC support with auto-detection ([04ee09b](https://github.com/kube-rca/backend/commit/04ee09b776b4ea1534e48d3ba1f39a18222c2e77)) +* add notifier events and webhook-based routing ([e1aceba](https://github.com/kube-rca/backend/commit/e1aceba598a4398fd2bed710dd28bbbe2b412657)) +* add notifier events and webhook-based routing ([e1aceba](https://github.com/kube-rca/backend/commit/e1aceba598a4398fd2bed710dd28bbbe2b412657)) +* add notifier events and webhook-based routing ([c77a6f4](https://github.com/kube-rca/backend/commit/c77a6f4893cbc0060f1d929373066cc34577c448)) +* add settings option ([b6c9231](https://github.com/kube-rca/backend/commit/b6c92315f00df16f7ed5e6cca572d4314844e1ea)) +* add SSE support for real-time event notifications (KAN-165) ([d26e895](https://github.com/kube-rca/backend/commit/d26e895380870a3f0fa17d681bcf02faba2486cd)) +* Alanlysis 기능 추가 (KAN-170) ([1d9f4a8](https://github.com/kube-rca/backend/commit/1d9f4a8e9723577156d3ef166abb42b833be17fe)) +* display OIDC login_id as 'Name (email)' format ([493873f](https://github.com/kube-rca/backend/commit/493873f85d6cefec8d669969320f9c5e417d8015)) +* remove duplicated setting ([add8fa3](https://github.com/kube-rca/backend/commit/add8fa3f2bc906a689d4c951c83d030b64d51874)) +* sync UI/Helm setting ([a7dab54](https://github.com/kube-rca/backend/commit/a7dab54ed5393e69343c91d46d47133cb3ddb6d1)) + + +### Bug Fixes + +* add prompt=select_account to OIDC auth URL ([50ce8f3](https://github.com/kube-rca/backend/commit/50ce8f39ee2b589d7f6cda73f342791b024c79e6)) +* **alerts:** resolve fingerprint dedup causing alert history loss ([#25](https://github.com/kube-rca/backend/issues/25)) ([d1fc66e](https://github.com/kube-rca/backend/commit/d1fc66ec413e2cf528cd2bb5c5048feea1ac7c83)) +* **analyze:** correct fingerprint lookup and add incident-level analysis ([7dbd88a](https://github.com/kube-rca/backend/commit/7dbd88a801d983b3f30c94d552c8a2e6cabd821f)) +* use email as login_id for OIDC users instead of oidc_{sub} ([2efb25b](https://github.com/kube-rca/backend/commit/2efb25bf82a8bbaed3ca49125e6d2128feb5e05a)) + ## [0.4.0](https://github.com/kube-rca/backend/compare/0.3.0...0.4.0) (2026-02-27)