diff --git a/.github/workflows/addon.yml b/.github/workflows/addon.yml index d5f2238..e85943a 100644 --- a/.github/workflows/addon.yml +++ b/.github/workflows/addon.yml @@ -26,6 +26,9 @@ jobs: build: name: Build Add-on runs-on: ubuntu-latest + permissions: + contents: read + packages: write strategy: matrix: arch: [aarch64, amd64, armv7] @@ -108,6 +111,8 @@ jobs: needs: build if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/homeassistant-addon/CHANGELOG.md b/homeassistant-addon/CHANGELOG.md index a168ebb..10bc1f3 100644 --- a/homeassistant-addon/CHANGELOG.md +++ b/homeassistant-addon/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this Home Assistant add-on will be documented in this fil The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2025-11-17 + +### Fixed +- GitHub Actions permissions for publishing Docker images to ghcr.io +- Added `packages: write` permission to build job +- Added `contents: write` permission to update-repository job + ## [1.0.0] - 2025-01-15 ### Added diff --git a/homeassistant-addon/config.yaml b/homeassistant-addon/config.yaml index aa6aafb..a178979 100644 --- a/homeassistant-addon/config.yaml +++ b/homeassistant-addon/config.yaml @@ -1,5 +1,5 @@ name: Strix - Camera Stream Discovery -version: "1.0.0" +version: "1.0.1" slug: strix description: Smart IP camera stream discovery system with ONVIF support and comprehensive camera database url: https://github.com/eduard256/Strix