diff --git a/README.md b/README.md index 9304c7ad..eefd780b 100644 --- a/README.md +++ b/README.md @@ -857,10 +857,10 @@ SOFTWARE. [emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [emqx-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [emqx-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/v8.0.3 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.3/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/v9.0.0 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v9.0.0/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v8.0.3-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v9.0.0-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-no-red.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 300dccc8..e981ca76 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -2,7 +2,15 @@ ## ⬆️ Dependency updates -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.4 @renovate ([#163](https://github.com/hassio-addons/addon-example/pull/163)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.5 @renovate ([#164](https://github.com/hassio-addons/addon-example/pull/164)) -- ⬆️ Update alpine_3_19/coreutils to v9.4-r2 @renovate ([#165](https://github.com/hassio-addons/addon-example/pull/165)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.6 @renovate ([#166](https://github.com/hassio-addons/addon-example/pull/166)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.7 @renovate ([#167](https://github.com/hassio-addons/addon-example/pull/167)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.8 @renovate ([#168](https://github.com/hassio-addons/addon-example/pull/168)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.9 @renovate ([#169](https://github.com/hassio-addons/addon-example/pull/169)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 @renovate ([#170](https://github.com/hassio-addons/addon-example/pull/170)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.0.1 @renovate ([#171](https://github.com/hassio-addons/addon-example/pull/171)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.1.0 @renovate ([#172](https://github.com/hassio-addons/addon-example/pull/172)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.1.1 @renovate ([#173](https://github.com/hassio-addons/addon-example/pull/173)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.1.2 @renovate ([#174](https://github.com/hassio-addons/addon-example/pull/174)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.1.3 @renovate ([#175](https://github.com/hassio-addons/addon-example/pull/175)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.2.0 @renovate ([#176](https://github.com/hassio-addons/addon-example/pull/176)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.2.1 @renovate ([#177](https://github.com/hassio-addons/addon-example/pull/177)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.3.0 @renovate ([#178](https://github.com/hassio-addons/addon-example/pull/178)) diff --git a/example/README.md b/example/README.md index 91778cdb..a9c6100d 100644 --- a/example/README.md +++ b/example/README.md @@ -53,5 +53,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-v8.0.3-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v8.0.3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v9.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/v9.0.0 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index 9f95222a..ae08f314 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,5 +1,5 @@ name: Example -version: 8.0.3 +version: 9.0.0 slug: example description: Example add-on by Community Home Assistant Add-ons url: https://github.com/hassio-addons/addon-example