Skip to content

Commit 9be1adb

Browse files
committed
🎉 Release of add-on Example 8.0.3
1 parent 68ac223 commit 9be1adb

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,10 @@ SOFTWARE.
841841
[emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
842842
[emqx-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
843843
[emqx-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
844-
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v8.0.2
845-
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.2/README.md
844+
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v8.0.3
845+
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.3/README.md
846846
[example-issue]: https://github.com/hassio-addons/addon-example/issues
847-
[example-version-shield]: https://img.shields.io/badge/version-v8.0.2-blue.svg
847+
[example-version-shield]: https://img.shields.io/badge/version-v8.0.3-blue.svg
848848
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
849849
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
850850
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

example/CHANGELOG.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
## What’s changed
22

3-
## 🧰 Maintenance
4-
5-
- 🎆 Updates maintenance/license year to 2024 @frenck ([#162](https://github.com/hassio-addons/addon-example/pull/162))
6-
73
## ⬆️ Dependency updates
84

9-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.2 @renovate ([#160](https://github.com/hassio-addons/addon-example/pull/160))
10-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.3 @renovate ([#161](https://github.com/hassio-addons/addon-example/pull/161))
5+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.4 @renovate ([#163](https://github.com/hassio-addons/addon-example/pull/163))
6+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.5 @renovate ([#164](https://github.com/hassio-addons/addon-example/pull/164))
7+
- ⬆️ Update alpine_3_19/coreutils to v9.4-r2 @renovate ([#165](https://github.com/hassio-addons/addon-example/pull/165))
8+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.6 @renovate ([#166](https://github.com/hassio-addons/addon-example/pull/166))

example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ It shows off several features and structures like:
3737
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
3838
[patreon]: https://www.patreon.com/frenck
3939
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
40-
[release-shield]: https://img.shields.io/badge/version-v8.0.2-blue.svg
41-
[release]: https://github.com/hassio-addons/addon-example/tree/v8.0.2
40+
[release-shield]: https://img.shields.io/badge/version-v8.0.3-blue.svg
41+
[release]: https://github.com/hassio-addons/addon-example/tree/v8.0.3

example/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Example
2-
version: 8.0.2
2+
version: 8.0.3
33
slug: example
44
description: Example add-on by Community Home Assistant Add-ons
55
url: https://github.com/hassio-addons/addon-example

0 commit comments

Comments
 (0)