Skip to content

Releases: semaphoreui/semaphore

v2.9.53-beta

02 Mar 18:59
7c0fed0
Compare
Choose a tag to compare
v2.9.53-beta Pre-release
Pre-release

Features

  • Support Microsoft Teams alerts
  • Display current version of Semaphore

Fixes

  • Slack alert color

v2.9.52-beta

10 Feb 15:01
Compare
Choose a tag to compare
v2.9.52-beta Pre-release
Pre-release

Bugfixes

  • Parallel scheduled tasks on BoltDB (#1211)

Features

v2.9.51-beta

10 Feb 10:43
Compare
Choose a tag to compare
v2.9.51-beta Pre-release
Pre-release

Bugfixes

  • LDAP: Removed whoami check (#1683, #1317)
  • Fixed bug with web_host. Now "web_host": "https://domain.com/semaphore" works as expected.

v2.9.48-beta

05 Feb 21:30
0e02aee
Compare
Choose a tag to compare
v2.9.48-beta Pre-release
Pre-release

ko-fi

Features:

Security:

  • Allow to store OAuth secre in separate file (@tboerger)
  • Generate random username for OAuth users

Bugfix:

  • Add start_version to Template model (@samerbahri98)
  • Support OAuth without email (added configuration option oidc_providers -> email_suffix to generate email from username). Useful for GitHub.

v2.9.45

28 Jan 13:04
312d2af
Compare
Choose a tag to compare

Features

image

What's Changed

  • [WIP]: Handle ssh keys with internal ssh agent by @Elbandi in #1500

New Contributors

v2.9.37

20 Sep 19:14
Compare
Choose a tag to compare

Features

  • Refactored configuration system. Thanks to @ansibleguy.
  • Implemented remote runners: now you can use runner (semaphore runner --config ./config.json) which connects to the Semaphore server (semaphore server --config ./config.json) and listen tasks from him. Documentation: https://docs.ansible-semaphore.com/administration-guide/runners.
  • Changed administrators' permissions: now admin can see and manage all projects of the Semaphore instance.
  • Allow users to leave the project.

Fixes

  • Security: Remove email addresses of team members.
  • Security: Manager can't manage project Team.
  • Project owner can't leave the project anymore, only other owner can kick him.

v2.9.4

03 Sep 21:44
Compare
Choose a tag to compare

Make backup your database before migrate to this version. You will not be able to roll back to the previous version.

Features

Bugfixes

  • Fixed bug with email notifications. Thank you @dandanx

v2.8.95

28 Aug 10:03
Compare
Choose a tag to compare
v2.8.95 Pre-release
Pre-release

Changelog

58fc07e fix(ui): display div for role instead of disabled select

v2.8.94

27 Aug 12:07
36570ae
Compare
Choose a tag to compare
v2.8.94 Pre-release
Pre-release

Changelog

36570ae Merge pull request #1440 from ansible-semaphore/roles

v2.8.90

25 Apr 18:27
Compare
Choose a tag to compare

Return using external Git by default.

Added configuration option git_client. To use internal (go-git) client use following configuration option:

{
  "git_client": "go_git",
}