Skip to content

Tags: HumanSecurity/envite

Tags

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance ENVITE setup process with runtime information integration (#25)

* Enhance ENVITE setup process with runtime information integration

- Updated network and component logic to utilize runtime information for hostname and network latency.
- Modified validation and update functions to reflect changes in the hosts file with dynamic hostname.
- Improved user messages in setup files to include runtime-specific details for better clarity during initial setup.
- Add wait time for Colima container start to allow network binding to kick in.

* Add Colima runtime support in Docker configuration

- Introduced a new runtime entry for Colima, including its socket path, internal hostname, and network latency.
- Updated the fallback behavior in the runtime detection function to return a default 'Unknown' runtime when no matches are found.

* Integrate RuntimeInfo into Component and Network structures

- Added RuntimeInfo field to Component and Network types to enhance runtime-specific functionality.
- Updated newComponent and NewNetwork functions to accept RuntimeInfo, improving the handling of network latency and internal hostnames.
- Refactored Start method in Component to utilize the new RuntimeInfo field for network latency management.

* Improve error handling in API and environment functions

- Improved error handling with error wrapping to provide better error messages
- Updated changeslog and readme

* chagelog

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanup phase still failed sometimes after previous fix with differen…

…t message, now covering both. (#23)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanup phase failed when using the same image for multiple component…

…s due to a failure in removing the image (#22)

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

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Postgres seed (#21)

* Postgres seed

* Update CHANGELOG.md

* rename

* PR fixes

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix docker(moby) lib deprecations see (#20)

https://github.com/moby/moby/releases/tag/v27.0.1

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add redis seed (#19)

* add redis seed

* - fix typos

* support set hashed and non hashed entries

* - remote redundant use of seconds time unit
- change method to private

* rename struct fields

* Change seed data structure

* update changelog

* Update CHANGELOG.md

---------

Co-authored-by: avivpxi <42111576+avivpxi@users.noreply.github.com>

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix error parsing null configs, update docs and legals

* update legal
fix tests

* update changelog

* update TOC

* update TOC

* update docs

* update docs

* add demo gif

* add logo

v0.0.4

Toggle v0.0.4's commit message
update readme index

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prepare first open source release (#13)

* add docs and changelog

* add unit tests

* add CLI

* add CLI

* finalize API and readme

* sort components, fix ascii art

* add go releaser

* prepare for release