Update website for 0.3.0M8 (#1355)
* update release notes * change Bosch.IO to Bosch Digital * Remove IoT Permissions integration * Add features from 0.3.0M8
This commit is contained in:
@@ -6,12 +6,16 @@ weight: 40
|
|||||||
|
|
||||||
## Device and Software Repository
|
## Device and Software Repository
|
||||||
- Repository that holds the provisioning targets and assignable software distributions.
|
- Repository that holds the provisioning targets and assignable software distributions.
|
||||||
|
- Targets to be logically grouped by Target Types.
|
||||||
- That includes a full software update history for every device.
|
- That includes a full software update history for every device.
|
||||||
- Support for pre-commission devices in the repository and plug and play, i.e. device is created if it is authenticated for the first time.
|
- Support for pre-commission devices in the repository and plug and play, i.e. device is created if it is authenticated for the first time.
|
||||||
|
|
||||||
## Update Management
|
## Update Management
|
||||||
- Directly deploy a defined software distribution to a device (by Management UI or API).
|
- Directly deploy a defined software distribution to a device (by Management UI or API).
|
||||||
- Update handling is independent of the device type, integration approach or connectivity.
|
- Update handling is independent of the device type, integration approach or connectivity.
|
||||||
|
- Optional user consent flow, download and install updates only after respective end user has confirmed it.
|
||||||
|
- Mass cancel the distribution of an update by invalidating the distribution set.
|
||||||
|
- Use action status codes for easier analysis.
|
||||||
|
|
||||||
## Management UI
|
## Management UI
|
||||||
- Create/Read/Update/Delete operations for provisioning targets (i.e. devices) and repository content (i.e. software).
|
- Create/Read/Update/Delete operations for provisioning targets (i.e. devices) and repository content (i.e. software).
|
||||||
@@ -23,7 +27,7 @@ weight: 40
|
|||||||
- Responsive to resolution.
|
- Responsive to resolution.
|
||||||
- Lazy loading of data.
|
- Lazy loading of data.
|
||||||
- All information on one page.
|
- All information on one page.
|
||||||
- Optional integration with Bosch IoT Permissions service for full multi user support with fine granular permission based authorization.
|
- Deep-linking for Targets to improve navigation.
|
||||||
|
|
||||||
## Artifact Content Delivery
|
## Artifact Content Delivery
|
||||||
- Partial downloads supported.
|
- Partial downloads supported.
|
||||||
@@ -32,12 +36,14 @@ weight: 40
|
|||||||
- Authorization based on software assignment, i.e. a device can only download what has been assigned to it in the first place.
|
- Authorization based on software assignment, i.e. a device can only download what has been assigned to it in the first place.
|
||||||
- Delta artifact hosting supported.
|
- Delta artifact hosting supported.
|
||||||
- Artifact signature hosting supported.
|
- Artifact signature hosting supported.
|
||||||
|
- Plug-point for artifact encryption allowing to encrypt artifacts on upload.
|
||||||
|
|
||||||
## Rollout/Campaign Management
|
## Rollout/Campaign Management
|
||||||
- Secure handling of large volumes of devices at rollout creation time.
|
- Secure handling of large volumes of devices at rollout creation time.
|
||||||
- Flexible deployment group definition as part of a rollout.
|
- Flexible deployment group definition as part of a rollout.
|
||||||
- Monitoring of the rollout progress.
|
- Monitoring of the rollout progress.
|
||||||
- Emergency rollout shutdown in case of update failures.
|
- Emergency rollout shutdown in case of update failures.
|
||||||
|
- Manually trigger next rollout group.
|
||||||
|
|
||||||
## Interfaces
|
## Interfaces
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ any personal data.
|
|||||||
|
|
||||||
In addition, the following vendors offer free trial accounts for their Eclipse hawkBit compatible products:
|
In addition, the following vendors offer free trial accounts for their Eclipse hawkBit compatible products:
|
||||||
|
|
||||||
* [Bosch IoT Rollouts](https://www.bosch-iot-suite.com/rollouts/#plans) (by [Bosch.IO GmbH](https://bosch.io/))
|
* [Bosch IoT Rollouts](https://bosch-iot-suite.com/service/rollouts/) (by [Bosch Digital](https://www.bosch-digital.com))
|
||||||
* [Kynetics Update Factory](https://www.kynetics.com/update-factory) (by [Kynetics LLC](https://www.kynetics.com/))
|
* [Kynetics Update Factory](https://www.kynetics.com/update-factory) (by [Kynetics LLC](https://www.kynetics.com/))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,14 @@ title: Release notes
|
|||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.3.0M8
|
||||||
|
|
||||||
|
**Release Date:** Friday, April 21, 2023 <br />
|
||||||
|
Hawkbit: [Tag](https://github.com/eclipse/hawkbit/releases/tag/0.3.0M8) <br />
|
||||||
|
Extensions: [Tag](https://github.com/eclipse/hawkbit-extensions/releases/tag/0.3.0M8) /
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 0.3.0M7
|
## 0.3.0M7
|
||||||
|
|
||||||
**Release Date:** Monday, February 15, 2021 <br />
|
**Release Date:** Monday, February 15, 2021 <br />
|
||||||
|
|||||||
Reference in New Issue
Block a user