Skip to content

Releases: evernym/devlab

New Version 2.4.1

13 Feb 01:40

Choose a tag to compare

Changes

  • Improve support for running with podman. Fixes network checking logic
  • Convert all args to strings before trying to execute commands, to avoid exceptions
  • Allow devlab projects to use the 'host' network if it exists

New Version 2.4.0

09 Oct 18:27

Choose a tag to compare

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

09 Jun 05:08

Choose a tag to compare

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

09 Feb 17:00

Choose a tag to compare

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

27 Sep 23:11

Choose a tag to compare

Changes

  • Fix python's interpolation of default NoneType for systemd_tmpfs_arg argument
  • Fix cloudformation exmple python parser

New Version 2.2.3

02 Aug 22:56

Choose a tag to compare

Changes

  • Found inconsitency with builtin module, when it changes based on module or main

New Version 2.2.2

02 Aug 21:33

Choose a tag to compare

Changes

  • Fix AttributeError thrown due to python2 compatibility changes

New Version 2.2.1

02 Aug 18:30

Choose a tag to compare

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

22 Jul 22:16

Choose a tag to compare

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

29 Jan 01:29

Choose a tag to compare

Changes

  • TE-324 #comment this is now #in-progress