Semaphore Versions Save

Modern UI for Ansible

v2.9.92-beta

6 days ago

Bugfixes

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

v2.9.91-beta

1 week ago

Changelog

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

v2.9.75

2 weeks ago

Changelog

Features

  • Added loader screen for Template edit form :)

Bugfixes

v2.9.69-beta

4 weeks ago

Changelog

f353de7 fix(be): use --become-user for become creds

v2.9.68-beta

1 month ago

Features

  • A more secure way of transmitting secrets to ansible-playbook is now used - via stdin.

Bugfixes

  • Dependabot fixes

v2.9.65-beta

1 month ago

Bugfixes

  • Pagination on Users page.
  • Add current user to restored project as Owner.
  • Realtime updating of the task log for Admins.
  • Delete templates with Cron.
  • Dependabot MRs.

v2.9.64

1 month ago

Features

  • Changed CLI command semaphore runner -> semaphore runner start.
  • Added CLI command for unregistering of Runner semaphore runner unregister.

Bugfixes

v2.9.58

1 month ago

Features

  • Support complex expressions for OpenID claims. For example you can use following expression for email_claim: { "email_claim": "email | {{ .id }}@mydomain.com" }

Bugfixes

  • Minor bugs

v2.9.56

1 month ago

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

1 month ago

Bugfixes

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