Skip to content

Align store manifest with published GHCR image tag - #1

Closed
agrisvi with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-repository-and-published-images
Closed

agrisvi with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-repository-and-published-images

Conversation

Copilot AI commented Sep 16, 2026

Copy link
Copy Markdown

The repository and published images job was failing because the add-on store manifest advertised 1.2.9, but the corresponding GHCR images for aarch64 and amd64 were not published. This change realigns the repository metadata with the latest available published tag so installs and validation reference an existing image.

  • Manifest

    • Revert ekey_ha_daemon/config.yaml version from 1.2.9 to 1.2.8.
    • This makes the store point at image tags that currently exist in GHCR for all declared architectures.
  • Release notes

    • Rename the 1.2.9 changelog section to Unreleased.
    • This avoids presenting unpublished store metadata as a released version.
  • Effect on validation

    • The repository validator now resolves the declared image/tag pair instead of failing on missing manifests.
# ekey_ha_daemon/config.yaml
-version: "1.2.9"
+version: "1.2.8"
image: "ghcr.io/agrisvi/{arch}-addon-ekey_ha_daemon"

Copilot AI and others added 2 commits September 16, 2026 09:23
Co-authored-by: agrisvi <69799310+agrisvi@users.noreply.github.com>
Co-authored-by: agrisvi <69799310+agrisvi@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job repository and published images Align store manifest with published GHCR image tag Sep 16, 2026
Copilot AI requested a review from agrisvi September 16, 2026 09:25
@agrisvi agrisvi closed this Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants