Releases: buildbarn/bb-storage
Releases · buildbarn/bb-storage
Release list
20260711T051926Z-bdd785e
chore(golang): update golang version to 1.26.5
20260627T134922Z-72c33d6
Fix container publishing of partition_ephemeral_disks
20260623T170048Z-b4bd798
Add a container image for partitioning ephemeral disks We often get questions on Slack about how to combine multiple ephemeral block devices into a single larger one, and how to carve it up to have separate block devices for the CAS, AC, etc.. I once wrote a tool that does exactly that. Let's make it part of bb-storage, so that others can use it more easily.
20260609T094425Z-10acc76
chore(golang): update golang version to 1.26.4
20260527T152149Z-3991d6e
Upgrade all Bazel and Go module dependencies
20260527T130856Z-e5a591d
Expand mutable local blobstore to full capacity (#343) Fix a bug where mutable local blobstore doesn't extend the "current" blocks section to the configured number. Consider an action cache configuration with old=8, current=24 and new=1. Previous erroneous behaviour would initialize a fresh node with old,current,new=0,0,0 and the steady state would be old,current,new=8,0,1. When restarting the storage where 9 blocks had been persisted, it would be initialized with old,current,new=0,8,1 and get the steady state old,current,new=8,8,1. After a couple of restarts, it would reach full capacity.
20260519T174026Z-4a60074
chore(golang): update golang version to 1.26.3 (#341)
20260514T101246Z-37f0e8b
perf: reduce allocations on the digest and buffer hot paths (#338)
20260507T124548Z-e5d91ca
feat(jwt): support RSA-PSS signatures (PS256/PS384/PS512) (#336)
20260417T091355Z-5ebb263
chore(golang): update to 1.25.9 / CVE-2026-27143 (#334) * chore(golang): update to 1.25.9 * chore(golang): load sdk version from go.mod