diff --git a/dbstats/CHANGELOG.md b/dbstats/CHANGELOG.md index ab6ffe5..878ad01 100644 --- a/dbstats/CHANGELOG.md +++ b/dbstats/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.4 + +- UI improvements + ## 0.4.3 - Add sorting and fix MB calculation for sqlite diff --git a/dbstats/Dockerfile b/dbstats/Dockerfile index c1645be..ef54e6a 100644 --- a/dbstats/Dockerfile +++ b/dbstats/Dockerfile @@ -15,8 +15,8 @@ RUN apk update \ # Copy root file system COPY rootfs / -COPY --from=ghcr.io/jehy/hass-dbstats:0.3.2 /usr/src/app /usr/src/app -COPY --from=ghcr.io/jehy/hass-dbstats:0.3.2 /var/www/html /var/www/html +COPY --from=ghcr.io/jehy/hass-dbstats:0.3.5 /usr/src/app /usr/src/app +COPY --from=ghcr.io/jehy/hass-dbstats:0.3.5 /var/www/html /var/www/html WORKDIR /usr/src/app RUN npm ci --omit=dev ## need to reinstall deps because they can be binary incompatible diff --git a/dbstats/config.yaml b/dbstats/config.yaml index 005e219..3212ecd 100644 --- a/dbstats/config.yaml +++ b/dbstats/config.yaml @@ -1,5 +1,5 @@ name: DbStats -version: 0.4.3 +version: 0.4.4 slug: dbstats description: Database stats for Home Assistant image: ghcr.io/jehy/hass-dbstats-addon