Skip to content

Releases: PerimeterX/envite

v0.0.10

29 Aug 05:09
2bb4abe
Compare
Choose a tag to compare

Fixed

  • Cleanup phase still failed sometimes after previous fix with different message, now covering both.

v0.0.9

24 Aug 06:56
3e7bba4
Compare
Choose a tag to compare

Fixed

  • Cleanup phase failed when using the same image for multiple components due to a failure in removing the image
    more than once. To fix this - ignored that specific issue "reference does not exist" when that error is returned
    from the docker remove request

v0.0.8

16 Jul 10:29
a70935a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

10 Jul 05:57
a05fb30
Compare
Choose a tag to compare

What's Changed

upgrade docker(moby) lib and update usages to deprecated structs see https://github.com/moby/moby/releases/tag/v27.0.1
upgraded go version to v1.22

v0.0.6

30 May 07:45
7c70f10
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @etrpx made their first contribution in #19

Full Changelog: v0.0.5...v0.0.6

v0.0.5

25 Feb 10:20
597e6cb
Compare
Choose a tag to compare
  • Fix error parsing null configs

Full Changelog: v0.0.4...v0.0.5

v0.0.4

21 Feb 10:33
Compare
Choose a tag to compare

Fix all dependency vulnerabilities

v0.0.3

17 Feb 08:29
4472a04
Compare
Choose a tag to compare
  • CLI support.
  • Go releaser support.
  • Unit tests.
  • Go docs.
  • Improved README.md.
  • Added several small changes to the SDK API to allow smoother experience in the CLI.