Releases: semaphoreui/semaphore
v2.8.90
v2.8.89
v2.8.77
v2.8.76
v2.8.75
Fixed LDAP bugs
All issues by LDAP available in the project Fix LDAP.
Thanks to @cptsanifair support and halp of @flybyray we solved LDAP issues that we managed to reproduce.
Added docs for LDAP configuration. Fill free to create PRs for the docs.
Implemented integration tests for all supported databases
Now all 3 supported databases (BoltDB, Postgres, MySQL) are tested on integration tests.
Thanks to se-di for support!
Semaphore no more blocks BoltDB file
To make integration tests possible for BoltDB we had to implement session connection to BoltDB file. Semaphore blocks the file only when read or write to it.
I think it is very useful feature for other applications too.
v2.8.74
Thanks @VladoPortos for help!
New style of Template form
The Template form has become more compact. The Advanced >
link has been removed.
Ability to run task from Template page
Diff Mode for a task
PAT type of Access Key has been removed
This type is misleading. You should use Login with password
for PAT.
v2.8.73
v2.8.71
v2.8.69
v2.8.68
Fixed Docker image for BoltDB configuration. Now you can use BoltDB with docker image.
docker-compose.yml
for minimal configuration:
services:
semaphore:
ports:
- 3000:3000
image: semaphoreui/semaphore:latest
environment:
SEMAPHORE_DB_DIALECT: bolt
SEMAPHORE_ADMIN_PASSWORD: changeme
SEMAPHORE_ADMIN_NAME: admin
SEMAPHORE_ADMIN_EMAIL: admin@localhost
SEMAPHORE_ADMIN: admin