mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Node-RED to db6b7b9
This commit is contained in:
parent
0783feefa2
commit
75b6d0f28a
4 changed files with 8 additions and 15 deletions
|
@ -885,10 +885,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/85461b3
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/85461b3/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/db6b7b9
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/db6b7b9/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-85461b3-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-db6b7b9-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
|
||||
|
|
|
@ -1,7 +1,2 @@
|
|||
# Changelog since v14.6.2
|
||||
- ⬆️ Update node-red-dashboard to v3.6.1 (#1715)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- ⬆️ Update alpine_3_18/nginx to v1.24.0-r7 (#1713)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
# Changelog since v14.6.3
|
||||
- Drop support for armhf & i386 (#1718)
|
||||
|
|
|
@ -51,6 +51,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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-85461b3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/85461b3
|
||||
[release-shield]: https://img.shields.io/badge/version-db6b7b9-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/db6b7b9
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: Node-RED
|
||||
version: 85461b3
|
||||
version: db6b7b9
|
||||
slug: nodered
|
||||
description: Flow-based programming for the Internet of Things
|
||||
url: https://github.com/hassio-addons/addon-node-red
|
||||
|
@ -13,9 +13,7 @@ homeassistant: 2023.3.0
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
ports:
|
||||
80/tcp: 1880
|
||||
ports_description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue