Skip to content

Releases: StealthyCoder/fioctl

Release v0.45

07 Nov 13:34
v0.45

Choose a tag to compare

Features:

* Add devices tests command which allows to search tests by device
  This complements an existing targets tests command which allows to search tests by target

Fixes:

* Set Golang modules version to 1.24.4 (strict semantic versioning)
  Some toolchains were unable to compile with loose versioning like 1.24
* Fix device updates command not recognizing the --by-uuid flag
* Fix config updates command not supporting a dot and a plus for the --tag flag

Changes:

* Add flag to print target custom JSON in targets show
* Add support for Windows ARM64 platform

Release v0.44

19 Jun 11:27
v0.44

Choose a tag to compare

Release Notes:

* Upgrade to Golang 1.24.
  Due to backward incompatible changes in Golang compiler, Fioctl no longer supports Golang lower than 1.23.

Features:

* Support absolute paths in git-credential-helper, a safer way to use it.

Fixes:

* Use api.foundries.io as a default for git-config to produce a valid configuration.
* Fix autocompletion for fish shell.

Changes:

* Deny empty tag list when setting target tags.