diff --git a/CHANGES.rst b/CHANGES.rst index 816421c..e3c9b79 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,44 @@ Release History --------------- +v5.4.0 (2023-12-13) ++++++++++++++++++++ + +Features +^^^^^^^^ + +* **grafana:** format IP addresses with fixed width for loki entries +* **self-update:** added --update-docker-image to force set version from installer +* **ssh:** allow fully custom ssh port for k8s setup +* **ssl:** ensure all services get SSL enabled during init phase +* **status:** add more information on status with --config flag + +Fixes +^^^^^ + +* **ssl:** show properly how to enable mounts for custom traefik ssl +* **static-files:** fixed missing JS plugins wiped during a build + +Build +^^^^^ + +* **router:** bumped traefik to v2.10.7 +* **services:** bumped postgresql to 14.10 +* **services:** bumped redis to 7.2.3 + +Dev +^^^ + +* **tools:** added better entrypoints to start dev envs + +Docs +^^^^ + +* **requirements:** add info about basic requirements for hardware +* **ssl:** cleanup example cert files names + + + v5.3.0 (2023-11-29) +++++++++++++++++++