diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c63e7..3426a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + +- Ghostfolio 2.71.0 + ## 1.0.1 - Added option to silence the logging. Disabled by default. diff --git a/Dockerfile b/Dockerfile index 9a98d06..667bf70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghostfolio/ghostfolio:2.65.0 +FROM ghostfolio/ghostfolio:2.71.0 ARG BUILD_ARCH ARG BASHIO_VERSION=0.16.2 @@ -41,6 +41,12 @@ RUN chmod a+x /etc/services.d/*/run /etc/services.d/*/finish ENTRYPOINT ["/init"] +LABEL \ + org.opencontainers.image.title="Home Assistant Add-on: Ghostfolio" \ + org.opencontainers.image.description="Privacy-first, open source dashboard for your personal finances." \ + org.opencontainers.image.source="https://github.com/lildude/ha-addon-ghostfolio/" \ + org.opencontainers.image.licenses="MIT" + HEALTHCHECK \ --interval=10s \ --retries=5 \ diff --git a/build.json b/build.json index 2b9fd5f..1251f2b 100644 --- a/build.json +++ b/build.json @@ -5,13 +5,7 @@ "armv7": "ghostfolio/ghostfolio:not-used" }, "args": { - "ghostfolio_version": "2.65.0" - }, - "labels": { - "org.opencontainers.image.title": "Home Assistant Add-on: Ghostfolio", - "org.opencontainers.image.description": "Privacy-first, open source dashboard for your personal finances.", - "org.opencontainers.image.source": "https://github.com/lildude/ha-addon-ghostfolio/", - "org.opencontainers.image.licenses": "MIT" + "ghostfolio_version": "2.71.0" }, "codenotary": { "signer": "colin@symr.io" diff --git a/config.json b/config.json index 5ac7353..207fa4d 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Ghostfolio", - "version": "1.0.1", + "version": "1.1.0", "slug": "ghostfolio", "description": "Privacy-first, open source dashboard for your personal finances.", "url": "https://github.com/lildude/ha-addon-ghostfolio",