Skip to content

Releases: leg100/otf

v0.4.7

10 Oct 18:01
07ec92f

Choose a tag to compare

0.4.7 (2025-10-10)

Features

  • ui: let browser cache responses for better perf (c76a29a)
  • ui: use flash messages for POST errors (23a969f)

Bug Fixes

  • exclude websockets from etag middleware (2d2567c)
  • UI crashes when forgejo VCS provider fails to connect (#838) (d4ba67e), closes #837

Miscellaneous

  • don't raise error unnecessarilyi (720b93b)
  • drop bubblewrap support (eb747d1)
  • fix linting errors (e7a75a9)
  • remove unused go.mod replace directives (74505b3)
  • use constants where they already exist (4551222)

v0.4.6

01 Oct 20:46
7513f7a

Choose a tag to compare

0.4.6 (2025-10-01)

Bug Fixes

  • add caching to speed up run listings (cbfeceb)
  • add indices to boost perf and reduce db load (04678fc)
  • avoid websocket handler infinite loop (92ea015)
  • improve performance of run metrics collector (d421c16)
  • update helm chart lock file (b5aa360)

Miscellaneous

  • change default engine notice wording (620672f)

v0.4.5

30 Sep 19:36
0efce3c

Choose a tag to compare

0.4.5 (2025-09-30)

Bug Fixes

  • swap out bitnami postgres helm chart (539cd9c)

v0.4.4

29 Sep 19:38
297b7df

Choose a tag to compare

0.4.4 (2025-09-29)

Bug Fixes

  • module markdown rendering (#831) (90700f1), closes #820
  • remove unnecessary tool install make tasks (acd9d6f)

Miscellaneous

v0.4.3

27 Sep 09:47
12cf37c

Choose a tag to compare

0.4.3 (2025-09-27)

Bug Fixes

  • azure dyn cred provider no kid found error (#828) (6d55d8e)

v0.4.2

23 Sep 18:04
ded2e2f

Choose a tag to compare

0.4.2 (2025-09-23)

Bug Fixes

  • AWS dynamic provider credentials invalid apply absolute paths (#822) (fc3162a)
  • handle tfe provider agent pool ID empty string gracefully (48c7f45)

v0.4.1

28 Aug 06:58
b1d5200

Choose a tag to compare

0.4.1 (2025-08-27)

Bug Fixes

  • AWS dynamic provider credentials requires kid field (Key ID) in JWK (7d1bc8b)
  • ui: remove extra semicolons (#818) (1ee991c), closes #817

v0.4.0

24 Jul 07:11
2519a64

Choose a tag to compare

0.4.0 (2025-07-24)

⚠ BREAKING CHANGES

  • If you have set custom hostnames for Github/Gitlab etc then follow these upgrade instructions: #813

Features

  • allow user to specify URL per VCS provider (#813) (c792756)
  • dynamic provider credentials (#806) (aab0a9b)
  • extend helm charts values to add volumes, volumeMounts and sidecars (#807) (94147b5)

Bug Fixes

  • ui: hide sensitive outputs on the workspace page (#810) (87dcc61)
  • ui: no delete button for variable set variable (88449cd)
  • ui: page metadata info hard to see in dark mode (1ac8cd5)

v0.3.27

06 Jul 07:02
fb2c508

Choose a tag to compare

0.3.27 (2025-07-06)

Bug Fixes

  • ui: cannot unassign team permissions (b4415b4)
  • ui: edit variable set variable link 404 (5eed13a)

v0.3.26

01 Jul 18:43
3a448ef

Choose a tag to compare

0.3.26 (2025-07-01)

Features

  • ui: add workspace overview sub menu link (892381f)

Bug Fixes

  • github app connected workspaces not sending status updates (42e2ce7)
  • ui: make page size selector fully visible when set to 100 (5ec4f84)

Miscellaneous

  • bump templ version (cbd6f3c)
  • remove debug statements (c93b542)
  • remove unnecessary source ptr func (0ef66e9)