Releases: AlexGustafsson/cupdate
Releases · AlexGustafsson/cupdate
v0.15.0
Thanks to everyone who created feature requests, bug reports and tested fixes. Your help is instrumental to continue to improve Cupdate!
Features
- Add support for multiple Docker hosts (comma-separated in
CUPDATE_DOCKER_HOST
) - Add support for remote Docker hosts (
tcp://<hostname>:<port>
rather than justunix://
) - Add API endpoint for getting only the summary, useful for integration with homepage (
/api/v1/summary
) - Improve Docker Swarm and Compose support for graphs, now showing tasks, services and namespaces / projects
- Expose Kubernetes namespaces, Docker Swarm namespaces and Docker Compose Projects as tags
- Add support for gcr.io, gke.gcr.io
- Make tags clickable in all places
Improvements and fixes
- Improve UX of manually scheduling updates
- Improve UI of images with digests rather than tags
- Sort tags lexically, non-prefixed tags first
- Make tag selection scrollable
- Improve handling of standalone docker v2 manifests
- Fix crash when running in Kubernetes and pods were created by "v1/Node" resources or CRDs like GitHub actions
- Fix tag selection not working on Windows
- Fix tag selection being too narrow on Windows, when scrollbar is visible
- Fix crash when a server-side HTTP error was instrumented
- Fix server-sent events not flushing when using telemetry handler
Breaking changes
None.
Full Changelog: v0.14.1...v0.15.0
v0.14.1
This is the first release of Cupdate meant for general use.
Please refer to the README for more information about Cupdate.