Skip to content

v2.5.4

Compare
Choose a tag to compare
@siggisim siggisim released this 15 Sep 18:58
· 6840 commits to master since this release

Commits

  • a462d26: Clear arp cache (and set time) after resuming from snapshot (Tyler Williams) #981
  • 491bd67: Simplify err handling (Tyler Williams) #981
  • 1c7a575: Upgrade firecracker to v0.24.6 (Tyler Williams) #982
  • 14075e0: Bump version v2.5.2 -> v2.5.3 (release.py) (#980) (Vadim Berezniker) #980
  • a4a6196: Remove ping-SEND/RECV logs from lease code. (Tyler Williams) #983
  • f2726b1: Add warning logs for two more error paths in task lease server. (#985) (Vadim Berezniker) #985
  • 158e0cd: Don't re-use workspaces with different options (#987) (Siggi Simonarson) #987
  • ebe29a8: Don't clean up changed inputs (#988) (Siggi Simonarson) #988
  • 813c792: Move hashString func to a util. (Tyler Williams) #989
  • ee67e7b: Move hashString func to a util. (Tyler Williams) #989
  • cd3f296: Merge branch 'master' of ssh://github.com/buildbuddy-io/buildbuddy into hashutil (Tyler Williams) #989
  • e731fb2: Fix build. (Tyler Williams) #989
  • 0cff577: Add redsync dep (#991) (Brandon Duffany) #991
  • 2bec011: Add memhash (Tyler Williams) #1004
  • 06cae99: Bump axios from 0.21.1 to 0.21.4 in /website (#995) (dependabot[bot]) #995
  • f40e582: Fix 'Maximum call stack size exceeded' (#998) (Brandon Duffany) #998
  • 54c93b4: m1 release (#994) (Siggi Simonarson) #994
  • 3f09253: Implement SAML auth (#993) (Siggi Simonarson) #993
  • f22d95f: If a group has sso enabled, use that as the default login mechanism on their join page (#1001) (Siggi Simonarson) #1001
  • 2a3632e: Fix anti-aliasing artifacts in logo (#1002) (Brandon Duffany) #1002
  • ebda321: Buildfix. (Tyler Williams) #1004
  • 1ed61ff: Fix two data races in disk_cache.go (Tyler Williams) #1005
  • 4c356d7: Make LRU into an interface for easier refactoring (Tyler Williams) #1007
  • daedde9: Simplify size/evict functions. (Tyler Williams) #1007
  • e210417: Use uint64s as LRU map keys, rather than long file paths. (Tyler Williams) #1007
  • 07ef497: Refactor auth callsite too. (Tyler Williams) #1007
  • 0fb6cf3: Support conflict keys in case of hash collision. (Tyler Williams) #1009
  • 8daa76a: Remove abominable named return values. (Tyler Williams) #1009
  • f947740: Short circuit delete. (Tyler Williams) #1009
  • 9916188: Add a VFS gRPC API + server based on the FUSE API. (#1006) (Vadim Berezniker) #1006
  • 34a4e6d: Support short-lived container registry credentials via remote_header (#967) (Brandon Duffany) #967
  • 2f035a4: Automatically add users who sign up via SSO to organization's group and don't add them based on domain (#1000) (Siggi Simonarson) #1000
  • 1d02e0a: Show platform props on action page (#1003) (Brandon Duffany) #1003
  • 8bbe4cf: S3 bucket config changes (#1011) (Siggi Simonarson) #1011
  • 4a1cd49: More debug logging (#1012) (Siggi Simonarson) #1012
  • 6e046fd: Bump version v2.5.3 -> v2.5.4 (release.py) (Tyler Williams)