Skip to content

Releases: leg100/otf

v0.3.15

13 Mar 10:19
d433ee2

Choose a tag to compare

0.3.15 (2025-03-13)

Features

Bug Fixes

  • ui: pagination broken on some pages (cc6d970)

v0.3.14

07 Mar 13:21
769c635

Choose a tag to compare

0.3.14 (2025-03-07)

Features

  • ui: add filter for workspace current run status (#734) (f3b2c85)
  • ui: add page size selector (#733) (06efdf5)

Bug Fixes

  • bump tailwind config to be compat with v4 (402903d)
  • gh app webhook panics when no gh app configured (48a4b24)
  • report cfg error when starting run without cfg (a39cc65)
  • ui: appropriate colours for run statuses (#732) (d217736), closes #730
  • ui: remove spaces from change summary (45f2329)

Miscellaneous

  • bump js libs (d90c1a4)
  • fix(lint): resolve issues raised with latest staticcheck (39565b9)
  • ui: nicer icons for run source (21c3c05)
  • use builtin run watcher for integration tests (e0299d3)

v0.3.13

23 Jan 11:44
2f0bf4d

Choose a tag to compare

0.3.13 (2025-01-23)

Bug Fixes

  • runner: canceling non-running jobs causes deadlock (bad9fce)

v0.3.12

21 Jan 21:45
0e2f958

Choose a tag to compare

0.3.12 (2025-01-21)

Bug Fixes

  • allocator not accounting for deleted jobs (44ea11e)
  • runner job capacity exceeded again (f362c6d)

v0.3.11

21 Jan 12:55
6ffab31

Choose a tag to compare

0.3.11 (2025-01-21)

Bug Fixes

  • allocator: job capacity exceeded on runners (#723) (53cae20)
  • don't add plan-only runs to workspace queue (fc476c5)
  • dont schedule already-scheduled runs at startup (91cf7a1)

v0.3.10

20 Jan 08:27
3145733

Choose a tag to compare

0.3.10 (2025-01-19)

Bug Fixes

  • log error if job files cannot be deleted (9c3afcc)
  • scheduler: runs stuck in pending state (#722) (3d4306d)

Miscellaneous

  • remove unused parameter (8df5334)

v0.3.9

16 Jan 18:40
95d211e

Choose a tag to compare

0.3.9 (2025-01-16)

Bug Fixes

  • db: deadlock exhausting max connections (1d9d18e)
  • disable terraform interactive prompts (272cabb)
  • use generic update func to eliminate tx propagation failure (#720) (900fbe7)

v0.3.8

12 Jan 12:31
012f928

Choose a tag to compare

0.3.8 (2025-01-12)

Features

  • add option to skip plans for pull requests (#714) (29455ed)

Bug Fixes

  • download terraform first to avoid test flakiness (ea4f03b)
  • insufficient github perms triggering nil pointer err (da51e5d)

Miscellaneous

v0.3.7

03 Jan 08:31
231de97

Choose a tag to compare

0.3.7 (2025-01-03)

Bug Fixes

  • bump packages to fix critical vulns (b53a404)
  • don't assume public schema for postgres migrations (e7510b0)
  • ui: bad db query broke runner listing (d86705c)

Miscellaneous

v0.3.6

22 Nov 08:56
3511d5f

Choose a tag to compare

0.3.6 (2024-11-22)

Features

  • log the reason why agent is retrying api request (1d41f61)

Bug Fixes

  • authorize create-org action on site, not org (98bd1c6)
  • only log subsystem start when actually started (a72fbd0)
  • runner unable to re-register (#707) (41f5669)

Miscellaneous