Skip to content

Releases: metal-toolbox/vogelkop

v0.4.0

09 Jul 17:03
ab2a8fa
Compare
Choose a tag to compare

Changelog

  • ab2a8fa Add support for wiping disks using hdparm (#94)

v0.3.3

19 Jun 19:58
a0389a5
Compare
Choose a tag to compare

Changelog

  • a0389a5 Fix both disk wipe and deprecated command invocations (#88)

v0.3.2

19 Jun 18:05
21126b7
Compare
Choose a tag to compare

Changelog

  • 21126b7 Fix reported version in --version output (#87)

v0.3.1

14 Jun 18:03
452ef8e
Compare
Choose a tag to compare

Changelog

v0.2.6

02 Aug 16:40
Compare
Choose a tag to compare

Changelog

  • 14904d2 Update github.com/bmc-toolbox/common digest to 5eb9915

v0.2.5

15 Jun 13:40
Compare
Choose a tag to compare

Changelog

  • 4ff30ee Dockerfile: Set ironlib tag to v0.2.11@sha256:8b3c5a78a2b323860b0525723aad7451a7e026a5e552b3ce945522762fe0870d

v0.2.5-staging

14 Jun 19:38
Compare
Choose a tag to compare

Changelog

  • 7099c0c Dockerfile: Set ironlib tag to v0.2.11@sha256:8b3c5a78a2b323860b0525723aad7451a7e026a5e552b3ce945522762fe0870d

v0.2.4

11 May 20:26
Compare
Choose a tag to compare

What's Changed

  • .buildkite/pipeline.yml: Add BUILDKITE_BRANCH as VOGELKOP_BRANCH to build env by @splaspood in #33
  • Some Dockerfile updates by @mmlb in #38

New Contributors

  • @mmlb made their first contribution in #38

Full Changelog: v0.2.3...v0.2.4

v0.2.3

11 May 20:17
Compare
Choose a tag to compare

What's Changed

  • Prepare for external docker image build by @splaspood in #22
  • Corrections for Buildkite Pipeline by @splaspood in #25
  • Makefile: s/alloy/vogelkop/g by @splaspood in #26
  • .buildkite/.pipeline.yml: Fix if tag regex to handle v0.0.0-staging0 style tags by @splaspood in #27
  • Cleanup buildkite pipeline by @splaspood in #28
  • Refactor RAID cli commands into a 'raid' subcommand by @splaspood in #18
  • Go module and github actions workflow updates by @splaspood in #32

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Nov 18:46
Compare
Choose a tag to compare

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