Releases: ihcsim/promdump
Releases · ihcsim/promdump
v0.2.5
v0.2.4
- Embed the
promdumpbinary into the CLI using the Goembedpackage.
v0.2.3
- Add client-go cloud provider auth plugin
- Add a new CLI option to read local promdump binary
- Produce darwin-arm64 CLI build
v0.2.2
- Fixed a bug where the
tarfile writes might fail sometimes due to presence of 'irregular' files.
v0.2.1
- Fixed an incorrect
execcommand that causesrestoreto sometimes corrupt the target directory with out-of-order sequence blocks.
v0.2.0
- Introduced
promdumpmain command - Introduced subcommands:
meta,restore - Set up Go modules, Makefile and GitHub Actions