v1.19.2

moghtech/komodov1.19.2Sep 1, 2025by mbecker20

AI Summary

Introduces new Stack features like detachable runs and compose file linting, along with fixes for git tokens and auto-update issues.

Key Highlights

  • Add option to make run command detachable
  • Add UI editor compose-file specific linting
  • Support custom 'username' part of git access tokens
  • Fix auto update issue
  • Fix file commit for Linked Repos

New Features

  • Custom git provider token support
  • Compose file specific linting
  • Improved local login page
  • URL encode database credentials

Full Release Notes

🚨 **Updating from v1.18.X or under?** Review https://komo.do/docs/resources/auto-update for changes to "Poll for Updates" and "Auto Update" features.

# Changelog

### Resource

- **Stack**: Add option to make run command detachable in #766 by @bpbradley
- **Stack**: Add UI editor compose-file specific linting / suggestions as you type in #772 by @chrishoage 

### Misc

- Improve container ports display when defined as range in #786 by @jackra1n 
- Improve local login page in #788 by @jackra1n 
- `urlencode` database credentials to ensure they reach database correctly
- Fix **file commit** Stack / Build / Resource Sync when using these with Linked Repo re #634 
- Fix auto update issue #468
- Support custom "username" part of git access tokens to allow for more git providers re #387
    - **Bitbucket users**: For the **token** you configure with Komodo for the account, add prefix for your access token like so: 
    `x-token-auth:<ACCESS_TOKEN>` (see screenshot). This works for any other custom value you need in the `<username>:` part of basic authentication. If not included, will default to use `token:<ACCESS_TOKEN>` as before.

<img width="514" height="380" alt="Screenshot 2025-08-31 at 8 03 25 PM" src="https://github.com/user-attachments/assets/de93dd44-da27-42ba-a939-fa6f6bdfb2c2" />