Skip to content

Releases: semaphoreui/semaphore

v2.8.8

28 Oct 17:10

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

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

Choose a tag to compare

Changelog

793d1a3 fix(be): recursive

v2.8.2

24 Oct 15:19

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

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

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

Choose a tag to compare

A lot of bugs fixed. Thank you community!

Changelog

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

v2.7.18

16 Sep 23:41

Choose a tag to compare

v2.7.18 Pre-release
Pre-release

Changelog

a9c0411 fix(be): correct error message for foreign key errors
858f135 Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
c3d3c55 refactor(be): delete isObjectInUse from sql implementation. It duplicate foreign key functionality
d4dd205 refactor(be): rename column vault_pass_id to vault_key_id
3c20c1a fix(be): checking of entity used before delete it
91b3b63 Update README.md
7e69cee Update README.md
8007095 Merge pull request #737 from gitter-badger/gitter-badge
e0e1b2e Add Gitter badge
1d46aa7 test(be): fix access key tests
749291a feat(be): pass ansible_user/password to ansible-playbook via file

v2.7.17

11 Sep 18:38

Choose a tag to compare

v2.7.17 Pre-release
Pre-release

Changelog

b771068 feat(be): ignore known hosts file
2c9bc5b fix(be): add \n to end of private key

v2.7.16

09 Sep 22:59

Choose a tag to compare

Critical bug with access key encription

Changelog

f207aa6 feat(be): change error message for access key decryption
554e797 fix(be): use correct config field for access key encryption