Skip to content

Releases: HumanSecurity/envite

v0.0.13

07 Jun 08:24
90fe3b3

Choose a tag to compare

What's Changed

  • refactor: migrate Docker integration to moby/moby/client by @yinonv in #28

Full Changelog: v0.0.12...v0.0.13

v0.0.12

06 Nov 11:55
9e31812

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11

20 Jun 14:31
346e8a5

Choose a tag to compare

What's Changed

  • Added docker runtime awareness with support for the following:
    • Docker Desktop
    • Colima (with 3-second network latency)
    • Podman
    • Rancher Desktop
    • Lima
    • OrbStack
    • Minikube
    • ContainerD
    • Finch
  • ExtractRuntimeInfo function to detect runtime type from Docker client info
  • Runtime-specific internal hostname mapping (e.g., host.docker.internal, host.lima.internal)
  • Network latency configuration for runtimes that require startup delays
  • Improved error handling with error wrapping to provide better error messages

v0.0.10

29 Aug 05:09
2bb4abe

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

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

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

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

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

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

Choose a tag to compare

Fix all dependency vulnerabilities