-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MON-1168: Bump to 0.14.0 #32
Conversation
Signed-off-by: Kemal Akkoyun <[email protected]>
* upstream/release-0.14: Cut release v0.14.0 (thanos-io#2877)
Go's `encoding/json` turns nil slices into `null` instead of `[]`. This is problematic for consumers expecting that the `alerts` field is a JSON array. The same is true for empty rule groups. The solution is to enforce that nil slices are converted to zero-length slices when encoding. Signed-off-by: Simon Pasquier <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: paulfantom, simonpasquier The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
A follow-up to #31
Bringing in thanos-io#2888
/cc @simonpasquier