Pages in Blogs

0.4.1 Release


In this article, we want to give an overview of the 0.4.1 hawkBit release (Friday, January 12, 2024)

hawkBit 0.4.1 release

Steps towards removal of the legacy Vaadin8-based UI

As announced at Vaadin 8 UI discontinuation the current Vaadin 8 based UI will be removed. This release will likely be the last one including it. Some steps are taken to mitigate this.

  • First of all, this release introduces Simple UI - a demo/PoC level UI. It includes the most essential functionality allowing you to play around with hawkBit. It could not be compared to legacy UI in features and maturity in any case. Some notes for it:
    • Status - as already said - low maturity and very feature-limited, EXPERIMENTAL
    • Intended for demo/play-around purposes. It could become an initial version of a new hawkBit UI but currently, there are no resources for further development. Any contribution to this UI in the direction of making it a full-fledged mature UI is welcome!
    • It provides features like - create software modules & distribution sets, targets, and rollouts
    • In contrast with legacy UI the new UI is a standalone application and uses only REST API to provide functionality to the user.
  • To the legacy monolith update server application there is added a new microservice-based application. As part of this effort, there was introduced an example of legacy Vaadin 8 UI standalone application. This legacy UI standalone application could be used together with future hawkBit update server versions as long as it is compatible and on the user’s responsibility. Some notes for it:
    • NOT RECOMMENDED - it might contain security vulnerabilities and bugs. It could be hard to verify its compatibility with the new hawkBit versions.
    • ON USER’s RESPONSIBILITY - no guarantees of any kind are provided for that application. It is entirely the user’s responsibility to test, scan for vulnerabilities, and use it.
    • Provides an option to use the legacy Vaadin 8 UI with the new hawkBit versions under the conditions above
    • It uses directly the database and legacy update server code
    • It includes the outdated Spring Boot 2.7 which is after its end of support
    • It will not be developed any further and new features won’t be available
    • No bugfixes would be provided for it

Extended access control management - entity-based

There is a new feature implemented in access control management. Up until now, permissions (e.g. CREATE_TARGET) were assigned to the users, and based on that users were able to execute some action or not. Now there is added a pluggable mechanism via AccessController that allows to further restrict the access based on the entity. For instance, a developer could implement its custom access controller for targets that, depending on the user, could grant or reject permissions for accessing targets of certain target types.


[...]

Vaadin 8 UI discontinuation


In this article, we want to give an overview of the future of the hawkBit UI

hawkBit Vaadin 8 UI discontinuation

The hawkBit UI uses Vaadin as a web UI framework. It uses Vaadin 8 (8.14.3). This major version, according Vaadin Roadmap, has no free support since 21st Feb 2022. There are some version releases after that date (8.15.0 - 8.16.0) that are Apache 2.0 licensed. However, since 8.16.1 (see here) the license is Commercial Vaadin Developer License 4.0, so they could not be used in hawkBit.


[...]

Eclipse hawkBit upgrade to Eclipse Public License - v 2.0


hawkBit is a domain-independent back-end framework for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure. It is part of the Eclipse IoT since 2015.

In this article, we want to give an overview of the latest highlights of hawkBit license changes.

hawkBit license upgraded to Eclipse Public License - v 2.0

Based on the issues Switch to EPL 2.0 License and Update hawkBit’s license to EPL 2.0 the hawkBit license is upgraded from Eclipse Public License - Version 1.0 to Eclipse Public License - v 2.0.


[...]

Eclipse hawkBit 0.2.0 - First Release


hawkBit is a domain-independent back-end framework for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure. It is part of the Eclipse IoT since 2015 and with version 0.2.0 a first release is available.

In this article, we want to give an overview of the latest highlights of hawkBit and let you know how you can get started in seconds.


[...]