diff --git a/README.md b/README.md index edeffc4d..d1c95659 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/v10.0.1 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v10.0.1/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/v10.1.0 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v10.1.0/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v10.0.1-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v10.1.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 23c12a5d..95dc499b 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,18 @@ ## What’s changed +## 🧰 Maintenance + +- 🎆 Updates maintenance/license year to 2025 @frenck ([#193](https://github.com/hassio-addons/addon-example/pull/193)) + ## ⬆️ Dependency updates -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.1 @renovate ([#186](https://github.com/hassio-addons/addon-example/pull/186)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.2 @[renovate[bot]](https://github.com/apps/renovate) ([#187](https://github.com/hassio-addons/addon-example/pull/187)) +- ⬆️ Update alpine_3_21/coreutils to v9.5-r2 @[renovate[bot]](https://github.com/apps/renovate) ([#188](https://github.com/hassio-addons/addon-example/pull/188)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.0 @[renovate[bot]](https://github.com/apps/renovate) ([#189](https://github.com/hassio-addons/addon-example/pull/189)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.1 @[renovate[bot]](https://github.com/apps/renovate) ([#190](https://github.com/hassio-addons/addon-example/pull/190)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.2 @[renovate[bot]](https://github.com/apps/renovate) ([#191](https://github.com/hassio-addons/addon-example/pull/191)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.3 @[renovate[bot]](https://github.com/apps/renovate) ([#192](https://github.com/hassio-addons/addon-example/pull/192)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#194](https://github.com/hassio-addons/addon-example/pull/194)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#195](https://github.com/hassio-addons/addon-example/pull/195)) +- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#197](https://github.com/hassio-addons/addon-example/pull/197)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#196](https://github.com/hassio-addons/addon-example/pull/196)) diff --git a/example/DOCS.md b/example/DOCS.md index 8d7a6620..7cffd9f9 100644 --- a/example/DOCS.md +++ b/example/DOCS.md @@ -106,7 +106,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2017-2024 Franck Nijhof +Copyright (c) 2017-2025 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/example/README.md b/example/README.md index a5e4bd0c..4e639811 100644 --- a/example/README.md +++ b/example/README.md @@ -49,9 +49,9 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg [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-v10.0.1-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v10.0.1 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v10.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/v10.1.0 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index fa3924f1..276d864d 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,5 +1,5 @@ name: Example -version: 10.0.1 +version: 10.1.0 slug: example description: Example add-on by Community Home Assistant Add-ons url: https://github.com/hassio-addons/addon-example