Skip to content

v2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 08:04
· 3 commits to master since this release
1dfb437

This is the first test release of the upcoming new major release v2.
It is intended for testers and developers to catch any show stoppers before a public release.
Please check the open issues before you update!

New features

  • Full system update with SWUpdate
    Default SWUpdate website is running on port 8080.
  • New partition layout:
    • A / B partitions for fail-safe system updates
    • SquashFS as root file system.
    • ext4 data partition to store individual bind-mounted configuration files in /etc
    • OverlayFS for /var and /opt/yio which are persisted on the data partition.
    • Temporary in-memory overlay for /etc to find all configuration settings which need to be bind-mounted to the data partition.
  • Latest YIO application and integration plugins
  • Buildroot 2021.02 LTS version
  • Qt 5.15.2

Known issues

  • #81 NTP doesn't work due to failed DNSSEC validation. Fixed in RC2.
  • #78 Timezone is not persisted. Fixed in RC3.
  • #77 SSH keys are not persisted

Missing features

The following features will be included in upcoming releases:

  • Full factory reset function with wiping data partition
  • Recovery mode to load system image
  • Secured SWUpdate with basic authentication
    The update page is currently always running and doesn't require a login.
  • Data partition is not yet auto-expanded: #36

Features

Bug Fixes

Code Refactoring

Builds

Continuous Integration

Chores

Commits