Skip to content

Commit

Permalink
🎉 Release of add-on Node-RED 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed Oct 31, 2023
1 parent 310a324 commit 51f91ea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,10 +837,10 @@ SOFTWARE.
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v14.6.3
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v14.6.3/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v15.0.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v15.0.0/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-v14.6.3-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v15.0.0-blue.svg
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
Expand Down
11 changes: 9 additions & 2 deletions node-red/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## What’s changed

This release drops support for the `armhf` and `i386` CPU platforms.

## 🚨 Breaking changes

- Drop support for armhf & i386 @frenck ([#1718](https://github.com/hassio-addons/addon-node-red/pull/1718))

## ⬆️ Dependency updates

- ⬆️ Update alpine_3_18/nginx to v1.24.0-r7 @renovate ([#1713](https://github.com/hassio-addons/addon-node-red/pull/1713))
- ⬆️ Update node-red-dashboard to v3.6.1 @renovate ([#1715](https://github.com/hassio-addons/addon-node-red/pull/1715))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.0 @renovate ([#1717](https://github.com/hassio-addons/addon-node-red/pull/1717))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#1720](https://github.com/hassio-addons/addon-node-red/pull/1720))
- ⬆️ Update @node-red-contrib-themes/theme-collection to v3.1.5 @renovate ([#1722](https://github.com/hassio-addons/addon-node-red/pull/1722))
4 changes: 2 additions & 2 deletions node-red/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ runtime in a single click.
[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-v14.6.3-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v14.6.3
[release-shield]: https://img.shields.io/badge/version-v15.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v15.0.0
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
4 changes: 1 addition & 3 deletions node-red/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node-RED
version: 14.6.3
version: 15.0.0
slug: nodered
description: Flow-based programming for the Internet of Things
url: https://github.com/hassio-addons/addon-node-red
Expand All @@ -13,9 +13,7 @@ homeassistant: 2023.3.0
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
ports:
80/tcp: 1880
ports_description:
Expand Down

0 comments on commit 51f91ea

Please sign in to comment.