Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 08:39
· 37 commits to main since this release

Changelog

  • 54d64bf FS-1254 Standardize CLI flags (#90)
  • f061eb3 FS-1266; Add warning for mctl list commands, since fleetdb has a limit of 1000. Some small cleanup of the makefile
  • 38d6664 FS-1266; Update docs
  • 174da5e add power command
  • 4bbf8aa ci: use go.mod for go version
  • 308b229 cmd/create: return cmd.Help() instead
  • 44b986d cmd/firmware-set: implement support to import firmware sets from a file
  • fed549f cmd/flags: rename firmware to firwmare-id flag and add firmware-version flag
  • 74e8436 cmd/list: remove --limit flag, this was inadvertently added and belongs in another PR
  • 5bb60e6 cmd/power: clearer help command to indicate one action can be set
  • b8b152f cmd/power: define method to require atleast one flag and use method
  • dd577d9 fix up linter complaints on unused params
  • b490246 go, golangci-lint: update release to v1.56.2, ci build to use go 1.22
  • 6bfe6ef go: fix go.mod conflicts on rebase rebase on main
  • 25a18fa go: pin condition orc, rivets to current releases
  • 38673b1 go: update deps
  • 41973fa go: update to 1.22 and bump all deps
  • 79be908 golangci: remove packages section not required
  • d18674e internal/auth: fix context passing based on linter suggestions
  • 4d9b2e1 linter: keep whyNoLint
  • a9b0467 linter: keep whyNoLint disabled, not as a linter
  • 83a6397 list/firmware: define flags in one place and add --limit --page flags
  • 46f6a05 list/firmware: set model value only when defined
  • 6b0ba82 make gen-docs after rebase
  • 46eff47 purge incorrect newlines
  • c75edca rivets: pin to commit with server control parameters changes
  • 031678a switch to fleetdb from serverservice