Hi everyone,
Node-RED v5 has just been released!
The launch article:
To allow you to upgrade to v5 without breaking existing installations, I propose a PR that adds a version selector in the interface:
I’m looking for testers, I propose a Docker build on:
gladysassistant/gladys:add-upgrade-node-red-selector
The PR:
master ← add-upgrade-node-red-selector
ouvert 03:49PM - 12 Jun 26 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [x] If your changes affect the code, did you write the tests?
- [x] Are tests passing? (`npm test` on both front/server)
- [x] Is the linter passing? (`npm run eslint` on both front/server)
- [x] Did you run prettier? (`npm run prettier` on both front/server)
- [x] If you are adding a new feature/service, did you run the integration comparator? (`npm run compare-translations` on front)
- [x] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([forum](https://community.gladysassistant.com/)) for testing before merging.
### Description of change
Node-RED : Add upgrade selector to upgrade major version
## Summary by CodeRabbit
## Release Notes
* **New Features**
* Added Node-RED major version selection and update functionality. Users can now choose between different Node-RED major versions (3, 4, or 5) with automatic container recreation while preserving flows and configuration. New UI dropdown with version selection, confirmation warnings, and dedicated update button.
* **Internationalization**
* Expanded language support (German, English, French) for new version selection interface and related help text.
Thanks to everyone for your help
guim31
June 12, 2026, 6:30pm
2
Indeed, my container updated a few days ago
A nice visual evolution, but I don’t notice what has changed under the hood
I just ran an end-to-end test on a test VM:
Launch of current Gladys v4 and launch of Node-RED 3.1
Update to the test Docker image
Update to Node-RED v5
Node-RED still working
It’s merged and will be included in the next Gladys release!
Warning, you’ll need to check one by one that your Node-RED extensions are compatible with the new version, this can break your automations if they are not.
I also tested a passage on my instance installed on a separate VM and I haven’t had any issues since 4.2.1
It’s live in Gladys Assistant 4.79:
Bonjour à tous,
La version v4.79 de Gladys est sortie
Intelligence artificielle
Cette version apporte plusieurs améliorations à l’agent IA :
Création de scènes : Correction du schéma + augmentation du timeout pour corriger un bug de création de scène remonté par @GBoulvin et @Jluc .
Meilleure gestion des erreurs : des retours plus clairs quand l’IA ne répond pas.
Appels d’outils via Telegram : Via Telegram, on voit désormais les appels d’outils comme sur le web
[Captu…