Tags: HumanSecurity/envite
Tags
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
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
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>