summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-10 15:39:37 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 15:39:37 +0200
commitc4e9dc08430fdb5069faa3d02861cc0d5f8e53bd (patch)
tree5b81a54ca7212902bd587b2046cf05e5c1a90ee5
parentFix(system/secrets): Update after redeploy (diff)
downloadnixos-server-c4e9dc08430fdb5069faa3d02861cc0d5f8e53bd.tar.gz
nixos-server-c4e9dc08430fdb5069faa3d02861cc0d5f8e53bd.zip
chore(version): v0.3.0 v0.3.0
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e68ec2c..1827e42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,29 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.3.0 - 2023-07-10
+#### Bug Fixes
+- **(host/server1)** Use working path to disk - (26b6c91) - Soispha
+- **(system/disks)** Change partitioning scheme to support gpt/bios boot - (40458f4) - Soispha
+- **(system/impermanence/m/mail)** Add rspamd dir - (a0d04e5) - Soispha
+- **(system/impermanence/m/users)** Make /home readable - (8c1dd93) - Soispha
+- **(system/secrets)** Update after redeploy - (778f8ad) - Soispha
+- **(system/secrets)** Ensure that ssh host key is available in stage 2 - (5bb8cb3) - Soispha
+- **(system/services/keycloak)** Use agenix to store passwd - (265eb9d) - Soispha
+- **(system/services/nix-sync)** Nix build needs access to /proc/stat - (123a8d9) - Soispha
+- **(treewide)** Move all persistent dirs to impermanence to set permissions - (7815ef2) - Soispha
+#### Documentation
+- **(notes)** Add section about redeployment - (3ea6a58) - Soispha
+#### Features
+- **(flake)** Add agenix module - (78b566e) - Soispha
+- **(system/disks)** Add disko - (d176a33) - Soispha
+#### Miscellaneous Chores
+- **(.gitattributes)** Remove removed acme path - (81cf12b) - Soispha
+#### Refactoring
+- **(system/impermanence)** Move to own directory - (2a6b022) - Soispha
+
+- - -
+
 ## v0.2.0 - 2023-07-07
 #### Bug Fixes
 - **(system)** Import everything - (a1758ed) - Soispha