Skip to content

Release v0.43

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 23:19
v0.43
Release Notes:

* EdgeLock2GO is no longer offered as a part of FoundriesFactory.
  An el2g command was removed from this version of Fioctl.
  For old versions of Fioctl el2g command returns a server side generated error.

Features:

* Add ability to operate devices by UUID in all commands accepting the device name as a parameter.
* Add an option to specify a local OSTree repo source directory when generating offline update bundle.
* Add flags to set updates config tag and apps to preset values.

Fixes:

* Support absence of apps when generating an offline update bundle.
  Before the fix, use cases resulting into no apps download URI were yielding an error.
* Preserve arch and image-file fields when adding targets.
  These fields were removed from a target before the change.
* Set default values for uri, origUri and origUriApps when adding targets.
  For custom apps target, origUri is set while uri and origUriApps are empty.
  For custom OSTree target, origUriApps is set while uri and origUri are empty.

Changes:

* Remove el2g command; feature is no longer supported.
* Remove updates_list command; it was deprecated since 2021.
* Error out when user specifies a ~ character in --creds-path parameter to configure-git command.
  When using `--creds-path ~/.config` the shell makes expansion, so that way it works well.
  When using `--creds-path=~/.config` there is no expansion, so the command fails.
  Before the change, a command would try to use a folder containing verbatim ~ in its name, that is wrong.
* Error out generating offline update bundle if OSTree repo does not contain target hash.
  An offline bundle created in such way would fail installation.
* Clean up help and error messages for all commands.