Features
- Docker: Now
SEMAPHORE_DB_HOST
can contains port number. - Added environment variable
SEMAPHORE_DB_OPTIONS
which allows customize db connection. But be valid JSON. Example:{"sslmode": "require"}
. - Ability to use separate repository for Inventory
- Search
collections/requirements.yml
both in repo directory and in playbook directory. - Added
Secret
type for survey variables. - Added
Enum
type for survey variables.
Bugfixes
- Support
http://
protocol for Git repositories. - Fixed path to database file in Docker for BoltDB #2054 (comment) @Ereaey
- Disable debug mode for tasks started by Integrations (thanks to @vdudejon for reporting).