github mbecker20/komodo v1.16.9
Komodo v1.16.9

10 hours ago

Changelog

  • Keep images/containers up to date automatically. There are 3 levels depending on how far you want to go for the automation, which are configurable per Stack/Deployment:

    • Manual: (default) - Log in and use the "Pull" execution on Stacks / Deployments to pull latest image, and notify in the UI of an available update.

    • Poll for Update: Pull in the background (default 5 min, use KOMODO_RESOURCE_POLL_INTERVAL to change). If there is an update available, the user will be notified, and an alert will be sent out. It will not deploy the new image, preferring to just let the user know for them to do it later, at their convenience.

    • Auto Update: Whenever an update is found, it will skip sending an alert, and just go right ahead and redeploy. With this option selected, the associated images will be kept up to date and deployed totally hands free.

Note that it will only check for newer image at the same tag. If you use a versioned tag, it will not change the tag to a newer one. The intention is that users use latest tags with this feature.

Thanks for your feedback and those involved in this release 🦎

Don't miss a new komodo release

NewReleases is sending notifications on new releases.