Skip to content

Releases: semaphoreui/semaphore

v2.8.95

28 Aug 10:03
Compare
Choose a tag to compare
v2.8.95 Pre-release
Pre-release

Changelog

58fc07e fix(ui): display div for role instead of disabled select

v2.8.94

27 Aug 12:07
36570ae
Compare
Choose a tag to compare
v2.8.94 Pre-release
Pre-release

Changelog

36570ae Merge pull request #1440 from ansible-semaphore/roles

v2.8.90

25 Apr 18:27
Compare
Choose a tag to compare

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

13 Mar 19:22
Compare
Choose a tag to compare

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

Fixed bug with authentication. Thanks to @1lyasam!

v2.8.77

20 Nov 08:55
Compare
Choose a tag to compare

ko-fi

Fixed bug with task running on BoltDB.

v2.8.76

20 Nov 09:12
Compare
Choose a tag to compare

Changelog

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

v2.8.75

19 Nov 18:03
Compare
Choose a tag to compare

ko-fi

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

29 Oct 17:38
Compare
Choose a tag to compare

ko-fi

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

26 Oct 21:46
Compare
Choose a tag to compare

ko-fi

Merged PR #1056 (Using docker secrets to pass sensitive information via "_FILE" variables), thanks to @vaerh!

Support ARM64 by Docker image: https://hub.docker.com/r/semaphoreui/semaphore/.

image

v2.8.71

23 Oct 18:12
Compare
Choose a tag to compare

Binary for darwin/arm64 platform.