Skip to content

Releases: foundriesio/fioctl

Release v0.25

03 May 15:57
v0.25
cbbc7af
Compare
Choose a tag to compare
* Added new `configure-docker` command to install a Docker credential
  helper to allow easy CLI access to hub.foundries.io.
* Extended `users` command to show individual user details
* Added a `teams` command to view team membership and access levels
* Added new `event-queues` command.
* Added `devices list-denied` and `devices delete-denied` commands to
  manage deleted devices.

Release v0.24

09 Mar 14:28
v0.24
13ce4cd
Compare
Choose a tag to compare
* Added new `keys show-root` command
* `targets show` now includes the date the target was created
* Added small check to make key rotation safer
* Update of golang dependencies
* Add Fish shell completion support

Release v0.23

11 Jan 16:50
v0.23
462a9bc
Compare
Choose a tag to compare
* Improvements to `targets list`
* Improvements to `targets tag` including `--dryrun` and `--append`
* `secrets update` allows values to come from file content
* Factory name is now required when listing devices
* Improvements to `targets artifacts` command including tailing of
  CI console output
* `keys rotate-root` handles initial rotation better by downloading
  initial key

Release v0.22

02 Dec 17:56
v0.22
Compare
Choose a tag to compare
* Include OriginUri in `targets list/show`
* Allow custom column output in `targets list`
* Add `--dryrun` option to `targets tag`
* Add `--append` option to `targets tag`
* Allow `secrets update` command to pull secret from a file

Release v0.21

16 Nov 21:17
v0.21
cb31122
Compare
Choose a tag to compare
* Build release binaries for darwin-arm64
* Require a tag name in `waves init`
* Add option to list production targets `targets list --production`
* Add `login --refresh-access-token`
* Require factory when running `devices list`

Release v0.20

24 Aug 21:45
v0.20
7b4adf0
Compare
Choose a tag to compare
* Add new `fioctl keys resign-root` command
* Add -t/--token option to fioctl-get

Release v0.19.1

16 Aug 15:28
v0.19.1
c1c88a4
Compare
Choose a tag to compare
* Fix `fioctl completion` docs to not break RsT rendering for docs.fio

Release v0.19

16 Aug 14:02
v0.19
f784142
Compare
Choose a tag to compare
* Support a file path in `fioctl [device] config set` commands.
* Allow `fioctl devices list` to filter by device-group
* Added `fioctl logout` to clear out oauth2 credentials
* Added `fioctl completion` command to generate shell completions

Release v0.18

18 Jun 14:58
2935fa2
Compare
Choose a tag to compare
* Fix wording for device tag. It can only be a single tag.
* Fix for bug #40
* Drop old code for "docker apps"
* Fix usability issues with `fioctl targets list|show`

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