diff --git a/cups/CHANGELOG.md b/cups/CHANGELOG.md index 8255c0b..a53c003 100644 --- a/cups/CHANGELOG.md +++ b/cups/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 3.0.0 -- 16.11.2023 +## 3.0.2 -- 20.11.2023 + +- Fix missing password for user `print` + +## 3.0.1 -- 16.11.2023 - Adding support for `armhf` diff --git a/cups/Dockerfile b/cups/Dockerfile index 22bdd70..db986a0 100644 --- a/cups/Dockerfile +++ b/cups/Dockerfile @@ -29,6 +29,7 @@ RUN apt-get update \ samba \ bash-completion \ procps \ + whois \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* diff --git a/cups/config.yaml b/cups/config.yaml index d46cdf2..92eed8d 100644 --- a/cups/config.yaml +++ b/cups/config.yaml @@ -1,5 +1,5 @@ name: CUPS -version: 3.0.1 +version: 3.0.2 url: https://github.com/MaxWinterstein/homeassistant-addons/ image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch} slug: cups