Skip to content

Releases: evernym/devlab

New Version 1.8.1

21 Aug 03:26
Compare
Choose a tag to compare

Changes

  • Update docs and small fix

New Version 1.8.0

21 Aug 03:25
Compare
Choose a tag to compare

Changes

  • Fix adhoc shell and required helper image deps

New Version 1.7.4

13 Aug 20:24
Compare
Choose a tag to compare

Changes

  • Fix devlab_up.env processing to preserve the bind to host setting and warn if changed
  • Merge branch 'master' of gitlab.corp.evernym.com:te/devlab
  • Cleanup action_shell logic around adhoc commands with custom registries

New Version 1.7.3

20 Jul 21:54
Compare
Choose a tag to compare

Changes

  • Add in some detection for checking if a component is using a custom registry
  • Fix create_github_release script so that double quotes are escaped

New Version 1.7.2

19 Feb 22:13
Compare
Choose a tag to compare

Changes

  • Fix error when running "status" action before DevlabConfig.json exists
  • Remove unneccesary bits from foreground example
  • Change verbage of argparse help
  • Re-organize function order, and fix bug where an exact match would still partial match comp names

New Version 1.7.1

17 Dec 23:22
Compare
Choose a tag to compare

Changes

  • Fix script_runner parsing offset bug

New Version 1.7.0

17 Dec 15:46
Compare
Choose a tag to compare

Changes

  • Create a function to unnest list of lists of strings
  • Update README.md
  • Fixup 'reset' action so that it won't default to the 'devlab' target
  • Adjust pylint settings
  • Add support for globbing of components in the 'reset' actions
  • Add support for globbing of components in the 'up' and 'restart' actions
  • Add support for globbing of components in the 'down' action
  • Fix up some linting warnings
  • Fix bug where 'sh' action wasn't checking if a container was up
  • Fix adhoc autoname. Add support for globbing of components in sh action
  • Fix bug when using an image that us using a remote host with a custom port

New Version 1.6.2

04 Dec 23:34
Compare
Choose a tag to compare

Changes

  • Fix bad copy paste of README.md
  • Fix reset action when using a foreground_component
  • Update Readme with better descriptions
  • Fix some typos in installer.py comments etc..

New Version 1.6.1

03 Dec 23:35
Compare
Choose a tag to compare

Changes

  • Make sure that systemd support also adds the -t flag so that docker logs will show output
  • Merge branch 'master' of gitlab.corp.evernym.com:te/devlab
  • Fix trailing whitespace in create_github_release script
  • Update README.md Installation instructions.

New Version 1.6.0

15 Nov 22:59
Compare
Choose a tag to compare
Merge branch 'master' into 'master'

Initial Check-in as OSS

See merge request te/devlab!1