From 94192ebd0015ceb6886dd58b126e489d69dc83ae Mon Sep 17 00:00:00 2001 From: Bartosz Zurkowski Date: Wed, 9 Sep 2020 17:21:35 +0200 Subject: [PATCH] Update changelog Signed-off-by: Bartosz Zurkowski --- CHANGELOG.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3bd35..702d9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,66 @@ ## [Unreleased](https://github.com/openrca/orca/tree/HEAD) -[Full Changelog](https://github.com/openrca/orca/compare/7949332e2d0f75a6e15ecb2fc2d7cf9aa67af6bd...HEAD) +## [0.2.0](https://github.com/openrca/orca/tree/0.2.0) (2020-09-09) + +[Full Changelog](https://github.com/openrca/orca/compare/0.1.0...0.2.0) + +**Implemented enhancements:** + +- Add alerts API [\#98](https://github.com/openrca/orca/issues/98) +- Add node properties to graph payload [\#96](https://github.com/openrca/orca/issues/96) +- Add CORS headers to API [\#94](https://github.com/openrca/orca/issues/94) +- Add API for retrieving graph state by datetime [\#92](https://github.com/openrca/orca/issues/92) +- Add sample values for Istio operator [\#67](https://github.com/openrca/orca/issues/67) +- Remove alert if resolved in upstream [\#63](https://github.com/openrca/orca/issues/63) +- Change logo [\#60](https://github.com/openrca/orca/issues/60) +- Falco alerts mapping [\#35](https://github.com/openrca/orca/issues/35) +- Prometheus alerts mapping [\#34](https://github.com/openrca/orca/issues/34) +- Add probe for Kubernetes ingress [\#28](https://github.com/openrca/orca/issues/28) +- Add probe for Kubernetes cron jobs [\#27](https://github.com/openrca/orca/issues/27) +- Add probe for Kubernetes jobs [\#26](https://github.com/openrca/orca/issues/26) +- Add Helm chart for UI [\#88](https://github.com/openrca/orca/pull/88) ([bzurkowski](https://github.com/bzurkowski)) + +**Fixed bugs:** + +- Restart watch on K8S 410 gone instead of restarting the probe [\#81](https://github.com/openrca/orca/issues/81) +- Invalid origin for Gateway entities in Istio linker [\#80](https://github.com/openrca/orca/issues/80) +- Alert nodes not linked in the graph [\#71](https://github.com/openrca/orca/issues/71) +- Unable to enable Prometheus probe [\#69](https://github.com/openrca/orca/issues/69) +- Unify extraction of alert message in Prometheus probe [\#66](https://github.com/openrca/orca/issues/66) +- Deleted nodes not excluded from query result [\#51](https://github.com/openrca/orca/issues/51) +- Empty Kubernetes fields in Falco output [\#13](https://github.com/openrca/orca/issues/13) + +**Closed issues:** + +- Add information about Helm version support [\#90](https://github.com/openrca/orca/issues/90) + +**Merged pull requests:** + +- Remove alert if if status is down [\#102](https://github.com/openrca/orca/pull/102) ([bzurkowski](https://github.com/bzurkowski)) +- Graph filtering by point in time [\#100](https://github.com/openrca/orca/pull/100) ([bzurkowski](https://github.com/bzurkowski)) +- Add alerts endpoint [\#99](https://github.com/openrca/orca/pull/99) ([aleksandra-galara](https://github.com/aleksandra-galara)) +- Add extended graph node payload [\#97](https://github.com/openrca/orca/pull/97) ([bzurkowski](https://github.com/bzurkowski)) +- Add CORS headers to API [\#95](https://github.com/openrca/orca/pull/95) ([aleksandra-galara](https://github.com/aleksandra-galara)) +- Add information about Helm version support [\#91](https://github.com/openrca/orca/pull/91) ([bzurkowski](https://github.com/bzurkowski)) +- Add alert probe for Zabbix [\#85](https://github.com/openrca/orca/pull/85) ([aleksandra-galara](https://github.com/aleksandra-galara)) +- Break instead of return from K8S watch loop [\#84](https://github.com/openrca/orca/pull/84) ([bzurkowski](https://github.com/bzurkowski)) +- Fix Gateway origin in Istio linker [\#83](https://github.com/openrca/orca/pull/83) ([bzurkowski](https://github.com/bzurkowski)) +- Update logo [\#79](https://github.com/openrca/orca/pull/79) ([filwie](https://github.com/filwie)) +- Add probe for Kubernetes ingress [\#78](https://github.com/openrca/orca/pull/78) ([aleksandra-galara](https://github.com/aleksandra-galara)) +- Add probe for Kubernetes cron\_jobs [\#77](https://github.com/openrca/orca/pull/77) ([aleksandra-galara](https://github.com/aleksandra-galara)) +- Add probe for Kubernetes jobs [\#76](https://github.com/openrca/orca/pull/76) ([aleksandra-galara](https://github.com/aleksandra-galara)) +- Add more fields for alert message extraction [\#73](https://github.com/openrca/orca/pull/73) ([bzurkowski](https://github.com/bzurkowski)) +- Fix alert linker [\#72](https://github.com/openrca/orca/pull/72) ([bzurkowski](https://github.com/bzurkowski)) +- Fix Prometheus enablement flag [\#70](https://github.com/openrca/orca/pull/70) ([bzurkowski](https://github.com/bzurkowski)) +- Add sample values for Istio operator [\#68](https://github.com/openrca/orca/pull/68) ([bzurkowski](https://github.com/bzurkowski)) +- Convert README to markdown [\#61](https://github.com/openrca/orca/pull/61) ([bzurkowski](https://github.com/bzurkowski)) +- Falco alerts mapping [\#59](https://github.com/openrca/orca/pull/59) ([aleksandra-galara](https://github.com/aleksandra-galara)) +- Complete mapping of Prometheus alerts [\#53](https://github.com/openrca/orca/pull/53) ([aleksandra-galara](https://github.com/aleksandra-galara)) + +## [0.1.0](https://github.com/openrca/orca/tree/0.1.0) (2020-04-17) + +[Full Changelog](https://github.com/openrca/orca/compare/7949332e2d0f75a6e15ecb2fc2d7cf9aa67af6bd...0.1.0) **Implemented enhancements:**