Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rpk_25.1.8_checksums.txt | 2025-07-15 | 522 Bytes | |
rpk-darwin-amd64.zip | 2025-07-15 | 23.2 MB | |
rpk-darwin-arm64.zip | 2025-07-15 | 21.9 MB | |
rpk-linux-amd64.zip | 2025-07-15 | 39.1 MB | |
rpk-linux-arm64.zip | 2025-07-15 | 36.5 MB | |
rpk-windows-amd64.zip | 2025-07-15 | 23.2 MB | |
rpk-windows-arm64.zip | 2025-07-15 | 21.6 MB | |
README.md | 2025-07-15 | 3.0 kB | |
v25.1.8 source code.tar.gz | 2025-07-15 | 7.4 MB | |
v25.1.8 source code.zip | 2025-07-15 | 10.6 MB | |
Totals: 10 Items | 183.6 MB | 0 |
Bug Fixes
- Fixed an issue with consumer groups with manually assigned consumers. When an OffsetDeleteRequest was sent on such a group, a GROUP_SUBSCRIBED_TO_TOPIC error was returned. by @IoannisRP in #26704
- Fixes a bug where data loss could occur during FPM w/ tiered storage disabled by @oleiman in #26818
- Fixes a hang in RPC dispatch that may result in failed replication and leadership transfers. by @bharathv in #26805
- Increase the default self check timeout from 5s to 10s to leave time to retry DNS lookups if they time out during a self check operation. by @pgellert in #26776
- Resolves a memory leak scenario in node_status_backend by resetting connections which make no progress by @joe-redpanda in #26800
- Return the correct error response if the RPC to the leader for deleting ACLs fails. by @BenPope in #26783
- This fixes a bug in Redpanda's self-check functionality, where the self-check would occasionally fail with 'Uploaded key/payload could not be found in cloud storage item list.' despite the object being successfully uploaded. This issue occurred when testing against an Azure ABS tiered storage endpoint. by @pgellert in #26713
- #26738 Fixes a bug in which a
segment
produced by adjacent merge compaction did not have its batch cache reset, leading to potentially stale reads in thestorage
layer. by @WillemKauf in #26740
Improvements
- Fall back to the previously uploaded cluster manifest's group offset snapshot if uploading the group offsets fails for a consumer offsets topic partition. by @pgellert in #26793
- Make segment download timeouts configurable in cloud cache hydration by @oleiman in #26780
- PR #26641 [v25.1.x] [CORE-8392] http: Add shutdown connection error code by @Lazin
- PR #26699 [backport v25.1.x] iceberg/config: mark iceberg auth options as restored (default) by @wdberkeley
- PR #26734 [v25.1.x] [CORE-12729] debug/bundle: forward kubernetes env vars to rpk by @IoannisRP
- PR #26771 [v25.1.x] raft/heartbeat_manager: timeout memory leak fix by @joe-redpanda
Full Changelog: https://github.com/redpanda-data/redpanda/compare/v25.1.7...v25.1.8