Skip to content

Releases: macvmio/geranos

v0.7.5

04 Nov 23:15
46b177d
Compare
Choose a tag to compare

Changelog

  • 7acae35 Add compression stability test (#8)
  • bdf2c7b Handle job errors by exiting early in DirImage.Write
  • cd1b2fc Make bitarray display nicer progress patterns
  • 46b177d Pass DiffID to filesegment.Descriptor allowing for uncompressed layer matching

v0.7.4

02 Nov 21:40
34629a9
Compare
Choose a tag to compare

Changelog

  • 34629a9 Change default zstd compressor options to make them more stable over time

v0.7.3

02 Nov 20:55
24b2d2f
Compare
Choose a tag to compare

Compression is slighly different for this release. Digests of Layers changed and it will take rehash and redownload of some layers despite actual file content did not change.

Changelog

  • 244d5db Add Windows to .goreleaser.yml
  • 24b2d2f Add test for zstd
  • b700588 Add windows-latest to CI (#5)
  • 4becc49 Fix Windows tests (#6)
  • 43f7cfc Improve support on Windows (#4)
  • 9532e62 Properly handle context while pushing layers concurrently
  • ed2b66a Simplify partialFileReader by using io.NewSectionReader (#7)
  • 2d56c58 Update to Go version 1.23

v0.7.1

26 Oct 12:03
d3e021b
Compare
Choose a tag to compare
  • Clean up code & tests

v0.7.0

09 Oct 20:50
522b524
Compare
Choose a tag to compare
  • Improve logic of Sketching
  • implement sparsefile.Overwrite
  • general cleanup and more tests

v0.6.5

05 Oct 17:13
Compare
Choose a tag to compare

Fix version string after move to macvmio org

v0.6.4

05 Oct 15:32
Compare
Choose a tag to compare

There are now 2 ways of reading "dirimage": normal and shallow. "shallow" will facilitate editing config file, and getting information about an image (when used as library) without re-reading through whole disk image to create layers.

v0.6.3

04 Oct 19:51
Compare
Choose a tag to compare

Geranos is focused on working with private registries, and public registries are more restrictive. This releases improves that. Tested with ghcr.io

v0.6.2

30 Sep 21:24
Compare
Choose a tag to compare

Bug fix: in ReadDigest

v0.6.1

28 Sep 21:51
Compare
Choose a tag to compare
  • Add Registry context feature
  • Improve API around Pulling
  • Add ReadManifest and ReadDigest