diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:14:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:14:28 -0300 |
commit | 47077daaec91ca2e078055891194680e5796462d (patch) | |
tree | 8bfa45f78745335ad080c25f402574d48563d796 | |
parent | 2730ee80d557c8684916750896e777888692932b (diff) | |
download | hydra-47077daaec91ca2e078055891194680e5796462d.tar.gz hydra-47077daaec91ca2e078055891194680e5796462d.tar.bz2 |
Adds ChangeLog
l--------- | ChangeLog.md | 1 | ||||
-rw-r--r-- | docs/changelog.md | 10 | ||||
-rw-r--r-- | mkdocs.yml | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md new file mode 120000 index 0000000..1bed66b --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1 @@ +docs/changelog.md
\ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..3620de4 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,10 @@ +# ChangeLog + +## 0.3.0 - Unrelased + +* [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 @@ -13,3 +13,4 @@ nav: - backups.md - ideas.md - todo.md + - changelog.md |