Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.0.0 protected
    03def9b0 · release: 1.0.0 ·
    ## [1.0.0] - 2024-01-05
    ### Changed
    * build project using hatchling
    * disable logging to /srv by default
    * CI updates
    
    ### Added
    * storage plugin should handle nvme* devices
    * more resilent device parsing
    
    ### Fixed
    * notification creation
    
    ## [0.10.2] - 2023-03-23
    ### Fixed
    - init: Fix the notification on error
    
  • v0.10.1 protected
    10f6d654 · version 0.10.1 ·
    [0.10.1] - 2022-10-18
    
    Fixed
    - init: Fix the condition so router wouldn't end up with tmpfs mounted on top of
      btrfs in case of failure.
    
  • v0.10.0 protected
    14643083 · version 0.10.0 ·
    [0.10.0] - 2021-09-27
    
    Added:
    - Scripts that use storage for Lighttpd temporally files
    
  • v0.9.0 protected
    b8b2baa2 · version 0.9.0 ·
    [0.9.0] - 2021-09-01
    
    Changed:
    - Increase persistent logs size to 100 MB in logrotate config
    - Refactor srv init script
    - Restart `rainbow` service instead of hardcoded set to white in srv init script
    
    Fixed:
    - Handle missing /srv directory in srv init script
    - Prevent to manipulate programmable LEDs on routers without `rainbow` command in srv init script
    
  • v0.8.1 protected
    e0d1f21e · version 0.8.1 ·
    [0.8.1] - 2021-04-20
    
    Fixed:
    * add btrfs device scan
    * support 'jbod' and 'raid0' in uci settings
    
  • v0.7 protected
    08bb9525 · version 0.7 ·
    [0.7] - 2021-01-19
    
    Changed:
    * cleanup and refactoring in module API (remove old_uuid,
      old_device_desc; add  using_external)
    * more strict json schema constraints
    * ignore device that is used as rootfs
    
  • v0.8 protected
    f4c6634b · version 0.8 ·
    [0.8] - 2021-01-21
    
    Fixed:
    * Fix regression by bringing back some attributes that were removed in latest API cleanup
    
  • v0.6 protected
    6a5ee58f · version 0.6 ·
    v0.6 - 2020-12-04
    
    Added
    * add option to set persistent logs
    
  • v0.5 protected
    8b023149 · version 0.5 ·
    0.5 (2020-09-22)
    ----------------
    
    * remove nextcloud code from storage
    
  • v0.4.2 protected
    d8199ef9 · Reformulate notifications ·
    Released version 0.4.2
    
    * simplify first setup
    * fix behaviour with lost disk
    * improve notifications
    
  • v0.4.1 protected
    Relesed version 0.4.1
    
    * fix schema to work with empty old_uuid
    
  • v0.4.0 protected
    99c01dd1 · minor syntax cleanup ·
    Released version 0.4.0
    
    Changes in API to better support new features, should be backward compatible.
    
  • v0.3.1 protected
    4e4a4a0f · Fix two minor issues ·
    Released version 0.3.1
    
    * prepared new cleaner API
    * fix few minor issues
    * optional undocumented mounting of different subvolume
  • v0.3.0 protected
    a74fc86a · Release a new version ·
    Released version 0.3.0
    
    Main feature in multiple drives support including raid configuration.
    
  • v0.2.100 protected
    a86b5b04 · Version bump to 0.2.100 ·
    Release version v0.2.100
    
    Fix hardcoded paths
  • v0.2.99.4 protected
    Released version 0.2.99.4
    
    * even more error proof fix for broken setup
    
  • v0.2.99.3 protected
    Release version 0.2.99.3
    
    * try harder to recover from broken configuration
    
  • v0.2.99.2 protected
    Released version 0.2.99.2
    
    * run sooner than fstab
    
  • v0.2.99.1 protected
    f46b7daa · Report broken /srv ·
    Release version v0.2.99.1
    
    * report broken /srv
    
  • v0.2.99 protected
    9c65bf8a · Version bump ·
    Released version 0.2.99
    
    * initial Nextcloud support