-
-
v1.5.5 protected
Version 1.5.5 Added * Option to pass --reinstall-all to pkgupdate, needed by switch-branch
-
v1.5.4 protected
Version 1.5.4 Fixed * Do not send whole stacktrace in notification for handled errors. Send just the actual error message.
-
v1.5.3 protected
Version 1.5.3 Fixed * Fixed case when updates were installed automatically, even though manual confirmation was required. * Fix detection of delayed reboot and thus create complete notification for it.
-
v1.5.2 protected
Version 1.5.2 Fixed * crash when approvals are enabled without window being configured
-
v1.5.1 protected
Version 1.5.1 Fixed * block of execution when package is removed or reinstalled using opkg * do not attempt recovery of journal on package installation
-
v1.5.0 protected
Version 1.5.0 Added * Reboot requirement info to approval message * Ability to set window when update is automatically approved or installed in case of delayed approve Changed * Switch from state log to changelog and improve notifications about changes and updater crashes * `approvals.current` now returns `reboot` field as optional string instead of boolean. This was done to allow access to the information when reboot is requested to be performed.
-
v1.4.3 protected
Version 1.4.3 Fixed * `packages` module failure when there is uninstalled package in index
-
v1.4.2 protected
Version 1.4.2 Fixed * Missing defaults for `--rand-sleep` and `--wait-for-network` arguments * Deprecated usage of `collections
-
-
v1.3.3 protected
Updater Supervisor version 1.3.3 Fixed * exception raised when "approvals needed" was configured there was pending approval
-
v1.4.0 protected
Version 1.4.0 Added * msgtrace module with ability to provide info such as date of last check for updates or updater execution messages * packages module that allows read access of installed packages info * Option --no-network-fail to skip updater run when network connection is unavailable * Possibility to disable network test by setting zero * System shutdown is now retained till there is process holding opkg lock * argument --autorun to mark execution as automatic run to adhere autorun configuration Changed * Disabled autorun now won't prevent from update, you have to use --autorun to get previous behavior
-
v1.3.2 protected
Updater Supervisor version 1.3.2 Changed * pkgupdate is now not run with `--task-log`
-
v1.3.1 protected
Version 1.3.1 Added - Support for package lists filter based on board - New dependency is now distro
-
v1.3.0 protected
Version 1.3.0 Added - options for pkglists - labels for pkglists Changes - Exceptions renamed to be more consistent with standard Python ones Refactor - Used new UCI set/get methods instead of obsolete get_boolean/set_boolean ones
-
v1.2.1 protected222ad1ff · version bump ·
Fix typo: function now returns expected value instead of default
-
-
-
-
v1.1 protected
Update lists API to support additional fields * Added field url to dictionary returned by lists.pkglists() * Added field official to dictionary returned by lists.pkglists() * Allow visible field not to be defined in pkglists.json. It defaults to True now. * Update lists.pkglists() comment to be accurate