aboutsummaryrefslogtreecommitdiff
path: root/script
Commit message (Collapse)AuthorAgeFilesLines
...
* jepsen: s3 gets and putsAlex Auvolat2023-10-187-102/+141
|
* jepsen connects to vagrant vmsAlex Auvolat2023-10-188-124/+38
|
* jepsen ssh into containers seem to work ?Alex Auvolat2023-10-187-19/+150
|
* jepsen: wipAlex Auvolat2023-10-1812-0/+471
|
* bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
|
* Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-1/+1
|\
| * doc: update endpoint_url documentationFlorian Klink2023-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | Since `awscli` `>=1.29.0` or `>=2.13.0` it is now possible to use the `AWS_ENDPOINT_URL` environment variable, or the `endpoint_url` config key to override the endpoint URL. This means, the aws bash function to wrap with --endpoint-url is not necessary anymore. Update invocations to reflect that. https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html https://github.com/aws/aws-cli/issues/4454#issuecomment-1626116607
* | add upgrade test for garage 0.8 -> 0.9Alex Auvolat2023-09-274-18/+126
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-1/+1
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
| |
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-1/+1
|\|
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| |
* | smoke test: add multipart upload test with part re-uploadAlex Auvolat2023-06-091-12/+12
| |
* | Add multipart upload using aws s3apiAlex Auvolat2023-06-091-1/+35
| |
* | Minio tests for multipart upload behaviour:Alex Auvolat2023-06-092-0/+241
| | | | | | | | | | - upload part renumbering test - part skipping test
* | Merge branch 'main' into nextAlex Auvolat2023-05-092-4/+34
|\|
| * Helm: Increment patch versionJonatan Steuernagel2023-05-081-1/+1
| |
| * Helm: Include newer config parameters as valuesJonatan Steuernagel2023-05-081-3/+33
| | | | | | | | | | Add all missing parameters from the reference manual. Primarily to enable the use of the new lmdb engine
* | Merge branch 'main' into nextAlex Auvolat2023-04-256-41/+175
|\|
| * Update Helm chart versions (app + chart)Kamil Banach2023-03-231-2/+2
| | | | | | | | | | * chart version: 0.4.0 * app version: v0.8.2
| * refactor(helm): use stable as image tag for init containerPatrick Jahns2023-01-271-1/+1
| |
| * doc(helm): removed extra linePatrick Jahns2023-01-271-1/+0
| |
| * feat(helm): ability to monitor garage via prometheusPatrick Jahns2023-01-274-0/+94
| |
| * feat(helm): allow to override the init container imagePatrick Jahns2023-01-272-1/+7
| |
| * fix(helm): file permission issues when running as non-root userPatrick Jahns2023-01-272-5/+8
| | | | | | | | | | | | Specify the user group for the garage (and init) process and ensure that the persistent storage is mounted with the correct file system group
| * feat(helm): ensure that config changes trigger a pod rolloutPatrick Jahns2023-01-271-1/+3
| |
| * refactor(helm): removed metadataDir and dataDir config variablePatrick Jahns2023-01-271-4/+2
| | | | | | | | | | The variables were only templated into the configuration file and did not change the pod mountpaths, so the variables were not necessary
| * feat(helm): allow to override the default configuration filePatrick Jahns2023-01-272-25/+30
| | | | | | | | Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de>
| * Bump the helm chart versionkaiyou2022-12-251-1/+1
| |
| * Set hostPath type for volumeskaiyou2022-12-251-0/+2
| |
| * Fix volume handling and persistence flagkaiyou2022-12-251-2/+2
| |
| * Enable daemonset deployment using the helm chartkaiyou2022-12-252-5/+30
| | | | | | | | | | | | DaemonSet is a k8s resource that schedules one instance per node, which is useful for some garage deployment use cases, including managing garage nodes using k8s node labels
* | Merge pull request 'Changed all instances of 'key new' to 'key create' to ↵Alex2023-01-041-1/+1
|\ \ | | | | | | | | | | | | | | | make it the same as the bucket commands.' (#459) from jpds/garage:key-create-standardize into next Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/459
| * | Changed all instances of 'key new' to 'key create' to make it consistent as ↵Jonathan Davies2023-01-031-1/+1
| |/ | | | | | | bucket commands issued normally around the same time.
* | Merge branch 'main' into nextAlex Auvolat2023-01-043-6/+17
|\|
| * chore(helm): bump chart numberPatrick Jahns2022-12-111-1/+1
| |
| * feat(helm): allow to add custom labels to created ingress resourcesPatrick Jahns2022-12-112-0/+8
| |
| * refactor(helm): disable the ingress per defaultPatrick Jahns2022-12-111-5/+8
| | | | | | | | | | | | | | | | | | The default values forces people to create an ingress resources, where per default an ingress is not necessary to start garage. If someone wants to utilize an ingress, he would need to define the values for the ingress either way, so enabling the ingress explicitly makes more sense, then requiring it to be disabled per default
* | Merge commit 'ec12d6c' into nextAlex Auvolat2022-12-112-2/+3
|\ \ | |/ |/|
| * Fix integration testAlex Auvolat2022-11-082-2/+3
| |
* | Add best practices and doc of monitoring (fix #419)Alex Auvolat2022-11-161-0/+1053
|/
* Fix helm chart with correct configuration syntaxfix-helm-chartAlex Auvolat2022-10-181-4/+5
|
* Some things are now in result-binAlex Auvolat2022-10-181-1/+1
|
* Updates values.yml with some opinionated and untested defaultsMaximilien R2022-09-302-35/+54
|
* Add missing ClusterRole and bindings for CRDsMaximilien R2022-09-301-0/+28
|
* Generate random RPC secret if not providedchemicstry2022-09-305-3/+64
|
* Move documentation to bookchemicstry2022-09-301-71/+1
|
* Add secret to overrideschemicstry2022-09-301-0/+4
|
* Add configuration instructions to READMEchemicstry2022-09-301-0/+6
|
* Cleanup values.yamlchemicstry2022-09-301-2/+0
|