Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
86e204a10d
Bump frenck/action-addon-linter from 2.18 to 2.21
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.18 to 2.21.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.18...v2.21)

---
updated-dependencies:
- dependency-name: frenck/action-addon-linter
  dependency-version: '2.21'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17 00:06:51 +00:00
6 changed files with 18 additions and 16 deletions

View File

@ -36,6 +36,6 @@ jobs:
uses: actions/checkout@v4
- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2.18
uses: frenck/action-addon-linter@v2.21
with:
path: "./${{ matrix.path }}"

View File

@ -1,7 +1,3 @@
## 2025.11.0
* Update debian version to Bookworm
* Update default OctoPrint version to 1.11.4
## 2024.11.0
* Remove AppArmor to make it run on HA Supervised
* Update default OctoPrint version to 1.10.3

View File

@ -1,6 +1,6 @@
ARG BUILD_FROM="reg i3omb.com/ha/amd64-base-debian:bookworm"
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
FROM ${BUILD_FROM}
ARG OCTOPRINT_VERSION="1.11.4"
ARG OCTOPRINT_VERSION="1.9.3"
# Setup path for persistent install of Python packages
ENV PYTHONPATH=/data/python/octoprint

View File

@ -1,8 +1,11 @@
build_from:
amd64: reg.i3omb.com/ha/amd64-base-debian:bookworm
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bullseye
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye
armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye
labels:
org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint"
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
org.opencontainers.image.source: "https://git.i3omb.com/gronod/ha-3dprinter-addons"
org.opencontainers.image.source: "https://github.com/fredrikbaberg/ha-3dprinter-addons"
args:
OCTOPRINT_VERSION: "1.11.4"
OCTOPRINT_VERSION: "1.10.3"

View File

@ -1,10 +1,13 @@
name: "3DPrinter-OctoPrint"
version: "2025.11.0"
version: "2024.11.0"
slug: "3dprinter-octoprint"
description: "OctoPrint as an addon, no additional bells and whistles."
arch:
- armv7
- amd64
url: "https://git.i3omb.com/gronod/ha-3dprinter-addons/tree/main/3dprinter-octoprint"
- armhf
- aarch64
url: "https://github.com/fredrikbaberg/ha-3dprinter-addons/tree/main/3dprinter-octoprint"
webui: http://[HOST]:[PORT:5000]
ports:
5000/tcp: null
@ -22,7 +25,7 @@ options:
schema:
trusted_proxies: "str?"
camera_url: "str?"
image: reg.i3omb.com/ha/3dprinter-octoprint
image: ghcr.io/fredrikbaberg/ha-addon-3dprinter-octoprint-{arch}
tmpfs: true
panel_icon: mdi:printer-3d
panel_title: 3DPrinter-OctoPrint

View File

@ -1,3 +1,3 @@
name: 3DPrinter addons for Home-Asssistant by gronod
url: https://git.i3omb.com/gronod/ha-3dprinter-addon
maintainer: Gordon Bolton <gordon@i3omb.com>
name: 3DPrinter addons for Home-Asssistant by fredrikbaberg
url: https://github.com/fredrikbaberg/ha-3dprinter-addons
maintainer: Fredrik Baberg <fredrik.baberg@gmail.com>