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
Ruler Experimental API: Fix rule group validation (#3210)
* Ruler Experimental API: Fix rule group validation
Fixed a few cases where the API would allow us to submit a bad rule
group payload which would end up overwriting existing ones.
Signed-off-by: gotjosh <[email protected]>
* Add changelog
Signed-off-by: gotjosh <[email protected]>
* Appease the linter
Signed-off-by: gotjosh <[email protected]>
Co-authored-by: Marco Pracucci <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
*[BUGFIX] Ruler: directories in the configured `rules-path` will be removed on startup and shutdown in order to ensure they don't persist between runs. #3195
15
15
*[BUGFIX] Handle hash-collisions in the query path. #3192
16
16
*[BUGFIX] Check for postgres rows errors. #3197
17
+
*[BUGFIX] Ruler Experimental API: Don't allow rule groups without names or empty rule groups. #3210
17
18
*[BUGFIX] Experimental Alertmanager API: Do not allow empty Alertmanager configurations or bad template filenames to be submitted through the configuration API. #3185
0 commit comments