Skip to content

Commit

Permalink
Bump ghostfolio/ghostfolio from 2.65.0 to 2.71.0 (#5)
Browse files Browse the repository at this point in the history
* Bump ghostfolio/ghostfolio from 2.65.0 to 2.71.0

Bumps ghostfolio/ghostfolio from 2.65.0 to 2.71.0.

---
updated-dependencies:
- dependency-name: ghostfolio/ghostfolio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update versions

* Move labelling to dockerfile

Bug: home-assistant/builder#203

* Bump version

* Remove \

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Seymour <[email protected]>
  • Loading branch information
dependabot[bot] and lildude authored Apr 7, 2024
1 parent f86b423 commit ba55d1b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- Ghostfolio 2.71.0

## 1.0.1

- Added option to silence the logging. Disabled by default.
Expand Down
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 \
Expand Down
8 changes: 1 addition & 7 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ba55d1b

Please sign in to comment.