Skip to content

Releases: metal-toolbox/vogelkop

v0.2.1

14 Sep 16:36
Compare
Choose a tag to compare

Changelog

  • 7552e5d .github/workflows/goreleaser.yml: Use go 1.19 during build
  • 757800e Update anchore/sbom-action action to v0.12.0 (#9)
  • 0871477 Update module go to 1.19
  • aff2675 Update module go.uber.org/zap to v1.23.0

v0.2.0

17 Aug 18:23
Compare
Choose a tag to compare

Changelog

  • ecc81de Add TestConfigureRaid and TestFormatPartition tests
  • 50fd1dd Add golangci config
  • 4842512 Break model monolith into struct specific files
  • 0d1d8eb Eliminate snake case vars
  • 9cdfd58 Implement testing of model package
  • 3c76301 Move CallCommand into it's own package/file
  • 5d797e9 Pass context to all underlying os exec(s)
  • 498a789 Replace cmd.getPartitionBlockDevice with Partition.GetBlockDevice()
  • edd84a7 Use lint-install to configure linting
  • 6593f21 cmd/partition_disk: Pass block device into NewPartitionFromDelimited
  • 4b9c7aa github/workflows/lint: Use v1.48.0 of golangci-lint
  • bacc054 pkg/model/model: Validate delimited partition strings
  • 8175efa pkg/model: Initial data model

v0.1.0

13 Jul 19:50
ffe3efa
Compare
Choose a tag to compare

Changelog

  • ebe2eb5 Add renovate.json (#1)
  • 549d80c Initial Commit
  • c2597e5 LICENSE: Apache License 2.0
  • 30345e1 README.md: Add experimental notice
  • 78f70ed README: Some additional detail about naming and deps
  • 2da7a3b Update module github.com/spf13/cobra to v1.5.0 (#3)
  • ffe3efa partition, raid, format basic functionality (#4)