Skip to content

Releases: buchgr/bazel-remote

v2.4.4

22 May 06:50
Compare
Choose a tag to compare

Externally visible changes since v2.4.3:

  • Add experimental gRPC proxy backend
  • Add --min_tls_version flag (does not apply to proxy backends)
  • [metrics] initialize hits/misses for each cache entry kind
  • Fix container entrypoints
  • Upgrade to debian12 base container images
  • Fix infinite recursion with idle timer
  • [s3proxy] add signature_type config option
  • Upgrade azidentity to v1.5.2

v2.4.3

30 Aug 11:50
Compare
Choose a tag to compare

Externally visible changes since v2.4.2:

  • Make config files work again (#694)
  • Fix serving uncompressed blob as compressed (#691)

v2.4.2

21 Aug 20:08
Compare
Choose a tag to compare

The use of config files is broken in this release. Please upgrade to v2.4.3 for a fix.

Externally visible changes since v2.4.1:

  • Log an error when unable to reserve enough space to download a blob from proxy backends. #649
  • Always enable cgo in builds made with bazel. #655
  • Require the max_size argument (or corresponding environment variable) when running the container images. #660
  • Add s3 addressing style support. #662 #668
  • Http proxy sets content length when uncompressed. #676
  • Support HTTP proxy with mTLS. #679
  • Make unsupported /metrics requests more obvious. #687

Note: the mac binaries attached here were made from 43755b3 - hopefully the release trigger works automatically in the next release.

v2.4.1

06 Mar 20:53
Compare
Choose a tag to compare

Externally visible changes since v2.4.0:

  • Delete .DS_Store files when migrating cache dir, ignore them when loading a current cache dir #640
  • Make bazel-remote packages consumable as a module #635

Update 2023-04-29: re-uploaded bazel-remote-2.4.1-linux-arm64 correctly built with cgo zstd support.

v2.4.0

01 Jan 19:00
Compare
Choose a tag to compare

Externally visible changes since v2.3.9:

  • Faster startup by scanning cache dir in parallel, and optimising the LRU index sorting.
  • Make idle_timeout setting also apply when using https.
  • Shutdown gracefully on sigint (ctrl-c) and sigterm.
  • Exit immediately if either of the HTTP or gRPC servers fail.
  • Fix AC key mangling for gRPC.
  • Always allow gRPC health check requests, even without authentication. #590
  • Fix cache file permissions, they shouldn't be world-writable.
  • Avoid a bunch of corner case crashes.
  • Use a docker base container image without openssl. #605
  • Advertise support up to REAPI version 2.3.
  • Allow setting local timezone for logs.
  • Allow logging without timestamps.

v2.3.9

31 Aug 23:13
Compare
Choose a tag to compare

Externally visible changes since v2.3.8:

  • Add experimental Azure blob storage proxy backend (#560)
  • Set log flags before logging anything
  • Add -zstd_implementation=cgo option (#559, #485)
  • Build linux release binaries on ubuntu 18.04
  • Upgrade to go 1.19

v2.3.8

17 Jun 11:14
Compare
Choose a tag to compare

Externally visible changes since v2.3.7:

  • Update s3 object timestamps on cache hit (#542)
  • [disk] limit the number of concurrent file removals even more on mac (#556)

v2.3.7

24 Apr 21:45
Compare
Choose a tag to compare

Externally visible changes since v2.3.6:

  • Add missing access log entry
  • [metrics] add lru eviction idle time metric
  • Correct FindMissingCasBlobs metrics
  • Remove S3 performance note from README
  • Make remoteHTTPProxyCache.Contains do HEAD request

v2.3.6

15 Mar 23:54
Compare
Choose a tag to compare

Externally visible changes since v2.3.5:

  • Update minio-go in the bazel build too (fix release binaries + docker images) (#534)

v2.3.5

15 Mar 21:04
Compare
Choose a tag to compare

Externally visible changes since v2.3.4:

  • [grpc] Add basic bytestream QueryWriteStatus support (#528)
  • Add a max proxy blob size option (#526)
  • Update minio-go - fix for s3 IAM auth delays (#531)
  • Improve GetValidatedActionResult() performance by validating action result blobs in parallel (#530)