Releases: macvmio/geranos
Releases · macvmio/geranos
v0.7.5
v0.7.4
v0.7.3
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
- Clean up code & tests
v0.7.0
- Improve logic of Sketching
- implement sparsefile.Overwrite
- general cleanup and more tests
v0.6.5
Fix version string after move to macvmio org
v0.6.4
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
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
Bug fix: in ReadDigest
v0.6.1
- Add Registry context feature
- Improve API around Pulling
- Add ReadManifest and ReadDigest