Skip to content

Releases: semaphoreui/semaphore

v2.10.7

19 Jun 18:30
6bcf476
Compare
Choose a tag to compare

ko-fi

Features

  • Added support for Terraform code, OpenTofu code and Bash scripts.

    image

  • Added usage examples.

  • Added DEBUG Docker image for remote debugging from Goland.

Bugfixes

  • Fixed infinite "Waiting" status.
  • Reduced size of Docker image.
  • Fixed issue with authentication on the server with login/password (#2098)
  • Fixed web_host option usage in Docker image.
  • Docker Image: Fixed overriding config file options by empty SEMAPHORE_ACCESS_KEY_ENCRYPTION and SEMAPHORE_WEB_ROOT environment variables.
  • Web interface: Removed predefined variables from Environment form.
  • Fixed bug with supporting HTTP protocol.

v2.10.6-beta

19 Jun 13:20
a2e34ef
Compare
Choose a tag to compare
v2.10.6-beta Pre-release
Pre-release

Bogfixes

  • Fixed issue with authentication on the server with login/password (#2098)
  • Fixed web_host option usage in Docker image.

v2.10.5-beta

18 Jun 15:00
c429a17
Compare
Choose a tag to compare
v2.10.5-beta Pre-release
Pre-release

Bugfixes

  • Docker Image: Fixed overriding config file options by empty SEMAPHORE_ACCESS_KEY_ENCRYPTION and SEMAPHORE_WEB_ROOT environment variables.
  • Web interface: Removed predefined variables from Environment form.

v2.10.4-beta

18 Jun 05:06
91601eb
Compare
Choose a tag to compare
v2.10.4-beta Pre-release
Pre-release

Features

  • Added support for Terraform code.

    image

Bugfixes

  • Fixed infinite "Waiting" status.

v2.10.3-beta

15 Jun 03:17
40b8f65
Compare
Choose a tag to compare
v2.10.3-beta Pre-release
Pre-release

Features

  • Added support for Terraform code.

    image

v2.10.2-beta

13 Jun 05:47
cc91501
Compare
Choose a tag to compare
v2.10.2-beta Pre-release
Pre-release

Features

  • Added support OpenTofu code and Bash scripts.

  • Added usage examples.

  • Added DEBUG Docker image for remote debugging from Goland.

Bugfixes

  • Reduced size of Docker image.

v2.9.112

30 May 12:00
4f95ac8
Compare
Choose a tag to compare

Bugfixes

  • Docker: Fixed zombie processes #2069
  • Docker: Moved Python venv from ~/venv to /opt/semaphore/venv to fix issue #2060
  • Docker: LDAP issue #2063
  • UI: Remove extra close button in Template dialog

v2.9.109

26 May 18:48
e32ce6b
Compare
Choose a tag to compare

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

v2.9.108-beta

26 May 12:42
0e52c67
Compare
Choose a tag to compare
v2.9.108-beta Pre-release
Pre-release

Features

  • Docker: Now SEMAPHORE_DB_HOST can contains port number.
  • Added support of environment variable SEMAPHORE_DB_OPTIONS.

v2.9.104-beta

24 May 12:04
c79f509
Compare
Choose a tag to compare
v2.9.104-beta Pre-release
Pre-release

Bugfixes