Skip to content

Commit d49dac7

Browse files
committed
🎉 Release of add-on Example 12.0.0
1 parent c32783a commit d49dac7

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -852,10 +852,10 @@ SOFTWARE.
852852
[emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
853853
[emqx-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
854854
[emqx-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
855-
[addon-example]: https://github.com/hassio-addons/addon-example/tree/d6684c9
856-
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/d6684c9/README.md
855+
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v12.0.0
856+
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v12.0.0/README.md
857857
[example-issue]: https://github.com/hassio-addons/addon-example/issues
858-
[example-version-shield]: https://img.shields.io/badge/version-d6684c9-blue.svg
858+
[example-version-shield]: https://img.shields.io/badge/version-v12.0.0-blue.svg
859859
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
860860
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
861861
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

example/CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Changelog since v11.0.3
2-
- ⬆️: migrate renovate config (#214)
3-
4-
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5-
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
6-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 (#212)
7-
8-
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 (#211)
10-
11-
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1+
## What’s changed
2+
3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#215](https://github.com/hassio-addons/addon-example/pull/215))
6+
7+
## ⬆️ Dependency updates
8+
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
@@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons:
5656
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5757
[patreon]: https://www.patreon.com/frenck
5858
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
59-
[release-shield]: https://img.shields.io/badge/version-d6684c9-blue.svg
60-
[release]: https://github.com/hassio-addons/addon-example/tree/d6684c9
59+
[release-shield]: https://img.shields.io/badge/version-v12.0.0-blue.svg
60+
[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: d6684c9
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)