Releases: ihcsim/promdump
Releases · ihcsim/promdump
v0.2.5
v0.2.4
- Embed the
promdump
binary into the CLI using the Goembed
package.
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
tar
file writes might fail sometimes due to presence of 'irregular' files.
v0.2.1
- Fixed an incorrect
exec
command that causesrestore
to sometimes corrupt the target directory with out-of-order sequence blocks.
v0.2.0
- Introduced
promdump
main command - Introduced subcommands:
meta
,restore
- Set up Go modules, Makefile and GitHub Actions