Semaphore Versions Save

Modern UI for Ansible

v2.8.91

10 months ago

Alpha 1

Features

  • Support OpenID https://github.com/ansible-semaphore/semaphore/pull/1213. Thanks a lot to @s3lph for a great work!

  • UI localization. Currently supported English and French, thank to @phishkapsch for a great work!

  • Support RBAC. Currently only 2 roles added: Owner and Task Runner. It is a similar current Admin/Non-admin. Other roles will be added soon.

  • API enhancement. Thank to @nfsprodriver .

Bugfixes

  • Fixed bug with email notifications. Thank you @dandanx

v2.8.90

1 year ago

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",
}

v2.8.89

1 year ago

Useing go-git library instead of external git by default. Thank you @mgukov for implementation.

Fixed bug with authentication. Thanks to @1lyasam!

v2.8.86

1 year ago

Changelog

c3eaa6f chore: use go-git

v2.8.84

1 year ago

Changelog

c048c9b chore: return to external git

v2.8.83

1 year ago

Semaphore does't use external Git anymore. We replaced it with library go-git.

Thanks to @mgukov for implementation.

v2.8.81

1 year ago

Changelog

5a86474 ci: do not install linter

v2.8.80

1 year ago

Changelog

d6e1315 feat(be): use env vars for db options

v2.8.79

1 year ago

Changelog

1fa439e fix(be): disable for Windows ability ot run ansible under specified user

v2.8.76

1 year ago

Changelog

95a0609 fix(be): db host in docker file