Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rpk-windows-amd64.zip | 2025-07-29 | 23.3 MB | |
rpk_25.2.1_checksums.txt | 2025-07-29 | 522 Bytes | |
rpk-linux-amd64.zip | 2025-07-29 | 39.3 MB | |
rpk-darwin-amd64.zip | 2025-07-29 | 23.4 MB | |
rpk-darwin-arm64.zip | 2025-07-29 | 22.1 MB | |
rpk-linux-arm64.zip | 2025-07-29 | 36.6 MB | |
rpk-windows-arm64.zip | 2025-07-29 | 21.8 MB | |
README.md | 2025-07-29 | 4.3 kB | |
v25.2.1 source code.tar.gz | 2025-07-29 | 7.8 MB | |
v25.2.1 source code.zip | 2025-07-29 | 11.1 MB | |
Totals: 10 Items | 185.4 MB | 0 |
Features
- Schema Registry: Support granular authorization of endpoints via ACLs by @BenPope in #26758
- Support for JSON (via JSON Schema) translation to Iceberg. by @nvartolomei in #26271
- This adds support for using the AWS Glue Data Catalog as an Iceberg REST catalog. To use Glue as an Iceberg REST catalog, configure the standard Iceberg REST catalog and AWS cloud storage configuration and set
iceberg_rest_catalog_authentication_mode
toaws_sigv4
. Additionally, the Glue Data Catalog requires a base location for table storage, configured byiceberg_rest_catalog_base_location
. by @wdberkeley in #26363 - Add support for `max.compaction.lag.ms which sets the maximum time before a message becomes eligible for compaction. This can be used to induce periodic compaction of a topic in some cases. by @wdberkeley in #26172
- Add support for
min.compaction.lag.ms
. In a compacted topic, this property sets the minimum time for which a message will remain ineligible for compaction. This can be used to reduce the frequency of compactions in some cases. by @wdberkeley in #26172 - Added support for the
format=serialized
query parameter for protobuf schemas for the following schema registry endpoints: by @IoannisRP in #26124 get schema/ids/{id}
post subject/{sub}
get subject/{subject}/version/{version}
get subject/{subject}/version/{version}/schema
- Kafka: Implement KIP-700 DescribeCluster (API 60) v0 by @BenPope in #25919
- Redpanda now supports KIP-554 by @michael-redpanda in #24935
- adds the
kafka_topics_max
cluster configuration that can be used to enforce a maximum user topic count cluster-wide. by @ballard26 in #26302 - Allows direct uploading of debug bundles collected with
rpk debug remote-bundle
by @JFlath in #26399 - rpk: Get df output in debug bundle by @JFlath in #23753
- Adds the
topic_label_aggregation_limit
cluster config that when set will dynamically aggregate the topic label in metrics when topic count exceeds the set value. by @ballard26 in #26385 - Force reconfiguration/recovery of partitions now supports updating any in-progress move, regardless of its state. This makes it much easier to use as an escape hatch to recover partitions in various stuck scenarios that would otherwise be difficult to recover. by @bharathv in #26549
- Add the ability to "force" a node ID override in situations where the node already has an ID assigned [INC-774]. by @oleiman in #25963
- pandaproxy/sr: [Core-9938] Add support for format query parameter by @IoannisRP in #25971
- Introduces two new loggers,
pandaproxy/requests
andschemaregistry/requests
for the printing of full request and response bodies of Rest Proxy (Pandaproxy) and Schema Registry requests when enabled at the trace level. by @pgellert in #25824 - allow use
rpk cluster config get
in Redpanda cloud clusters. by @andresaristizabal in #26133 - rpk security secret: Now you can modify the scope for which a Redpanda cloud secret is created. by @andresaristizabal in #25747
In addition, there are many improvements and bug fixes in this release.
Full Changelog: https://github.com/redpanda-data/redpanda/compare/v25.1.1...v25.2.1