aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* [sqlite-r2d2] implement connection pooling in sqlite backendAlex Auvolat2024-03-181-6/+40
|
* [db-snapshot] implement meta_auto_snapshot_intervalAlex Auvolat2024-03-151-0/+1
|
* [rel-0.9.3] Bump version to 0.9.3v0.9.3Alex Auvolat2024-03-041-10/+10
|
* [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2Alex Auvolat2024-03-011-10/+10
|
* [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token ↵Alex Auvolat2024-02-291-0/+24
| | | | checking
* [import-netapp] fix testsAlex Auvolat2024-02-151-0/+50
|
* [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-31/+31
|
* [fix-cargo-toml] fix cargo warnings in Cargo.toml filesfix-cargo-tomlAlex Auvolat2024-02-151-17/+17
|
* [dep-upgrade-202402] update toml, kube and k8s-openapiAlex Auvolat2024-02-081-195/+122
|
* [dep-upgrade-202402] upgrade to http/hyper 1.x for testsAlex Auvolat2024-02-051-7/+95
|
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-41/+112
|
* [dep-upgrade-202402] update aws-sdk dependenciesAlex Auvolat2024-02-051-134/+324
|
* [dep-upgrade-202402] upgrade easy dependenciesAlex Auvolat2024-02-051-87/+75
|
* [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-51/+0
|
* [dep-upgrade-202402] update dependency minor versions using `cargo update`Alex Auvolat2024-02-051-471/+607
|
* Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-9/+9
|
* Merge tag 'v0.8.5' into sync-08-09Alex Auvolat2024-01-161-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Garage v0.8.5 This minor release includes the following improvements and fixes: New features: - Configuration: make LMDB's `map_size` configurable and make `block_size` and `sled_cache_capacity` expressable as strings (such as `10M`) (#628, #630) - Add support for binding to Unix sockets for the S3, K2V, Admin and Web API servers (#640) - Move the `convert_db` command into the main Garage binary (#645) - Add support for specifying RPC secret and admin tokens as environment variables (#643) - Add `allow_world_readable_secrets` option to config file (#663, #685) Bug fixes: - Use `statvfs` instead of mount list to determine free space in metadata/data directories (#611, #631) - Add missing casts to fix 32-bit build (#632) - Fix error when none of the HTTP servers (S3/K2V/Admin/Web) is started and fix shutdown hang (#613, #633) - Add missing CORS headers to PostObject response (#609, #656) - Monitoring: finer histogram boundaries in Prometheus exported metrics (#531, #686) Other: - Documentation improvements (#641)
| * Bump version to 0.8.5Alex Auvolat2024-01-161-9/+9
| |
| * config: refactor secret sourcingAlex Auvolat2024-01-151-0/+1
| |
* | bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-9/+9
| |
* | Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-0/+16
|\|
| * cargo: add hyperlocal as a dependencynetworkException2023-09-291-0/+16
| |
* | actually update rmp-serde to 1.1.2 for both garage and netapp dependency ↵v0.9.0-beta4Alex Auvolat2023-09-271-4/+4
| | | | | | | | (fix #629)
* | new layout: improve output displayAlex Auvolat2023-09-121-0/+1
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-15/+13
|\|
| * use statvfs instead of mount list to determine free data/meta space (fix #611)Alex Auvolat2023-09-111-15/+12
| |
| * config: make block_size and sled_cache_capacity expressable as stringsAlex Auvolat2023-09-111-1/+1
| |
| * make lmdb's map_size configurable (fix #628)Alex Auvolat2023-09-111-0/+1
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-13/+13
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-9/+9
| |
| * Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15Alex Auvolat2023-09-051-15/+4
| |
* | block manager: multi-directory layout computationAlex Auvolat2023-09-061-0/+1
| |
* | use a NaiveDate in data model, it serializes to string (iso 8601 format)Alex Auvolat2023-08-301-0/+1
| |
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-838/+694
|\|
| * add garage_db dependency in garage_rpcnext-0.8Alex Auvolat2023-08-281-0/+1
| |
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-9/+9
| |
| * cargo: Updated gethostname v0.2.3 -> v0.4.3.Jonathan Davies2023-08-281-3/+3
| |
| * cargo: Updated pretty_env_logger v0.4.0 -> v0.5.0.Jonathan Davies2023-08-281-38/+20
| |
| * garage/api: cargo: Updated idna dependency to 0.4.Jonathan Davies2023-08-281-12/+2
| |
| * garage/db: cargo: Updated rusqlite to 0.29.Jonathan Davies2023-08-281-5/+5
| |
| * cargo: Updated:Jonathan Davies2023-08-281-335/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | * addr2line v0.19.0 -> v0.20.0 * async-compression v0.4.0 -> v0.4.1 * clap v4.3.8 -> v4.3.19 * hyper v0.14.26 -> v0.14.27 * ipnet v2.7.2 -> v2.8.0 * rmp v0.8.11 -> v0.8.12 * serde v1.0.164 -> v1.0.188 * tokio v1.29.0 -> v1.31.0 * zstd v0.12.3+zstd.1.5.2 -> v0.12.4 * Others in `cargo update`
| * cargo: Updated async-compression to 0.4.Jonathan Davies2023-06-281-26/+7
| |
| * cargo: Updated tokio to 1.29.Jonathan Davies2023-06-281-2/+3
| |
| * Cargo.lock: Updated.Jonathan Davies2023-06-261-596/+558
| |
* | update netapp's rmp-serde dependency to v1.1Alex Auvolat2023-06-131-15/+4
| |
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-700/+748
|\|
| * bump k2v-client to v0.0.4k2v-client-aws-sigv4Alex Auvolat2023-05-221-1/+1
| |
| * Add basic k2v_client integration testsAlex Auvolat2023-05-221-0/+1
| |
| * Port k2v-client to aws-sigv4 since rusoto_signature is deprecatedAlex Auvolat2023-05-191-187/+161
| |
| * add tracing to k2v-clientAlex Auvolat2023-05-181-1/+3
| |