Skip to content

Releases: Kraken-CI/kraken

v0.933

05 Apr 04:39
Compare
Choose a tag to compare

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

23 Mar 05:53
Compare
Choose a tag to compare

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

15 Mar 06:44
Compare
Choose a tag to compare

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

05 Mar 08:39
Compare
Choose a tag to compare

The installation instruction is available in Quick Start guide.

Features & improvements

  • improved navigation on flow results page

v0.868

31 Jan 06:37
Compare
Choose a tag to compare

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

22 Jan 05:35
Compare
Choose a tag to compare

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

10 Jan 06:01
Compare
Choose a tag to compare

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

30 Dec 11:44
Compare
Choose a tag to compare

The installation instruction is available in Quick Start guide.

Features & improvements

  • added autoscaling with k8s

Fixes

  • fixed scheduling jobs to aws ec2 and azure - 7540579
  • fixed checking if machines should be destroyed - e8ed893

v0.788

09 Dec 06:17
Compare
Choose a tag to compare

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

v0.753

12 Nov 07:07
Compare
Choose a tag to compare

The installation instruction is available in Quick Start guide.

Fixes

  • fixed checking if webhooks are enabled - 18ff42e
  • fixed lint issues - 841bf9d