Commit Graph

454 Commits

Author SHA1 Message Date
cupcakearmy 434862ed4e 1.6.0 (#180)
* fix for #178

* restore options

* error codes

* update docs

* forget docs

* add option to auto forget

* add copy option

* update go version to enable generics

* copy docs

* changelog & version bump
v1.6.0
2022-04-14 11:51:32 +02:00
cupcakearmy 2da440a1cd richtiattribution 2022-04-13 08:55:53 +02:00
cupcakearmy 0f6c34dc6b healthcheck example 2022-04-12 23:59:12 +02:00
cupcakearmy 3457fc01bf Merge pull request #176 from ninjabenji/ninjabenji-doc-update 2022-04-08 15:06:37 +02:00
ninjabenji 1e62f6cb05 DOC - Note on config filename extension
Seems the config file can be located wherever needed but not using an extension or using an extension other than .yml causes the following error
could not load config file
Unsupported Config Type ""
2022-04-08 10:31:42 +01:00
cupcakearmy 8112aceb30 Merge pull request #175 from ninjabenji/ninjabenji-backend-name-warning
Add lower case warning for backend name
2022-04-07 11:51:13 +02:00
ninjabenji b4cc0f0ab1 Add warning about location names.
Location names need to be lower case in order to work properly.
2022-04-07 10:32:17 +01:00
ninjabenji a3e539b0b7 Add line break in documentation 2022-04-07 10:00:28 +01:00
ninjabenji 79164e3de0 Add lower case warning for backend name
If uppercase characters are used in a backend name a check (and I assume other actions) will fail.
2022-04-06 21:28:25 +01:00
cupcakearmy 8b74a98836 better error handling v1.5.8 2022-03-18 13:06:19 +01:00
cupcakearmy 8a713e497d add ssh & update deps v1.5.7 2022-03-12 14:13:29 +01:00
cupcakearmy 71601ae7a6 Merge pull request #170 from fariszr/patch-2
Add OpenSSH to Autorestic Docker container
2022-03-12 14:11:03 +01:00
FarisZR 85d3f06b79 fix #169 2022-03-11 22:34:33 +03:00
cupcakearmy 5afad86e37 1.5.6 v1.5.6 2022-03-10 16:36:26 +01:00
cupcakearmy ba9e090695 Merge pull request #167 from fariszr/patch-1
Add bash to docker image
2022-03-10 16:32:43 +01:00
FarisZR 05def04770 Fix #166 2022-03-10 18:28:46 +03:00
cupcakearmy d85470459f fix home directory v1.5.5 2022-02-16 21:58:09 +01:00
cupcakearmy 1f69a7974a bump go version 2022-02-16 21:52:12 +01:00
cupcakearmy db9f5dea66 1.5.4 v1.5.4 2022-02-16 21:42:54 +01:00
cupcakearmy 75160d4d6a Merge pull request #160 from cupcakearmy/1.5.3
1.5.3
v1.5.3
2022-02-16 21:29:10 +01:00
cupcakearmy 92feaef5bb version bump 2022-02-16 21:28:13 +01:00
cupcakearmy 2a7e233cdb only check on config if it is getting used 2022-02-16 21:22:42 +01:00
cupcakearmy a373c07fb0 contrib v1.5.2 2022-02-13 16:25:51 +01:00
cupcakearmy ec9e2aebcd 1.5.2 2022-02-13 16:25:09 +01:00
cupcakearmy 7d87160706 Merge pull request #156 from jjromannet/verbose-config-loading
Add error handling to reading of config file.
2022-02-13 16:23:05 +01:00
cupcakearmy 8e1fe6af65 Merge pull request #157 from jjromannet/fix-copy-config-file-before-overriding
Make a copy of config before overriding it
2022-02-13 16:20:46 +01:00
Jan 65ba1f6ac1 Make a copy of config before overriding it 2022-02-09 20:35:29 +01:00
Jan 6bf4953003 Add error handling to reading config file. 2022-02-09 20:26:02 +01:00
cupcakearmy 27758a03fa add help message 2021-12-22 14:45:04 +01:00
cupcakearmy bbdae05199 changelog v1.5.1 2021-12-06 17:27:59 +01:00
cupcakearmy 389490c4ea Merge pull request #136 from cupcakearmy/1.5.1
1.5.1
2021-12-06 17:24:19 +01:00
cupcakearmy 21b83b4c89 docker docs 2021-12-06 17:20:06 +01:00
cupcakearmy 982f9e0b5c better error handling 2021-12-06 12:13:18 +01:00
cupcakearmy 0c37af5588 #140 Docker version pinning 2021-12-06 11:59:58 +01:00
cupcakearmy e3c378f2a1 release day 2021-11-24 09:57:10 +01:00
cupcakearmy 3b541665ae changelog 2021-11-24 09:45:23 +01:00
cupcakearmy e0b2c99ccd contrib 2021-11-24 09:45:19 +01:00
cupcakearmy 2b14e6b1af remove print 2021-11-24 09:35:31 +01:00
cupcakearmy 1810af8d02 Merge pull request #137 from g-a-c/issues/130
refactor downloading of binaries
2021-11-23 13:01:09 +01:00
cupcakearmy 252968e15e ensure config is loaded before lock 2021-11-23 12:32:35 +01:00
cupcakearmy 26de4385ea version bump 2021-11-23 12:32:22 +01:00
cupcakearmy 0c71bea93e use own docker image 2021-11-21 21:10:32 +01:00
cupcakearmy 3029259d82 docs 2021-11-21 21:06:25 +01:00
Gavin Chappell 389f7c25dd refactor downloading of binaries
* If `/tmp` is a `tmpfs` or somehow not the same filesystem, `os.Rename()` will fail so use `io.Copy()` instead
* don't defer cleanup of `to` as this removes the newly-created file if the operation is successful, making `install` and `upgrade` _functionally_ `uninstall`
* defer cleanup of the temporary file since it will still be in place if `os.Rename()` fails

Fixes: #130
2021-11-20 19:30:46 +00:00
cupcakearmy e055e28cfe Merge pull request #125 from cupcakearmy/1.5.0
1.5.0
v1.5.0
2021-11-20 17:11:44 +01:00
cupcakearmy ed3c17d678 migration docs 2021-11-20 17:09:42 +01:00
cupcakearmy 8802b74b47 changelog and docs 2021-11-20 17:03:54 +01:00
cupcakearmy e94e7030fc docker image 2021-11-20 16:59:13 +01:00
cupcakearmy c55e91b8ff version bump 2021-11-20 16:55:20 +01:00
cupcakearmy 170bdb81ad tags 2021-11-07 11:48:03 +01:00