Skip to content

Releases: foundriesio/fioctl

Release v0.17

27 May 19:01
13194f2
Compare
Choose a tag to compare
* 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

07 May 01:14
a9785ad
Compare
Choose a tag to compare
* Add `devices chown` command
* Add `targets static-deltas` command

Release v0.15

05 Apr 18:39
48da76b
Compare
Choose a tag to compare
* 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

21 Jan 14:34
59ff309
Compare
Choose a tag to compare
v0.14.1 - doc fix

Fix an issue that breaks the rendering of docs.foundries.io

Release v0.14

12 Jan 17:59
Compare
Choose a tag to compare
* 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

20 Nov 15:55
301ca87
Compare
Choose a tag to compare
* 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

20 Oct 21:35
v0.12
84b9fa1
Compare
Choose a tag to compare
* 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

27 Aug 17:57
Compare
Choose a tag to compare
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

30 Jul 14:39
78011c6
Compare
Choose a tag to compare
 * 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

23 Jun 16:38
024bf22
Compare
Choose a tag to compare
  • Add targets test command
  • Add support for compose apps
  • Improve usability of devices config updates command