Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 08:33
· 51 commits to main since this release

Changelog

  • 3430abe Remove unused variable
  • 71f012a RunMode identifies the mode the application was executed in
  • cf3f4ff app: load inband run mode configuration
  • 94aba27 cmd/run, worker: switch to ctrl.NatsController
  • e5496ab cmd: update cli to run inband and outofband installs
  • d4e045b device/interface: split DeviceQueryor into interfaces for inband and oob queries
  • 65bbddd download: increment timeout for slow connections
  • 16d79e9 download: move download into its own package so its available for reuse
  • f2d23c4 fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 [security]
  • 9a61bea fix(deps): update module github.com/spf13/cobra to v1.8.1
  • cbcb179 fix(deps): update module golang.org/x/net to v0.25.0
  • 98ebbeb fleetdb: switch to go-oidc v3
  • 66e65d1 go mod tidy
  • 13cd5b7 go mod tidy
  • 7d510f6 go: pin ctrl, ironlib deps
  • 5d05577 go: pin to ctrl, rivets with required changes
  • ca39a70 go: pin to rivets, ctrl release
  • 93e220b go: update ironlib pin
  • 207d95a go: updated deps
  • c455efa inband/action: fail if no update utility was identified
  • 6ba1807 inband/action_handlers: set powercycle required bool
  • 6c1c73f inband: Add actions and firmware install action handlers
  • 578dbe8 inband: powercycle in the final component fw install action
  • 6e4ac27 misc: switch to rivets.{Server,Task} types
  • 68cd949 model/action: adds a few additional fields
  • c03c27d model/firmware: turn InbandInstall, Oem attributes to be boolean
  • 4304982 model/task: use Task type from rivets
  • 1703dfc model: switch to rivets.Server, Component types
  • ae10e2d oob/helpers: fixes incorrect BMC user parameter
  • 8d2b1e2 outofband: use rivets.Server instead of model.Asset
  • 8bb69a6 publisher: use ctrl.Publisher which publishes both the Task, StatusValue
  • 453a8ec purge unused code
  • d1ac6f6 runner: implement support to resume Actions and Steps
  • 5ae1da9 store/fleetdb: copy inbandInstall, Oem bool values from firmware set response
  • a7f6d33 store/fleetdb: return asset data as the rivets.Server,Component type
  • d947138 worker/task_handler: implement support for both inband and outofband installs
  • e3a5ffd worker: rename file