Releases: metal-toolbox/vogelkop
Releases · metal-toolbox/vogelkop
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.2.6
v0.2.5
v0.2.5-staging
Changelog
- 7099c0c Dockerfile: Set ironlib tag to v0.2.11@sha256:8b3c5a78a2b323860b0525723aad7451a7e026a5e552b3ce945522762fe0870d
v0.2.4
v0.2.3
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
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