Releases: sergi0g/cup
Releases · sergi0g/cup
v2.2.1
Changes
- Removed colon between "Last checked" and the time
v2.2.0
Changes
- ✨ Cup's web UI was rewritten with React so more interactive features can be added. The old, Liquid-powered frontend was used to add homemade SSR, so you can even use Cup without JS!
- The last checked time is now in relative format (5 minutes ago)
Bugfixes 🐛
- Images with multiple digests were ignored. Reported by @brtwrst.
Other changes
- Cup's Github workflows were optimized (and fixed) by @steveiliop56!
v2.1.3
v2.1.2
Fixed some more potential errors related to DNS lookups failing or connections timing out.
v2.1.1
This release add better error handing nobody asked for. Cup retries when a DNS lookup fails and when a connection times out.
v2.1.0
Changelog
- Private registry support 🥳
- You can now configure insecure registries
- Fixed some errors and added new docs
The CI isn't working properly (aka I am terrible at writing actions) and I can't get the binaries to be included in the releases. You will have to manually download them from the workflow artifacts until it's fixed. Please use the Docker image if possible. I apologize for the inconvenience.
v2.0.1
v2.0.0
Changes
General:
- The JSON output was changed so it can be the same on the CLI and the server
- The JSON output now includes the metrics shown in the web UI. Suggested by @RichyHBM (#8)
- Cup finally has proper documentation!
Web UI:
- The update list is now sorted (Update available > Up to date > Unknown). Suggested by @Laflamme (#5)
- Added a timestamp of when it last checked for updates. Suggested by @Laflamme (#6)
- Added a check now button. Suggested by @Laflamme (#6)
- Added icons to statistics
- Statistics are now a 2x2 grid on small screens
Bugfixes 🐛
- The web UI scaling issue was fixed
- Fixed bug with favicon not displaying in all browsers
v1.1.3-nightly.1
Release v1.1.3-nightly.1
v1.1.2
Changes
- Added favicons to the web UI
- Switched to
xitca-web
s logger - Moved files related to web UI into a
static
directory