Skip to content

Commit

Permalink
bump base image version to fix mysql tables size count
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Oct 4, 2024
1 parent b0586f2 commit 01b2078
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion dbstats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.5.11

- Bump base image to 0.3.22 to fix https://github.com/jehy/hass-addons/issues/8 (mysql table size)

## 0.5.10

- Bump base image to 0.3.31 to fix https://github.com/jehy/hass-addons/issues/8
- Bump base image to 0.3.21 to fix https://github.com/jehy/hass-addons/issues/8 (mysql table rows)
- Bump HA node container version to 0.2.4

## 0.5.8
Expand Down
4 changes: 2 additions & 2 deletions dbstats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN apk update \
# Copy root file system
COPY rootfs /

COPY --from=ghcr.io/jehy/hass-dbstats:0.3.21 /usr/src/app /usr/src/app
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.21 /var/www/html /var/www/html
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.22 /usr/src/app /usr/src/app
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.22 /var/www/html /var/www/html
WORKDIR /usr/src/app
RUN npm ci --omit=dev && npm cache clean --force ## need to reinstall deps because they can be binary incompatible

Expand Down
2 changes: 1 addition & 1 deletion dbstats/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DbStats
version: 0.5.10
version: 0.5.11
slug: dbstats
description: Database stats for Home Assistant
image: ghcr.io/jehy/dbstats-addon-{arch}
Expand Down

0 comments on commit 01b2078

Please sign in to comment.