Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

0.2.1

Compare
Choose a tag to compare
@nickdgriffin nickdgriffin released this 11 Aug 13:40
· 389 commits to master since this release

This release contains:

  • Features
    • Jenkins image upgraded to 0.1.5
    • SonarQube image upgraded to 0.2.0
    • Removed local-setup.sh and startup.sh to force quickstart.sh usage
    • Removed generate_client_certs.sh in favour of CLI option
    • GitHub site content added
    • Adding sourceable file for cloud provider-specific parameters
    • CLI
      • Added --without-pull option to compose init function
      • Added --without-load option to compose init function
      • Added target option to enable future operations against the stack
      • Added workspace sub-command
      • Added project sub-command
      • Added extension sub-command
    • quickstart.sh
      • Added variable to be able to create a docker machine with different instance type
      • Local type default memory increased to 6144MB
    • Swarm
      • Added support for direct-lvm
      • Replaced affinity filters with dependency filters
      • Upgraded outer proxy to 0.2.0
  • Fixes
    • Added check to make sure INITIAL_ADMIN_USER is not set to 'admin'
    • Replacing syslog-tag with tag in logging override file
    • Added a sleep loop to check when Nginx is available before declaring success during init
    • Numerous documentation and readme changes