Skip to content

Releases: semaphoreui/semaphore

v2.9.56

24 Mar 00:09
Compare
Choose a tag to compare

Features

Bugfixes

  • A lot to fixes and refactoring by @tboerger
  • Integration authentication fixed. Following variants now available:
    • HMAC
    • GItHub Webhooks (like HMAC but with GitHub specific)
    • Token (useful for GitLab)
    • None

Integrations documenatition: https://docs.semui.co/user-guide/integrations

v2.9.55-beta

22 Mar 23:47
Compare
Choose a tag to compare
v2.9.55-beta Pre-release
Pre-release

Bugfixes

  • Integration authentication fixed. Following variants now available:
    • HMAC
    • GItHub Webhooks (like HMAC but with GitHub specific)
    • Token (useful for GitLab)
    • None

v2.9.54-beta

21 Mar 11:39
Compare
Choose a tag to compare
v2.9.54-beta Pre-release
Pre-release

Features

Bugfixes

  • A lot to fixes and refactoring by @tboerger

Docs by Integrations with be soon ;)

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