aboutsummaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-04 19:22:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-04 19:22:51 -0300
commit0f35471b75f486c64a10fece36b30ad8ee29c030 (patch)
tree249526c0474c1c5f394ba476e6d5f108ddf84667 /docs/changelog.md
parent3a44cc2d21056af5ec94413a34e54a312a04c7cb (diff)
downloadhydra-0f35471b75f486c64a10fece36b30ad8ee29c030.tar.gz
hydra-0f35471b75f486c64a10fece36b30ad8ee29c030.tar.bz2
Fix: ChangeLog update
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 3620de4..859518c 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,9 +2,17 @@
## 0.3.0 - Unrelased
+### hydra
+
* [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.