Skip to content

v1.0.17

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jun 10:23
afa06c7

Features

  • add live snapshot API with device ID tracking and layer restacking #387 (Yifan Yuan)
  • adding https mode to credentialConfig #397 (Julius)

Bug Fixes

  • cache: cap actualEvict by totalUsed_ to prevent eviction deadloop #400 (yuchen.cc)
  • pass node label value to OverlayBD_Alive metric render #401 (Sri Harsha)

Documentation

Code Refactoring

  • move ApiServer&ApiHandler to cpp file and overwrite config after creating snapshot per review #396 (Xun Chen)

Continuous Integration

  • declare workflow-level contents: read on 2 workflows #403 (Arpit Jain)

Chores

Commits

  • a618d27: Add zstd decompression support for overlaybd-apply (Adam Lesinski) #371
  • b94d3e5: Fix buffer-overflow in sha256 string construction (Adam Lesinski) #377
  • 187dd98: Fix prometheus metrics text exporter rendering (Adam Lesinski) #378
  • 28144f8: add linearized b+tree in lsmt (Lanzheng Liu) #381
  • 9f44633: update doc for lsmt lookup (Lanzheng Liu) #383
  • 80362a7: support 32bit linearized B+tree for lsmt (Lanzheng Liu) #384
  • e57b829: Add BUILD_STREAM_CONVERTOR to optionally avoid the yaml-cpp dependency (James Le Cuirot) #391
  • bb6315b: Find system-wide CURL and OpenSSL using the correct casing (James Le Cuirot) #391
  • 271b3ac: Replace deprecated CMake FetchContent_Populate calls (James Le Cuirot) #391
  • 196faca: Try finding RapidJSON with pkg-config before fetching with git (James Le Cuirot) #391
  • 135f729: Fix builds with GCC 15 (Krzesimir Nowak) #393
  • 0c33275: Fix netlink buffer overflow for concurrent TCMU (Robert Landlord) #399
  • 92a6f0e: use audit instead of info (yuchen.cc) #400
  • 310d3aa: remove build release for 'centos 7' (Yifan Yuan) #405