From de67ab30d3b1eab749901156cda25535c3a42817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:15:21 +0000 Subject: [PATCH] chore(deps): update ghcr.io/donkie/spoolman docker tag to v0.17.0 (#3387) --- apps/spoolman/config.json | 40 ++++++++++++++++---------------- apps/spoolman/docker-compose.yml | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/apps/spoolman/config.json b/apps/spoolman/config.json index 036a7de5..670bf1b8 100644 --- a/apps/spoolman/config.json +++ b/apps/spoolman/config.json @@ -1,21 +1,21 @@ { - "name": "Spoolman", - "available": true, - "port": 7912, - "exposable": true, - "id": "spoolman", - "description": "Spoolman is a web service that helps you keep track of your filament spools and how they are being used. It acts as a database, where other printer software such as Octoprint and Moonraker can interact with to have a centralized place for spool information. For example, if used together with Moonraker, your spool weight will automatically be reduced as your print is progressing.", - "tipi_version": 1, - "version": "0.16.1", - "categories": [ - "utilities", - "automation" - ], - "short_desc": "Keep track of your inventory of 3D-printer filament spools", - "author": "Donkie", - "source": "https://github.com/Donkie/Spoolman", - "supported_architectures": [ - "arm64", - "amd64" - ] - } \ No newline at end of file + "name": "Spoolman", + "available": true, + "port": 7912, + "exposable": true, + "id": "spoolman", + "description": "Spoolman is a web service that helps you keep track of your filament spools and how they are being used. It acts as a database, where other printer software such as Octoprint and Moonraker can interact with to have a centralized place for spool information. For example, if used together with Moonraker, your spool weight will automatically be reduced as your print is progressing.", + "tipi_version": 2, + "version": "0.17.0", + "categories": [ + "utilities", + "automation" + ], + "short_desc": "Keep track of your inventory of 3D-printer filament spools", + "author": "Donkie", + "source": "https://github.com/Donkie/Spoolman", + "supported_architectures": [ + "arm64", + "amd64" + ] +} diff --git a/apps/spoolman/docker-compose.yml b/apps/spoolman/docker-compose.yml index 4df23f9d..1801ecaf 100644 --- a/apps/spoolman/docker-compose.yml +++ b/apps/spoolman/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: spoolman: container_name: spoolman - image: ghcr.io/donkie/spoolman:0.16.1 + image: ghcr.io/donkie/spoolman:0.17.0 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data:/home/app/.local/share/spoolman