Skip to content

Releases: ihcsim/promdump

v0.2.5

24 Aug 05:01
be920d1
Compare
Choose a tag to compare
  1. Update to Go 1.18
  2. Replace usages of io/ioutil package
  3. Add a Dockerfile

v0.2.4

02 May 03:03
7e48e3b
Compare
Choose a tag to compare
  1. Embed the promdump binary into the CLI using the Go embed package.

v0.2.3

04 May 04:36
Compare
Choose a tag to compare
  1. Add client-go cloud provider auth plugin
  2. Add a new CLI option to read local promdump binary
  3. Produce darwin-arm64 CLI build

v0.2.2

01 May 03:07
Compare
Choose a tag to compare
  1. Fixed a bug where the tar file writes might fail sometimes due to presence of 'irregular' files.

v0.2.1

30 Apr 05:08
Compare
Choose a tag to compare
  1. Fixed an incorrect exec command that causes restore to sometimes corrupt the target directory with out-of-order sequence blocks.

v0.2.0

25 Apr 01:49
Compare
Choose a tag to compare
  1. Introduced promdump main command
  2. Introduced subcommands: meta, restore
  3. Set up Go modules, Makefile and GitHub Actions