Releases: evernym/devlab
Releases · evernym/devlab
New Version 2.4.0
Changes
- Fix logging output when commands finish executing and pipes are empty
- Switch to using gitlab hosted runners
- Default to python3
- Add support for explicitly disabling buildkit as needed
- Add support for podman as well as default to using buildkit for docker
- Update main images to newest ubuntu
- Fix deprecation issue for python 3.12 for distutil.spawn
New Version 2.3.1
Changes
- Add support for defining a custom build_context when devlab is building images
- Make sure that wizard parent dir exists in pihole example, add min vers checking
New Version 2.3.0
Changes
- Add a more full feature wizard example with prompts, setting up pi-hole
- Add a dumb wizard to aws SAM example
- Add support for more networking options
New Version 2.2.4
Changes
- Fix python's interpolation of default NoneType for systemd_tmpfs_arg argument
- Fix cloudformation exmple python parser
New Version 2.2.3
Changes
- Found inconsitency with builtin module, when it changes based on module or main
New Version 2.2.2
Changes
- Fix AttributeError thrown due to python2 compatibility changes
New Version 2.2.1
Changes
- Remove some trailing space from the readme
- Get rid of linting error, using globals()
- Update README.md with latest features
- Move human_keys sort function to be reusable, switch script runners to use new env parameter
- Add support for specifying environment vars for components directly without run_opts
- Allow for forcing a image to NOT pull even if requested
- Add support for specifying a minimum version of devlab for a project
New Version 2.2.0
Changes
- Fix installer when pointing to a local directory
- Update README.md to reflect recent updates
- Add global-restart action for updating multiple envs
- Make the build action actually use the shared pythong package vars
- Fix typo in module doc string
- Make tmpfs volume mounts configurable
- Fix typo in comment
- Fix bad quoting and enable vault ui in foreground example
- TE-325 #comment this is now #in-progress
New Version 2.1.1
Changes
- TE-324 #comment this is now #in-progress
New Version 2.1.0
Changes
- Account for pagination when looking up package id during asset upload
- Fix pylint exception due to pylint version differences :-(
- Add support for updating images and fix some bugs with image building
- Ignore vscode related files