Skip to content

v2.168.0

Compare
Choose a tag to compare
@siggisim siggisim released this 16 May 21:09
· 169 commits to master since this release

Commits

  • de3125f: Improve error message when flags-as-proto decode fails (#9295) (Brandon Duffany) #9295
  • 9d01be8: Extract Capability enum from API Key proto. (#9296) (Vadim Berezniker) #9296
  • 9b6419d: Add execution collector methods needed to replace MySQL (#9258) (Brandon Duffany) #9258
  • c9eed1d: Disable 0-length reads as well (#9300) (Tyler Williams) #9300
  • 8234a63: [raft] fix a race condition on leaseAgent.eg (#9247) (Lulu Zhang) #9247
  • c8afee4: Don't allow zero-length blobs in lookaside cache (#9304) (Tyler Williams) #9304
  • fe105f4: [raft] fix flaky RemoveDeadReplica test (#9301) (Lulu Zhang) #9301
  • 66365a1: [raft] store_test: remove out-of-range check from getReplica (#9302) (Lulu Zhang) #9302
  • 4bf223b: [raft] Remove TestRebalance from quarantine (#9303) (Lulu Zhang) #9303
  • 31ea382: Clarify InvocationLink naming in execution collector (#9298) (Brandon Duffany) #9298
  • 4b8b34f: Automatically report statuses for CI builds (#9292) (Maggie Lou) #9292
  • 80d55e7: [RB] Cleaner error handling for expected errors in CLI (#9180) (Maggie Lou) #9180
  • 31eaf79: Parse JWT once in remoteauth and store those Claims (or error) in Context (#9288) (Iain Macdonald) #9288
  • 41b4adb: [oci cache] Add oci.cache.secret flag (#9297) (Dan Stowell) #9297
  • 2bb7fc0: [Cache Proxy] propagate subdomain to AuthService.Authenticate (#9263) (Iain Macdonald) #9263
  • a2345b5: [testserver] increase server start timeout to 60s (#9310) (Dan Stowell) #9310
  • f29b753: Fix double-slash in s3 webhook paths (#9187) (Brandon Duffany) #9187
  • 758ab7c: mv raft/metadata/server*.go -> raft/metadata/metadata*.go (#9314) (Dan Stowell) #9314
  • aa0bf16: [oci cache] do not set secret on protobuf message (#9313) (Dan Stowell) #9313
  • ddb7557: [raft] fix snapshot bug post-split (#9320) (Lulu Zhang) #9320
  • 2393dc2: [raft] unquarantine TestSplitNonMetaRange (#9321) (Lulu Zhang) #9321
  • Add mod and vendor commands (#9309) #9309 (Son Luong Ngoc)
  • 0824a3f: Fix frontend JS/CSS caching and add tests (#9319) (Brandon Duffany) #9319
  • 8ed53a5: oci runtime: support dockerInit (#9315) (Brandon Duffany) #9315
  • e953157: Check for invalid data in hit tracker service (#9007) (Maggie Lou) #9007
  • be69591: properly track execution metadata when trimming GetActionResult responses for cacheproxy. (#9259) (jim hollenbach) #9259
  • ec5759c: quarantine flaky metadata tests (#9323) (Dan Stowell) #9323
  • e919404: Disable TTL-based eviction from the lookaside cache if lookaside_cache_ttl <= 0 (#9328) (Iain Macdonald) #9328
  • 291b8ad: Move mutex and block profiling flags into monitoring.go (#9299) (Iain Macdonald) #9299
  • c430f72: change tini genrule name (#9330) (Dan Stowell) #9330
  • 19a0338: [oci cache] only write manifests to AC, never to CAS (#9322) (Dan Stowell) #9322
  • 6759524: Don't write to lookaside cache on abandoned reads (#9316) (Vanja Pejovic) #9316
  • a5cc389: [raft] Remove TestSplitMetaRange from quarantine (#9311) (Lulu Zhang) #9311
  • 9ef7a0c: [raft] remove rd from lease (#9318) (Lulu Zhang) #9318
  • d0aca73: Don't generate .list.sum file (#9333) (Brandon Duffany) #9333
  • 4e95a79: [raft] unquarantine TestPostFactoSplit (#9337) (Lulu Zhang) #9337
  • b464a08: [raft] remove ListReplicas API (#9334) (Lulu Zhang) #9334
  • d030819: [raft] unquarantine TestSplitAcross (#9338) (Lulu Zhang) #9338
  • 7a78dad: Codesearch server only processes one update per repo at a time (#9327) (Joe Delfino) #9327
  • 0e91024: Allow "audit log" capability to be used for child groups. (#9340) (Vadim Berezniker) #9340
  • ef2fa2e: Remove unused method arguments.Argument.SetValue since we never use it (#9331) (Zoey Greer) #9331
  • 1ebdfe8: use in-memory sqlite db for tests (#9312) (Dan Stowell) #9312
  • 832c718: [cachetools] Buffer writes in UploadWriter (#9294) (Dan Stowell) #9294
  • 902e9c3: Disable commit status reporting in executor arm64 test builds (#9335) (Brandon Duffany) #9335
  • b887842: Bump undici from 6.21.1 to 6.21.3 in /website (#9345) (dependabot[bot]) #9345
  • 8ff73bf: Fix OrderedArgs.Append (#9344) (Zoey Greer) #9344
  • 2658f19: Refactor code to split out code specifically for dealing with rc files from the core parser code (#9329) (Zoey Greer) #9329
  • 3180821: Prevent tools/bazel from breaking flags-as-proto parsing (#9350) (Brandon Duffany) #9350
  • 4923be8: Revert "[cachetools] Buffer writes in UploadWriter" (#9352) (Dan Stowell)