Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 2.33 KB

changelog.md

File metadata and controls

66 lines (49 loc) · 2.33 KB

2024-08-14

  • Freshen up Windows Workers

2024-07-15

  • Make input root population for hardlinking workers run in parallel
  • Automatic negotiation of NFSv4 minor version
  • Add an NFSv4.1 server
  • Better support for Windows filesystem operations

2024-06-27

  • Better support for windows paths in the filesystem layer
  • Update to Bazel 7.2.0 and Go 1.22.4
  • JWT: Add a signature generator for Ed25519
  • Add support for TLS to HTTP servers
  • Build and use multi-architecture container images.

2024-03-20

  • Rewrite Remote Output Service on top of Google's protocol
  • Using macOS Sonoma 14.4 or later is recommended for NFSv4.0
  • Remove support for FUSE mounts on macOS Use NFS instead.

2024-02-28

  • Integrate kuberesolver into Buildbarn binaries This makes it easier to run Buildbarn on bare metal Kubernetes clusters. https://github.com/buildbarn/bb-storage/commit/a4267fc3c5c3a916004c5021fb13bc2bcf214e05
  • Delay uploads until output files are closed This is needed for asynchronously written core dumps that are captured during execution.
  • Add the ability to link to external pages based on RequestMetadata New required configuration for bb-browser, the nil values does not work. requestMetadataLinksJmespathExpression: '{}'

2024-01-29

2023-12-22

2023-12-05

  • ReferenceExpandingBlobAccess: Add support for CAS references

2023-11-15

  • JWT: Enable reading a JSON Web Key set from a file