v1.19.3

moghtech/komodov1.19.3Sep 5, 2025by mbecker20

AI Summary

A bug fix release addressing various UI and resource sync issues, including long-standing problems with server stats, Monaco editor paths, and login signup.

Key Highlights

  • Improve 'Failed' state for Repo to reflect latest BuildRepo success
  • Fix Local user 'Sign Up' functionality
  • Fix broken Monaco editor with absolute paths
  • Fix Server Stats tab for new servers
  • Improve Resource Sync UI tabs UX

New Features

  • Fix 'Create resource' button state
  • Fix container filtering by server
  • Ensure deleted resources are cleaned up from whitelist

Full Release Notes

# Changelog

This is a small release fixing various bugs, including the longstanding issue #427. It also includes a change to the Resource Sync UI, improving the look and saving users an extra click.

### Resources

- **Repo**: Improve "Failed" state to reflect latest `BuildRepo` success.
- **Sync**: Improve tabs UX, consolidate both Execute / Commit into main tabs to remove a click.

### Misc

- **Login**: Fix Local user "Sign Up" in #801 by @jackra1n
- **UI**: Fix "Create resource" button remain disabled after failed call in #800 by @antoniosarro re #771 
- **UI**: Fix broken Monaco editor when using config file with absolute path.
- **UI**: Fix Server Stats tab for new server re #427
- **UI**: Containers page: filter by server in #796 by @antoniosarro re #687
- **UI**: Improve login page implementation (cont.) in #798 by @jackra1n re #403 and #652
- Ensure deleted resources are cleaned up from Alerter whitelist / blacklist re #581