tag name | v0.8.0-rc2 (0dc03259923be2953da135b6058c3a24ca963a43) |
tag date | 2022-11-05 12:40:57 +0100 |
tagged by | Alex Auvolat <alex@adnab.me> |
tagged object | commit 5254750658... |
download | garage-0.8.0-rc2.tar.gz garage-0.8.0-rc2.zip |
---|
Second release candidate for Garage v0.8.0
Changes since v0.8.0-rc1:
- Shutdown properly on SIGTERM/SIGHUP and on Windows signals (#396)
- Fix time calculations that made Garage panic in extreme scenarios
(#398, thanks to Zorun for the intensive testing)
- Add Helm chart for running Garage inside of Kubernetes (#331, thanks
chemicstry and Maximilien)
- Upgraded build toolchain with Rust >= 1.63.0 (#400)
- Admin API and K2V API: return HTTP 204 No Content when appropriate
(#376, #403, thanks Tobias Krischer for the contribution)
- Add support for talking to Consul through HTTPS (#405)
- Many documentation updates