Merge pull request #12164 from roidelapluie/rel-243

Address review comments on release 2.43 changelog.
This commit is contained in:
Julien Pivotto 2023-03-21 13:52:36 +01:00 committed by GitHub
commit edfc3bcd02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ structure for labels that uses a single string to hold all the label/values,
resulting in a smaller heap size and some speedups in most cases. We would like
to encourage users who are interested in these improvements to help us measure
the gains on their production architecture. We are providing release artefacts
2.43.0+stringlabels and docker images tagged v2.43.0-stringlabels with those
`2.43.0+stringlabels` and Docker images tagged `v2.43.0-stringlabels` with those
improvements for testing. #10991
* [FEATURE] Promtool: Add HTTP client configuration to query commands. #11487