add CHANGELOG

This commit is contained in:
rnsrk 2025-05-11 22:13:17 +02:00
parent 00cb0fe143
commit 3e1d5cf1b2

12
CHANGELOG Normal file
View file

@ -0,0 +1,12 @@
0.0.3
- Fix the postgres-loose-it-all-volume mistake...
+ Volume have to be `/var/lib/postgresql/data` not `/var/lib/postgresql/` or everthing will be deleted, if the container is rebuild.
- More robust Nextcloud config.
- Better reuse of gits for updating and maintainment.
0.0.2
- Make things more agnostic by
+ use original gits
+ have envs and overrides in parent dirs
- better automatisation with copy_overrides-bash and create_infra.bash on root level.
0.0.1
- First release.