Skip to content

Releases: semaphoreui/semaphore

v2.8.14

02 Nov 18:20
Compare
Choose a tag to compare

Changelog

d44a3f6 test(be): pass tests

v2.8.10

01 Nov 12:51
Compare
Choose a tag to compare

Added environment variable SEMAPHORE_DB_DIALECT for using with Docker. It can be mysql, postgres or `bolt'.

Changelog

ff30ddf feat(ci): add sshpass to docker image
101bccc chore: remove Link from telegram message
6aa7038 feat(fe): small ui enhancement
f1712dd Merge pull request #760 from jbkc85/develop
3a6bc0f Merge branch 'develop' into develop
bd3af95 Merge pull request #707 from POPSuL/f/700
fcf44e3 Merge pull request #773 from mwxp06/develop
4b60e66 chore(fe): change task link's tooltip condition
c69137e chore(fe): change task link displaying condition
10db33a Changed SEMAPHORE_DB_DIALECT to text
c435188 Change docker variable SEMAPHORE_DB_DIALECT_ID to SEMAPHORE_DB_DIALECT
a9d210b Merge branch 'ansible-semaphore:develop' into develop
738ab2d Added docker environment variable SEMAPHORE_DB_DIALECT_ID
89e64fc forcing local repo checks for 'file://' prefixed repositories
8038d2b Added global ESC handler to close popups

v2.8.9

28 Oct 18:09
Compare
Choose a tag to compare

Changelog

9652140 fix(fe): bug with wrapping dialog title
f9b842e fix(be): bug with filterging view templates
3514323 fix(fe): disable view tabs during loading data

v2.8.8

28 Oct 17:10
Compare
Choose a tag to compare

Added Views link in Jenkins

Changelog

91b7c30 feat(fe): store last visited view page
9db447c fix(fe): add urls for views
2a57122 fix(fe): twice loading templates
001ddd3 feat(fe): view tabs
a2aa17b fix(fe): view sorting
943ab38 feat(fe): views edit dialog
106a53b test(be): fix dredd tests
3445d9a test(be): add view to dredd hooks and add view to swagger
76a81cc fix(be): view positions endpoint
793d74d feat(be): sql implementation of views
339dfa5 fix(be): set view positions for boltdb
1285f10 feat(be): views implementation for bolt
3b2f62f feat(be): add view mock
6d05ea4 fix(be): send email alert only for failed tasks
4410a39 feat(be): telegram message format
7e92b8c test(dredd): fix hooks binary name for windows
64e16e2 feat(be): remove task arguments
859ecf4 test(be): dredd config for windows
852e06f fix(be): mariadb migrations
3e8df07 chore(fe): text

v2.8.5

25 Oct 21:16
Compare
Choose a tag to compare

Changelog

31e14ec feat(fe): simplify template list
2cc1c14 fix(fe): load tasks in TaskList when template changed
730a2cf refactor(fe): move task list to component TaskList
eb20640 feat(fe): extendable task
bc15943 refactor(be): move BuildTask to TaskWithTpl

v2.8.4

25 Oct 11:41
Compare
Choose a tag to compare

Changelog

793d1a3 fix(be): recursive

v2.8.2

24 Oct 15:19
Compare
Choose a tag to compare

Changelog

bc5da35 fix(fe): close button
b15404f fix(fe): remove failed builds from availble from deploy list

v2.8.1

24 Oct 14:23
Compare
Choose a tag to compare

Added Build/Deploy functionality.

Now task can be one of the following types:

  • Task — classic task
  • Build — task for creating artifacts
  • Deploy — task for deploying artifacts to the servers

In UI it looks like on the following screenshot:

image

Build and deploy tasks has versions:

image

Semaphore passing following NEW variables to Ansible:

  • semaphore_task_type — type of the task
  • semaphore_task_version — version of the artefact (for Build - which should be created, for Deploy - which should be deployed)

Docs by the feature

Changelog

f04f1d8 feat(fe): task log view on small screen
10b7d41 feat(fe): add component TaskLink
8cc08d7 chore(fe): update packages
bc3a5a6 feat: use reference to build task by id insead of by version
4b6e145 feat(fe): display build message in combobox
8924073 feat(fe): ui docs

v2.7.22

17 Sep 10:43
Compare
Choose a tag to compare

Changelog

87cc947 fix(be): saving become_key_id to sql
ef8f387 chore: fix confict
4c7d21b chore: fix confict
6bd6c33 feat(be): timeout of boltdb

v2.7.20

16 Sep 22:33
Compare
Choose a tag to compare

A lot of bugs fixed. Thank you community!

Changelog

7f52d93 fix(be): quote 'end' column name for postgres