Releases: evernym/devlab
Releases · evernym/devlab
New Version 2.0.9
Changes
- Fix runtime image rebuild from last modified label change
New Version 2.0.8
Changes
- Fix bug when the up action updates images, results in an exception
- Add an example of a project with a custom runtim image
- Fix bug in last_modified label detection
New Version 2.0.7
Changes
- Update readme with more specifics around down scripts and make post down scripts interactive
- Add support for 'down' scripts
- Fix pre scripts that were set to interactive but also trying to log output
New Version 2.0.6
Changes
- Add support for 'reset_full' config option per component
New Version 2.0.5
Changes
- Fix bug where provision scripts every time a component is brought up, instead only at provisioning
- Add example of a script that runs on local system
- Update README.md with more contributor instructions
- Update Readme indicating where contributions are made
- Don't add internal apt repo to image, as it is not needed
- Update job tags to use gitlab shared runners, so that forks work
New Version 2.0.4
Changes
- Fix installer User-Agent
- Make gitlab releases the default source for updates
- Fix linting warning in installer
- Fix merge conflict
- Make the upload packages create a direct link to the asset, and update installer to support gitlab releases
- Fix some more linting warnings Rework how the release body is generate/used
- Fix gitlab release assets args
- Fix some more linting warnings Rework how the release body is generate/used
- Add a custom docker image for building devlab artifacts etc...
New Version 2.0.3
Changes
- Disable Docker buildkit as it doesn't support custom networks
- Add another example app using AWS SAM Lambda and dynamodb
New Version 2.0.2
Changes
- Fix script_runner output when running as a status_script
New Version 2.0.1
Changes
- Fix case where 'up' wasn't seeing already running foreground host component
- Add linting of the new devlab_bench package/module
New Version 2.0.0
Changes
- Update Readme with new features etc...
- Fix typos in examples causing it to not fully work
- Add support for scripts running on local host, as well as host base foreground components
- Set a default empty hash for 'path' key, and a default location for devlab_up.env file
- Update Readme with the last_modified label feature for runtime images
- Add support for installer to point to a local directory for devlab packages
- Update build script to also remove any bytecode files
- Move global-status and update actions to module. Update build script to bundle the module
- Move down, reset, restart, shell, status, and up actions to module. Misc bug fixes for example project
- Split helpers module out, and move the build action to the new actions submodule
- Create devlab_bench python module and break out docker helper, exceptions, and initial core helpers into it
- Fix base images pathing for cases where the docker_file path gets updates in the dict to be fully pathed
- Update README.md to include the recent yaml support changes
- Fix image parsing some more, to account for docker hub images with a numberic tags