mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 04:01:25 +00:00
⬆️ Updating add-on Node-RED to 2bfbbc2
This commit is contained in:
parent
3d95dd2a1a
commit
5d4a5502a2
4 changed files with 55 additions and 6 deletions
|
@ -899,10 +899,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/fabeff7
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/fabeff7/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/2bfbbc2
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/2bfbbc2/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-fabeff7-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-2bfbbc2-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-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,53 @@
|
|||
# Changelog since v9.1.4
|
||||
- ⬆️ Upgrades openssh-client to 8.6_p1-r2 (#1060)
|
||||
- Bump docker/login-action from 1.9.0 to 1.10.0 (#1053)
|
||||
|
||||
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0.
|
||||
- [Release notes](https://github.com/docker/login-action/releases)
|
||||
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/login-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump docker/build-push-action from 2.5.0 to 2.6.1 (#1057)
|
||||
|
||||
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
|
||||
- [Release notes](https://github.com/docker/build-push-action/releases)
|
||||
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/build-push-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 (#1058)
|
||||
|
||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.5.0.
|
||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.5.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/setup-buildx-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades add-on base image to v10.0.0 (#1051)
|
||||
- Bump @node-red-contrib-themes/theme-collection from 1.0.1 to 1.0.2 in /node-red (#1050)
|
||||
|
||||
|
|
|
@ -50,6 +50,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-fabeff7-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/fabeff7
|
||||
[release-shield]: https://img.shields.io/badge/version-2bfbbc2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/2bfbbc2
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "fabeff7",
|
||||
"version": "2bfbbc2",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue