From 7d762c7d71e2c344bb6f4809bf22feb2bd2e6f96 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 21 Apr 2022 15:52:37 +0100 Subject: [PATCH] :bookmark: Adds changes to the changelog --- .github/CHANGELOG.md | 7 +++++++ .github/LATEST_CHANGELOG.md | 13 ++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 380e8bc9..4a61eff9 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 🐳 2.0.8 - Container run without root [PR #606](https://github.com/Lissy93/dashy/pull/606) +- Uses an unprivileged port (8080 instead of 80) +- Adds the UID and GID variables to not be 0 +- Adds a DEST_DIRECTORY variable to control where build output goes +- Adds a RUN block to set permissions on the DEST_DIRECTORY so the non-root user can write +- Adds a USER directive to make the process run as the non-root user + ## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595) - Adds functionality for sub-items / item-groups - Creates an item mixin, for reusing functionality diff --git a/.github/LATEST_CHANGELOG.md b/.github/LATEST_CHANGELOG.md index b0f310c3..b20217eb 100644 --- a/.github/LATEST_CHANGELOG.md +++ b/.github/LATEST_CHANGELOG.md @@ -1,7 +1,6 @@ -## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595) -- Adds functionality for sub-items / item-groups -- Creates an item mixin, for reusing functionality -- Item width calculated based on parent section width -- Improved mobile support, long-press for right-click -- Adds 2 new themes (`lissy` and `charry-blossom`) -- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`) +## 🐳 2.0.8 - Container run without root [PR #606](https://github.com/Lissy93/dashy/pull/606) +- Uses an unprivileged port (8080 instead of 80) +- Adds the UID and GID variables to not be 0 +- Adds a DEST_DIRECTORY variable to control where build output goes +- Adds a RUN block to set permissions on the DEST_DIRECTORY so the non-root user can write +- Adds a USER directive to make the process run as the non-root user