You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
-
## 2.0.0 / TBD
1
+
## 2.0.0-rc.1 / 2024-10-19
2
2
3
-
*[FEATURE] rewrite the omreport parser to be more flexible and consistent across `omreport` versions
3
+
*[CHORE] add a basic nix flake to make development easier for me :-)
4
+
*[CHORE] replace logrus with zap logger
5
+
*[CHORE] update dependencies
4
6
*[CHORE] update golang version to 1.23
7
+
*[FEATURE] add `--collectors-additional` flag to allow enabling a disabled exporter on top of the `--collectors-enabled` flag
8
+
*[FEATURE] Helm chart: add `additionalEnv` list and update chart documentation
9
+
*[FEATURE] rewrite the omreport parser logic to be more flexible and consistent across `omreport` commands and versions (fixes #115 and other parsing related issues)
10
+
*[FIX] fix docs page not working (404 errors when opening any page)
11
+
*[FIX] updated documentation for new changes and added a FAQ page
0 commit comments