Skip to content

Releases: semaphoreui/semaphore

v2.10.19

18 Jul 09:30
fef54a1
Compare
Choose a tag to compare

ko-fi

Feature

  • Secret environment variables

Bugfixes

  • Fixed bug with deletion of secrets in Environments

v2.10.18

16 Jul 15:07
bb748cb
Compare
Choose a tag to compare

ko-fi

Features

  • Added the ability to manage applications: add custom applications, enable/disable default applications

  • User friendly Variables editor for Environment.

  • Added secrets to Environment.

  • Auto-remove old tasks.
    You can specify how many last tasks should be stored in the database using the config option max_tasks_per_template and environment variable SEMAPHORE_MAX_TASKS_PER_TEMPLATE.

  • Allow enable/disable schedule.

  • Replace CodeMirror to ArgsPicker.

  • Keep connection for BoltDB by default. Added option sessionConnection for BoltDB.

Bugfixes

  • Docker: Moved default Ansible config from /tmp/semaphore/ansible.cfg to /etc/ansible/ansible.cfg. Removed definition of ANSIBLE_CONFIG environment variable.
  • Fixed getting inventory from git repository.
  • Renamed environment variable MAX_TASKS_PER_TEMPLATE to SEMAPHORE_MAX_TASKS_PER_TEMPLATE.
  • Fixed a bug that caused schedules to break when using BoltDB.

v2.10.11

26 Jun 10:43
d31ebd3
Compare
Choose a tag to compare

ko-fi

Features

  • Added Schedule section.

  • Removed Cron from Template.

Bugfixes

  • Fixed Schedule UI bugs

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.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.99-beta

22 May 08:33
aad1142
Compare
Choose a tag to compare
v2.9.99-beta Pre-release
Pre-release

Features

  • 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

v2.9.92-beta

11 May 19:07
476cd97
Compare
Choose a tag to compare
v2.9.92-beta Pre-release
Pre-release

Bugfixes

  • Disable debug mode for tasks started by Integrations (thanks to @vdudejon for reporting).

v2.9.91-beta

11 May 14:36
e242723
Compare
Choose a tag to compare
v2.9.91-beta Pre-release
Pre-release

Changelog

  • e242723 Merge pull request #1963 from tboerger/refactor-docker-and-build