Skip to content

Commit 5b9f1a3

Browse files
committed
🎉 Release of add-on Example 12.0.0
1 parent 2e57538 commit 5b9f1a3

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -857,10 +857,10 @@ SOFTWARE.
857857
[emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
858858
[emqx-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
859859
[emqx-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
860-
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v11.0.3
861-
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v11.0.3/README.md
860+
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v12.0.0
861+
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v12.0.0/README.md
862862
[example-issue]: https://github.com/hassio-addons/addon-example/issues
863-
[example-version-shield]: https://img.shields.io/badge/version-v11.0.3-blue.svg
863+
[example-version-shield]: https://img.shields.io/badge/version-v12.0.0-blue.svg
864864
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
865865
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
866866
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

example/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
## What’s changed
22

3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#215](https://github.com/hassio-addons/addon-example/pull/215))
6+
37
## ⬆️ Dependency updates
48

5-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.2 @[renovate[bot]](https://github.com/apps/renovate) ([#208](https://github.com/hassio-addons/addon-example/pull/208))
6-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.3 @[renovate[bot]](https://github.com/apps/renovate) ([#209](https://github.com/hassio-addons/addon-example/pull/209))
7-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#210](https://github.com/hassio-addons/addon-example/pull/210))
9+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#211](https://github.com/hassio-addons/addon-example/pull/211))
10+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#212](https://github.com/hassio-addons/addon-example/pull/212))
11+
- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#214](https://github.com/hassio-addons/addon-example/pull/214))

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ If you are more interested in stable releases of our add-ons:
5353
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5454
[patreon]: https://www.patreon.com/frenck
5555
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
56-
[release-shield]: https://img.shields.io/badge/version-v11.0.3-blue.svg
57-
[release]: https://github.com/hassio-addons/addon-example/tree/v11.0.3
56+
[release-shield]: https://img.shields.io/badge/version-v12.0.0-blue.svg
57+
[release]: https://github.com/hassio-addons/addon-example/tree/v12.0.0

example/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Example
2-
version: 11.0.3
2+
version: 12.0.0
33
slug: example
44
description: Example add-on by Community Home Assistant Add-ons
55
url: https://github.com/hassio-addons/addon-example
@@ -8,7 +8,6 @@ init: false
88
arch:
99
- aarch64
1010
- amd64
11-
- armv7
1211
options:
1312
log_level: info
1413
seconds_between_quotes: 5

0 commit comments

Comments
 (0)