Skip to content

Tags: buchgr/bazel-remote

Tags

v2.5.0

Remove github release workflow

I will revert to producing the github release binaries manually
for now, so I can create binaries that run on OS releases older
than the currently-supported github-hosted runners.

v1.3.4

Upgrade github.com/mostynb/go-grpc-compression to avoid decompression…

… bomb DoS

mostynb/go-grpc-compression#27

v2.4.4

Build container image with clang-17 on arm64

v2.4.3

Go fmt

v2.4.2

Test /metrics with basic-auth and mTLS

v2.4.1

Upgrade to go 1.20.1

v2.4.0

The distroless nossl images are no longer in preview

v2.3.9

[azblobproxy] report an error when client id is required but not set

v2.3.8

[disk] limit the number of concurrent file removals even more on mac

This also adds a startup log line mentioning the value, to help debugging.

This might avoid #554.

v2.3.7

Make remoteHTTPProxyCache.Contains do HEAD request

As only headers and response status are important and body is ignored
doing http HEAD will save some network.

Signed-off-by: Anton Tiurin <atiurin@proton.me>