Skip to content

Releases: synalice/gobox

v0.6.6

13 Jun 15:51
Compare
Choose a tag to compare

What's Changed

  • You can now write into container's stdin!
  • Fix issue #8
  • Fix issue #9

Full Changelog: v0.6.5...v0.6.6

v0.6.5

10 Jun 21:12
Compare
Choose a tag to compare

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() to mount.Remove() so that it is the same as container.Remove()
  • You can now use container.Remove() on multiple containers

Full Changelog: v0.6.2...v0.6.5

v0.6.2

07 Jun 13:56
Compare
Choose a tag to compare

What's Changed

  • You can now create files inside the container!

Full Changelog: v0.5.1...v0.6.2

v0.5.1

06 Jun 15:15
Compare
Choose a tag to compare

What's Changed

  • Complete refactor of how you create, mount and remove volumes. It is now a bit easier and less verbose.
    You can see how to use this functionality in examples/ folder

Full Changelog: v0.4.0...v0.5.1

v0.4.0

01 Jun 20:21
Compare
Choose a tag to compare

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

01 Jun 15:54
Compare
Choose a tag to compare

What's Changed

  • Refactor very bad imports

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Jun 12:10
Compare
Choose a tag to compare

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

25 May 13:37
Compare
Choose a tag to compare

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