Skip to content

v1.1

Compare
Choose a tag to compare
@godfryd godfryd released this 15 Apr 05:53
· 139 commits to master since this release

The installation instruction is available in Quick Start guide.

Major changes

  • added storing user data server-side in workflows
  • added access to user data and other objects like flows, branches, etc in workflow schema context

Features & improvements

  • added storing user data in a step, resolves #260
  • added presenting context data on project, branch, flow and run pages
  • exposed secrets in schema context
  • exposed flow and run sequences in schema context
  • added access to many various objects in context passed to stage schema function
  • added interpolating values of various objects like flow, branch, etc., resolves #261
  • improved presenting flow results on a project page
  • added download logs option on simple logs panel
  • added support for Rocky Linux 9, AlmaLinux and Debian Bookworm
  • upgraded flask to 2.x
  • added forcing run analysis and added ui for triggering bg jobs
  • improved handling errors, added tracing rq jobs exceptions

Fixes

  • fixed setting repo for stage schema

Full Changelog: v1.0...v1.1