summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-03 19:53:22 +0100
committerSoispha <soispha@vhack.eu>2023-11-03 19:53:22 +0100
commitc00362a1ffdfb4a2ca96d0331ba545ac6a60f9c1 (patch)
tree5124637d683559d55e830d50b4dfe48a95c18618 /CHANGELOG.md
parentbuild(flake): Remove language servers from the devshell (diff)
downloadnixos-server-c00362a1ffdfb4a2ca96d0331ba545ac6a60f9c1.tar.gz
nixos-server-c00362a1ffdfb4a2ca96d0331ba545ac6a60f9c1.zip
chore(version): v0.17.0 v0.17.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a531d2d..11a4db1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.17.0 - 2023-11-03
+#### Bug Fixes
+- **(system/services/taskserver)** Disable debug - (d39bcde) - Soispha
+- **(system/services/taskserver)** Activate debug - (838b709) - Soispha
+- **(system/services/taskserver)** Use correct key name (`key.pem`) - (a5fb492) - Soispha
+- **(system/services/taskserver)** Switch to strings instead of paths - (fe9c31f) - Soispha
+- **(system/services/taskserver)** Store the self-signed ca key in agenix - (dd9bfc3) - Soispha
+- **(system/services/taskserver)** declare certs/keys in pki.manual - (c74c8d7) - sils
+- **(system/services/taskserver)** Hide organisations - (257f965) - Soispha
+#### Build system
+- **(flake)** Remove language servers from the devshell - (dc958d9) - Soispha
+- **(flake)** Update - (0627140) - Soispha
+#### Features
+- **(system/services/taskserver)** Add a way to connect users together - (c60edf8) - Soispha
+- **(system/services/taskserver)** Integrate Let's Encrypt certificates - (1dd6f8d) - Soispha
+- **(system/services/taskserver)** change ca to letsencrypt - (14b6ee0) - sils
+
+- - -
+
 ## v0.16.0 - 2023-10-14
 #### Bug Fixes
 - **(system/services/redirects)** disable ssl - (d7190a4) - sils