Bug Fixes
- Bumps the franz-go version to pull in bug fixes, notably the Record.TimestampDelta varint => varlong fix by @twmb in #8793
- Fix rare histogram metric reporting bug which could lead to Redpanda crashing or terminating
the HTTP connection on which it was serving the metric request. This only occurred when metrics aggregation was enabled. by @VladLazar in #9219 - Fixed a bug that would cause Redpanda to return an invalid offset when consuming from a term that falls below the beginning of the local log when tiered storage is disabled. by @andrwng in #9298
- Fixed issue that may have caused heartbeats to be missed in clusters under load by @mmaslankaprv in #8913
- #8989 An issue is fixed where a cluster might not activate new functionality after an upgrade if a controller leadership change happened at a particular point during upgrade by @jcsp in #8990
- #9037 The type of metrics
redpanda_storage_disk_free_bytes
andredpanda_storage_disk_total_bytes
is corrected from a counter to a gauge by @jcsp in #9038 - #9367 CVE-PENDING: rpk will not modify
redpanda.rpc_server_tls
property when decoding the redpanda.yaml, which means that it will leave the field as a list or as an element depending on what the user has configured - rpk: Fix a panic when using
rpk container
with Podman by @r-vasquez in #9152
Improvements
- Add admin API command that allows changing
--blocked-reactor-notify-ms
parameter on the fly by @Lazin in #9356 - Redact SCRAM username and password for Pandaproxy and schema registry clients in the bundle generated by
rpk debug bundle
by @r-vasquez in #9449 - #9310 * Pandaproxy: Ensure that named consumers are removed from their group when HTTP proxy (Pandaproxy) is shutdown. by @NyaliaLui in #9475
Full Changelog: v22.2.10...v22.2.11