diff --git a/README.md b/README.md index 0c08f40a1..2b1bc46fe 100644 --- a/README.md +++ b/README.md @@ -755,10 +755,10 @@ SOFTWARE. [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/81d26a6 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/81d26a6/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/8854153 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/8854153/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-81d26a6-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-8854153-blue.svg [example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 61ea20ce1..f4534a0d7 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,32 +1,2 @@ -# Changelog since v4.2.1 -- ⬆️ Upgrades add-on base image to v10.2.0 (#103) -- Migrate JSON add-on config to YAML (#102) -- Fix typo in deploy workflow -- Fix missing dispatch token in deploy workflow -- Fix missing deploy workflow -- Switch add-on to centralized GitHub Action Workflows (#101) -- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#100) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Upgrades add-on base image to 10.1.1 (#98) -- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#99) -- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#97) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#93) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#94) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#92) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#90) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#89) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- 🚑 Fix contributing link in readme (#88) -- 🚀 Add-on CI improvements (#87) +# Changelog since v4.3.0 +- ⬆️ Upgrades add-on base image to 10.2.2 (#104) diff --git a/example/README.md b/example/README.md index 1ef08cd18..dbceada2d 100644 --- a/example/README.md +++ b/example/README.md @@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-81d26a6-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/81d26a6 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-8854153-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/8854153 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index 3410a8864..f9f303787 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -16,4 +16,4 @@ schema: seconds_between_quotes: int(1,120) slug: example url: https://github.com/hassio-addons/addon-example -version: 81d26a6 +version: '8854153'