Releases: synalice/gobox
v0.6.6
v0.6.5
What's Changed
- Temporary deprecated
config.NewConfigBuilder().DiskSpace()
until it is fixed, see issue #10 - Temporary prevented
config.EnsureImage()
from running automatically to fix performance, see issue #8 - Add documentation for code in /example folder
- Renamed
mount.CleanUp()
tomount.Remove()
so that it is the same ascontainer.Remove()
- You can now use
container.Remove()
on multiple containers
Full Changelog: v0.6.2...v0.6.5
v0.6.2
v0.5.1
v0.4.0
This is a heavily refactored code (compared to the previous versions which relied on container_managment.go
), although it does pretty much everything the same it was doing before. No new functionality was added. The structure of the code is still not completely final, although any already written public API should not change so much.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
Still very much work in progress. I wouldn't advise anyone to not use this project until it is in its stable version — v1.0.0.
Added builder patter for creating config and container. Refactored code structure. I would try to keep a proper changelog from now on.
Full Changelog: v0.1.1...v0.2.0
v0.1.0
This release is very much “work in progress” although it does already offer some functionality for creation and management of containers. Please be aware that you can't yet copy files into the container.
Following releases will include better documentation and library usage examples, ability to transfer and run files inside the container, and an ability to run test suits against the code.
Full Changelog: https://github.com/synalice/gobox/commits/v0.1.0