Changelog
Schedules Page
- Added a dedicated Schedules page to provide an overview of all your scheduled actions.
Server Alerting
- Server health alerts will now only be opened after 2 consecutive out-of-bounds conditions.
- This helps a lot to reduce noise, like intermittent unreachable alerts and short CPU usage spikes
- If you turned off alerts to reduce noise, you can try turning them back on and see how it is now.
Commits
- Commits made by Komodo no longer use
--force
in the push command.- This should prevent any more issues like #501
- If you run into issues pushing, it depends on the resource type.
- For Stacks, can temporarily enable the Reclone option, and Deploy. Afterwards can try commit again.
- For Syncs / Builds, you should be able to use the refresh button in header and try again. Otherwise you can recreate the repo cache volume.
Resources
- Stack / Build / Repo / Sync: Add url links for attached repos in the resource headers / tables.
- Github only: links to correct branch
- Stack / Deployment: Add dedicated "Deploying" state to improve the feedback
- Server: Add Core / Periphery version mismatch indicator
- Repo: Fix "On Pull" command during
PullRepo
operation re #580 - Stack: Run "Pre Deploy" command before
docker compose config
in #584 by @undaunt- Allows for easier integrations re #324
UI
- Clean up headers / quick links
- Improve frontend loading time re dependency loading
- Move Builders / Alerters out of sidebar and into settings.
