v1.18.3

moghtech/komodov1.18.3Jun 16, 2025by mbecker20

AI Summary

A quick fix release addressing a bug where builds would fail after changing the repo branch. It also adds UI support for attaching permissions to Repo and Build resources.

Key Highlights

  • Fixed builds failing after changing repo branch
  • Added UI support for attaching permissions to Repo and Build

New Features

  • Git fetch call before branch checkout
  • User Group permission UI management

Full Release Notes

# Changelog

- Quick fix for an issue found shortly after releasing 1.18.2
    - Builds were failing when after changing the repo branch due to change in 1.18.2
    - This adds a `git fetch` call before the branch checkout to make sure all latest remote branches are known, fixing the issue.
- User Group: Allow admin to add `Attach` permission to Repo / Build from the UI