Semaphore Versions Save

Modern UI for Ansible

v2.9.51-beta

2 months ago

Bugfixes

v2.9.48-beta

2 months ago

ko-fi

Features:

  • Support supplementary Chinese (@ExplodingDragon)
  • Support environment variable TZ for docker container (@tboerger)

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

3 months ago

Features

image

What's Changed

New Contributors

v2.9.41-beta

3 months ago

Changelog

f7da53c fix(runner): pass token in PUT request

v2.9.39-beta

7 months ago

v2.9.38-beta

7 months ago

Features

  • Use ssh agent instead of SSH files
  • Support SSH keys with passphrase
image

What's Changed

New Contributors

Full Changelog: https://github.com/ansible-semaphore/semaphore/compare/v2.9.37...v2.9.38-beta

v2.9.37

7 months ago

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.23

7 months ago

Changelog

f4c882b fix(config): default value for max tasks

v2.9.22

7 months ago

Changelog

ed36934 fix(config): bug with handing maps in config

v2.9.19

7 months ago

Changelog

9af6aa5 Merge pull request #1472 from ansible-semaphore/config-validation