Releases: foundriesio/fioctl
Releases · foundriesio/fioctl
Release v0.17
* Include device-group info in factory-status * Use 4096 bit RSA keys for root and offline target * Lots of help text improvements
Release v0.16
* Add `devices chown` command * Add `targets static-deltas` command
Release v0.15
* New `waves` family of commands * `status` command handles waves * New `keys copy-targets` command * New `keys targets-rotate` command * TUF key management now done in pure Golang * `device updates` no longer requires "list" and "show" subcommands * More details are included in device update events when available
Release v0.14.1
v0.14.1 - doc fix Fix an issue that breaks the rendering of docs.foundries.io
Release v0.14
* Clean up of common error handling logic * `devices show` hides hardware-info unless "--hwinfo" is used * device groups feature added * `devices show` now has a "--aktoml" to show device's aktualizr-lite configuration. * `config set` commands can now read from STDIN * PKI logic for device gateway added * `device list` can show customized columns * `targets artifact` added to download CI artifacts
Release v0.13
* Add `devices rename` command * Add `--force` option to `devices config updates` * Add `targets show compose-apps` command to show compose app details
Release v0.12
* Bug fix for `device config updates`. * `targets image` now has parameter for specifying apps to preload. * `device show` includes network information. * `targets tests` now lists all Targets that have been tested. * `device list` can search by device UUID.
Release v0.11
v.011 * Added command for create images with preloaded containers: fioctl targets image * Bug fix for setting default Factory when running fioctl login * Bug fix for saving credentials after a bad login * Release automation logic
0.10 Release
* added `config delete` command to delete a fleet-wide config file * bug fixes with `device config` commands expecting incorrect number of arguments. * `target tests` now show test artifacts * `target tests` shows device name instead of device UUID
0.9: Add target testing command
- Add
targets test
command - Add support for compose apps
- Improve usability of
devices config updates
command