blob: 4cf0afbd490288e2cde351af85b44439c2a6097f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# ChangeLog
## 0.3.0 - Unrelased
### hydra
* [x] Deploy:
* [x] Automatically fix permission of (or delete) puppet's `devices`
folder: https://github.com/puppetlabs/puppet-specifications/blob/master/file_paths.md
* [x] Keys:
* [x] Deprecate generating and deploying/import borg keys, since
pre-generation is not a supported behavior right now:
https://github.com/borgbackup/borg/issues/7047
* [x] Document about how keys are encrypted and backed up in the server:
https://borgbackup.readthedocs.io/en/latest/faq.html#how-important-is-the-home-config-borg-directory
### hydractl
* [x] Provision: increase default partition sizes from 20G to 40G, as nowadays
distro size increase a lot and a 20G system partition can be filled in
easily.
* [x] Sync media:
* [x] Now `sync-media` does a `git unannex` on sidecar and other metadata
files and manage them through Git, instead of keeping them as unlocked
files.
* [x] Added support for `.m3u8` files.
* [x] Sync lock, respected by other applications such as `docshower`
from [utils-doc][https://git.fluxo.info/utils-doc].
|