From 24a9678dcc68057c64106ae1125fdb43413279f4 Mon Sep 17 00:00:00 2001 From: tyltr Date: Wed, 8 Mar 2023 17:59:08 +0800 Subject: [PATCH 1/2] typo 'efficcient' (#12090) Signed-off-by: tylitianrui --- promql/value.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promql/value.go b/promql/value.go index 4db976e979..91904dda25 100644 --- a/promql/value.go +++ b/promql/value.go @@ -82,7 +82,7 @@ func (s Series) String() string { func (s Series) MarshalJSON() ([]byte, error) { // Note that this is rather inefficient because it re-creates the whole // series, just separated by Histogram Points and Value Points. For API - // purposes, there is a more efficcient jsoniter implementation in + // purposes, there is a more efficient jsoniter implementation in // web/api/v1/api.go. series := struct { M labels.Labels `json:"metric"` From 7989bc4f550c05a750a7d2703998cfe01d17fa71 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 8 Mar 2023 11:25:34 +0100 Subject: [PATCH 2/2] Add roidelapluie as 2.43 Release Shepherd Signed-off-by: Julien Pivotto --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 360a1d7484..776164ced7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -47,7 +47,7 @@ Release cadence of first pre-releases being cut is 6 weeks. | v2.40 | 2022-11-02 | Ganesh Vernekar (GitHub: @codesome) | | v2.41 | 2022-12-14 | Julien Pivotto (GitHub: @roidelapluie) | | v2.42 | 2023-01-25 | Kemal Akkoyun (GitHub: @kakkoyun) | -| v2.43 | 2023-03-08 | **searching for volunteer** | +| v2.43 | 2023-03-08 | Julien Pivotto (GitHub: @roidelapluie) | | v2.44 | 2023-04-19 | **searching for volunteer** | If you are interested in volunteering please create a pull request against the [prometheus/prometheus](https://github.com/prometheus/prometheus) repository and propose yourself for the release series of your choice.