Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 18:46
· 137 commits to main since this release

Changelog

  • 2b829f1 Update github.com/ulikunitz/xz
  • d23ff73 Update module github.com/spf13/cobra to v1.6.0
  • 7930c87 cmd/configure_raid.go,internal/command.go: Use cobra provided cmd.Context()
  • d5af507 cmd/configure_raid.go,pkg/model/{model_test.go,raid_array.go}: Use bmc-toolbox/common constants for RAID implementations
  • 045bb9a cmd/configure_raid.go: Continue to take device file paths for linuxsw raid
  • 4ad9fb9 cmd/configure_raid.go: Further break up processDevices() into per-type funcs
  • f7d4b97 cmd/configure_raid.go: If raid-type is not defined, default to linuxsw
  • 0e397cc cmd/configure_raid.go: Refactor command code into smaller functions
  • 69115fa pkg/model/block_device.go: Explain things, via comment, in Validate()
  • 341d335 pkg/model/raid_array.go: Fix output return from DeleteHardware()
  • 7b4e9d7 pkg/model/raid_array.go: Remove 'out' return value from DeleteHardware()
  • d76a0b1 pkg/model/raid_array.go: Return directly from Create/Delete funcs
  • 5c03b98 vogelkop 0.2.2 - Hardware RAID Controller Support