Skip to content

v2.9.109

Compare
Choose a tag to compare
@fiftin fiftin released this 26 May 18:48
· 878 commits to develop since this release
e32ce6b

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

    image
  • Search collections/requirements.yml both in repo directory and in playbook directory.
  • Added Secret type for survey variables.
  • Added Enum type for survey variables.

    Screenshot 2024-05-20 at 14 22 08 Screenshot 2024-05-20 at 14 22 38

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).