Releases: Kraken-CI/kraken
Releases · Kraken-CI/kraken
v0.933
The installation instruction is available in Quick Start guide.
Features & improvements
- added chart with results history on flow page
- many improvements to job's log panel:
- added coloring ANSI color codes in html log box
- added turning timestamps on/off
- added showing missing timestamps
- added log loading indicator
- added check of minimum python version in agent, Python 3.7
Fixes
- fixed error in azure vm cleanup
- fixed counting run duration
- fixed refreshing flow and other pages
- fixed leaking RxJS subscriptions in ui
v0.909
The installation instruction is available in Quick Start guide.
Features & improvements
- added back setting external minio address in web ui - c0bf6e3
Fixes
- fixed asyncio issue in agent - too new feature was used - ca10927
- fixed checking redis connection - 906d19f
- improved checking diagnostics and connections to services - e656f8c
- improved handling connection timeout from agent to server - d04cd03
- improved handling connection to minio - a327c51
- fixed canceling auto refresh on run results page - 3f17c66
v0.888
The installation instruction is available in Quick Start guide.
Features & improvements
- improved passing address to minio
Fixes
- fixed handling ssh-agent during git clone
- fixed handling multiline logs
v0.879
The installation instruction is available in Quick Start guide.
Features & improvements
- improved navigation on flow results page
v0.868
The installation instruction is available in Quick Start guide.
Features & improvements
- added navigation to prev and next flow in breadcrumb on flow page
- improved displaying current flow in menu in breadcrumb
- replaced flow ids with labels in breadcrumbs
- improved masking secrets on server side
- added masking secrets in ui
- removed auto redirection to jobs tab on run results page
Fixes
- fixed analysis of the first flow in a branch
- fixed refreshing flow page
v0.854
The installation instruction is available in Quick Start guide.
Features & improvements
- added commenting test case results
- improved presenting charts with test case results
- added finding and analysing runs with no history analysis
- sped up database queries
Fixes
- fixed counting test results changes
v0.836
The installation instruction is available in Quick Start guide.
Features & improvements
- improved projects' secrets form in web UI
- improved cancelling runs
- improved handling SSH key in git tool, fixes #140
- migrated Kraken Docker images from GCR to Google Artifacts
- improved rndtest tool - added special scenarios: unstable, sporadic and manual
- in diagnostics added presenting scheduled and deferred jobs
- added processed_at timestamp in runs
- upgraded angular from 12 to 13
Fixes
- fixed nglint tool
v0.813
v0.788
The installation instruction is available in Quick Start guide.
Features & improvements
- added generating and releasing Helm charts for Kraken CI
Fixes
- fixed handling timed out runs
- hardened parsing git url
- fixed preparing args for a job's step
- fixed passing access token to a job