Semaphore/CHANGELOG.md

139 lines
4.6 KiB
Markdown
Raw Normal View History

2016-12-21 19:50:59 +01:00
v2.2.0 / 2017-02-22
===================
* bump version to 2.2.0
* update add templates, gh release script
* compile with go1.8
* Merge branch 'master' of github.com:ansible-semaphore/semaphore
* update contributing.md
* Merge pull request #257 from strangeman/dashboard-alias
* Merge pull request #262 from strangeman/templateid-ui
* Merge pull request #268 from nightvisi0n/fix_go-github-api-break
* fix api breaking of google/go-github
* Merge pull request #265 from ansible-semaphore/fix-264
* Reload on modal dismiss
* Merge pull request #258 from strangeman/docs-improve
* Add/Update Template dialog: Add Template ID field, mark some fields as required
* Add task template name to log too
* Small documentation improvements
* Add task template names for dashboard
* Merge pull request #256 from kpashka/master
* Remove trailing dot-slash in find output
* Copy-paste fixes
* It's method, not a function
* Use temp path for update repository function
* Pass OS environment variables to Ansible
* Added link to discord
* Merge pull request #244 from jerrygb/patch-1
* Update CONTRIBUTING.md
* Merge pull request #241 from pianzide1117/master
* fix error route /project/{project_id}/template ==> /project/{project_id}/templates
2016-12-21 19:50:59 +01:00
## v2.1.0 | 22-12-2016
* fix #202
* update api docs
* fix #214 - events api
* parse time with momentjs - fix #197
* Merged branch master into master
* fix circle & docker hub
* Merge pull request #231 from ringtail/master
* Merge pull request #157 from tokuhirom/galaxy
* remove chat room
* Merged branch master into master
* fix #183
* fix #193 - auth middleware bug
* Merge pull request #235 from rakshazi/patch-1
* Task history: changed status colors
* Update CONTRIBUTING.md
* add chat room link to readme
* prevent removing last admin from project
* fix migration file
* attempt to fix circle CI
* improve runner code
* Merge remote-tracking branch 'refs/remotes/knsr/repo-tags'
* Merge pull request #228 from gcavalcante8808/master
* Alias field was not created on the DB. Corrected: added version 1.9.0.
* Alias field was not created on the DB. Corrected: added version 1.9.0.
* Merge pull request #211 from Woorank/sshclient
* Merge pull request #207 from jahantech/master
* Merge pull request #224 from gcavalcante8808/issue_188
* Fixes #188.
* Corrected display information of step 4.
* Fixes #213. A set of information about development added to guide.
* Add ssh client to dockerfile
* Erorr -> Error
* Merge pull request #205 from Woorank/docker
* Updated compose file to version 2, moved variables from dockerfile to compose file, pointed towards future automated build
* Moved dockerfile to root and changed base image to Alpine
* correct import
* add support for git repo tags or branches
* Merge pull request #181 from modoojunko/master
* add missing space
* Update runner.go
* Merge pull request #178 from goozbach/dockerfiles
* Adding readme
* fixing origin header break and websockets proxy issues
* docker compose working
* clean up packages
* mostly done, just no internet
* Merge pull request #160 from tokuhirom/clear-repository-cache
* Merge pull request #156 from tokuhirom/dry_run
* Merge pull request #155 from tokuhirom/show-repository-info
* Clear repository cache after update/delete repository information. Close #159
* Added Ansible Galaxy support. Close #150
* Added dry_run button. close #152
* Show repository url in log
2016-06-28 20:28:24 +02:00
## v2.0.4 | 28-6-2016
- Show user name for tasks (thanks @tokuhirom!)
- Fix critical bug with creating things
2016-06-25 03:22:18 +02:00
## v2.0.3 | 25-6-2016
- Much better UI
- Editable Project
- Fix SQL bug
- Admin privileges in projects are more relevant
2016-05-24 00:59:45 +02:00
## v2.0.2 | 23-5-2016
- Improve upgrade process (fixes #106)
- Improve upgrade UI
- Delete Users API
- Fetch User API
- User update API & UI
- Security improvement (does not spill access key secret over api)
- Improve setup (fixes #100)
- Fix sql migrations for new setups
2016-05-21 00:31:45 +02:00
## v2.0.1 | 20-5-2016
- Add details to contribution guide
- Fix sql errors with project creation (resolves #92, #83)
- Check for updates every day
- Display alert next to settings cog when update is available
- Fixed bugs #91, #93
## v2.0 | 17-5-2016
- Removed redis dependency
- Upgrade semaphore from UI
- System info page
- new branding
- raw output option for logs (no time prefix)
- fix ws logging
- status updates from ws
2016-04-29 23:47:31 +02:00
## v2.0-beta-2 | 29-4-2016
- Fix SQL migrations to work under strict mode (#81)
- Minor UI improvements
## v2.0-beta | 26-4-2016
- Better `-setup`
- Testing auto-upgrades