|
df30f3df4b
|
Merge pull request 'helm chart improvements' (#425) from patrickjahns/garage:helm-improvements into main
continuous-integration/drone/push Build is failing
Reviewed-on: #425
|
2023-01-27 10:51:04 +00:00 |
|
|
50bce43f25
|
refactor(helm): use stable as image tag for init container
continuous-integration/drone/pr Build is passing
|
2023-01-27 00:08:33 +01:00 |
|
|
ac6751f509
|
doc(helm): removed extra line
|
2023-01-27 00:08:33 +01:00 |
|
|
b999bb36af
|
feat(helm): ability to monitor garage via prometheus
|
2023-01-27 00:08:33 +01:00 |
|
|
d20e8c9256
|
feat(helm): allow to override the init container image
|
2023-01-27 00:08:32 +01:00 |
|
|
fd03b184b3
|
fix(helm): file permission issues when running as non-root user
Specify the user group for the garage (and init) process and ensure
that the persistent storage is mounted with the correct file system
group
|
2023-01-27 00:08:32 +01:00 |
|
|
da6f7b0dda
|
feat(helm): ensure that config changes trigger a pod rollout
|
2023-01-27 00:08:32 +01:00 |
|
|
e17970773a
|
refactor(helm): removed metadataDir and dataDir config variable
The variables were only templated into the configuration file and
did not change the pod mountpaths, so the variables were not necessary
|
2023-01-27 00:08:32 +01:00 |
|
|
88b66c69a5
|
feat(helm): allow to override the default configuration file
Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de>
|
2023-01-27 00:08:31 +01:00 |
|
|
f2c256cac4
|
Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 into main
continuous-integration/drone/push Build is passing
Reviewed-on: #488
|
2023-01-26 21:10:21 +00:00 |
|
|
a08e01f17a
|
Merge pull request 'Enable daemonset deployment using the helm chart' (#409) from kaiyou/garage:feat-k8s-daemonset into main
continuous-integration/drone/push Build is passing
Reviewed-on: #409
|
2023-01-26 21:07:58 +00:00 |
|
|
d6af95d205
|
fix cli display bug
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2023-01-26 17:50:50 +01:00 |
|
|
c56794655e
|
Fix fmt
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-01-26 17:27:03 +01:00 |
|
|
8e93d69974
|
More clippy fixes
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
|
2023-01-26 17:26:32 +01:00 |
|
|
246f7468cd
|
Merge pull request 'K2V PollRange, version 2' (#471) from k2v-watch-range-2 into main
continuous-integration/drone/push Build is passing
Reviewed-on: #471
|
2023-01-26 16:19:04 +00:00 |
|
|
3113f6b5f2
|
more fixes
|
2023-01-26 17:14:17 +01:00 |
|
|
1dff62564f
|
fix clippy
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-01-26 17:05:31 +01:00 |
|
|
590a0a8450
|
Merge branch 'main' into k2v-watch-range-2
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
|
2023-01-26 16:46:40 +01:00 |
|
|
611792ddcf
|
Merge pull request 'Report available disk space in garage stats ' (#487) from report-disk-usage into main
continuous-integration/drone/push Build is passing
Reviewed-on: #487
|
2023-01-26 15:40:41 +00:00 |
|
|
94d559ae00
|
Merge branch 'main' into report-disk-usage
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-01-26 16:20:41 +01:00 |
|
|
5fb383fe4c
|
Merge pull request 'cargo: Bump dependencies to latest version' (#484) from jpds/garage:cargo-bumps into main
continuous-integration/drone/push Build is passing
Reviewed-on: #484
|
2023-01-26 15:17:09 +00:00 |
|
|
0da054194b
|
Update Cargo.nix
continuous-integration/drone/pr Build is passing
|
2023-01-26 14:47:15 +00:00 |
|
|
c7d0ad0aa0
|
Add local disk usage to exported prometheus metrics
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2023-01-26 15:30:36 +01:00 |
|
|
efb6b6e868
|
Disk space report
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Report available disk space on nodes and calculate cluster-wide available space in `garage stats` (fix #479)
|
2023-01-26 15:04:32 +01:00 |
|
|
f251b4721f
|
Apply nixfmt to all .nix files; fix devshell and add it to cache
continuous-integration/drone/push Build is passing
|
2023-01-26 12:25:48 +01:00 |
|
Jonathan Davies
|
3dc655095f
|
db/Cargo.toml: Updated rusqlite from 0.27 to 0.28.
continuous-integration/drone/pr Build is failing
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
20c1cdf662
|
Cargo.toml: Loosen tracing dependency to just 0.1.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
f952e37ba7
|
{model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
fbafa76284
|
{db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
63e22e71f2
|
api/Cargo.toml: Updated idna from 0.2 to 0.3.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
f6eaf3661c
|
garage/Cargo.toml: Updated timeage from 0.3 to 0.4.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
d3b2a68988
|
{garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
b4a1a6a32f
|
util/time.rs: Updated deprecated associated function to timestamp_opt().
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
bcac889f9a
|
Cargo.toml: Updated clap from 3.1.18 to 4.1.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
9e08a05e69
|
k2v-client/Cargo.toml: Loosen dependencies.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
69497be5c6
|
Cargo.lock: Ran cargo update.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
36944f1839
|
Cargo.toml: Updated base64 from 0.13 to 0.21.
|
2023-01-26 11:13:07 +00:00 |
|
|
1311742fe0
|
Merge pull request 'cookbook/real-world.md: Added note about mesh network options.' (#485) from jpds/garage:mesh-networks-note into main
continuous-integration/drone/push Build is passing
Reviewed-on: #485
|
2023-01-26 10:31:43 +00:00 |
|
Jonathan Davies
|
f2492107d7
|
cookbook/real-world.md: Added note about mesh network options.
continuous-integration/drone/pr Build was killed
|
2023-01-25 12:00:01 +00:00 |
|
Jonathan Davies
|
93c3f8fc8c
|
api/Cargo.toml: Updated url from 2.1 to 2.3.
|
2023-01-23 19:16:58 +00:00 |
|
Jonathan Davies
|
1c435fce09
|
api/Cargo.toml: Updated httpdate from 0.3 to 1.0.
|
2023-01-23 19:16:54 +00:00 |
|
Jonathan Davies
|
dead123892
|
api/Cargo.toml: Updated pin-project to 1.0.12.
|
2023-01-23 18:39:35 +00:00 |
|
Jonathan Davies
|
5c3075fe01
|
Cargo.toml: Updated zstd from 0.9 to 0.12.
|
2023-01-23 18:08:14 +00:00 |
|
|
9adf5ca76d
|
Merge pull request 'Add talk made on 2023-01-18' (#482) from talk-tocatta-2023-01-18 into main
continuous-integration/drone/push Build is passing
Reviewed-on: #482
|
2023-01-20 11:40:08 +00:00 |
|
|
18bf45061a
|
Merge pull request 'doc: Added observability.md.' (#477) from jpds/garage:observability-doc into main
continuous-integration/drone/push Build is passing
Reviewed-on: #477
|
2023-01-19 12:34:14 +00:00 |
|
|
aff9c264c8
|
Merge pull request 'Implemented website hosting authorization endpoint.' (#474) from jpds/garage:bucket-serving-validator into main
continuous-integration/drone/push Build is passing
Reviewed-on: #474
|
2023-01-19 12:33:16 +00:00 |
|
|
3250be7c48
|
Update tocatta talk, add talks shell.nix and .envrc
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-01-18 15:25:04 +01:00 |
|
|
fcc5033466
|
Change some integer types to int64
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Modified integer types representing byte or object count to int64 to prevent overflow.
|
2023-01-16 23:57:23 -08:00 |
|
Jonathan Davies
|
97bb110219
|
doc: Added observability.md.
continuous-integration/drone/pr Build is passing
|
2023-01-13 14:32:10 +00:00 |
|
|
0010f705ef
|
Talk for 2023-01-18 pretty much finished
continuous-integration/drone/push Build is passing
|
2023-01-13 15:28:17 +01:00 |
|