Releases: sergi0g/cup
Releases · sergi0g/cup
v3.4.0
Changes ✨
- Added support for configuring Cup with environment variables
- The web UI has some new filters for you to play around with
Not exactly new features ❓
- Added support for configuring the time zone for the refresh interval with the
TZ
environment variable (#88)
Bug fixes 🐛
- HTTP 502 errors ("Service unavailable") from registries are handled gracefully (#104)
nightly
fix: errors in http.rs
v3.3.0
It’s been a long wait, but it was worth it. Cup 3.3.0 is ready with awesome new features from our contributors!
New features ✨
- If you don’t like seeing a major update to postgres 17, instead of smaller updates, thanks to @seowalex, you can now ignore certain update types! (#91)
- Do you want to filter images in the web UI? Thanks to @Zareix, you can now hide unused images! (#102)
More filters coming soon.
Other changes
- @Zareix migrated the frontend to only use Bun (#101)
- @Zareix made sure errors when fetching data in the web UI are handled better (#100)
New contributors 🎉
v3.2.3
✨ What's Changed
- The refresh button now works when using a custom base url (by @IchinichiQ in #89)
- Digests updates for images with latest version tags are not ignored any more (reported in #85 by @rootforbid)
- Table columns in the CLI are no longer misaligned (thanks to @brtwrst and @NYR10146 for reporting)
- When images use the
docker.io
prefix, it is now handled correctly (by @seowalex in #86)
🎉 New Contributors
- @seowalex made their first contribution in #86
- @IchinichiQ made their first contribution in #89
Full Changelog: v3.2.2...v3.2.3
v3.2.2
Changes
- Fixed a small bug where text in web UI badges could wrap and it didn't look good
v3.2.1
Changes
- You'll now be seeing badges with the current and the new version in the web UI (just like the CLI). (Requested by @thomas-mc-work in #71)
- Fixed a bug where the extra references specified in the config weren't checked. Just in case anyone was wondering, I never even implemented the code 😆. Thank you @luizkowalski for reporting this! (#81)
- For Chrome Android users who happened to be using Cup's web UI in dark mode and saw that the browser UI did not match, I've set the
color-scheme
meta tag to fix the issue.
v3.2.0
Changes
- Cup now has Docker Swarm support (requested in #59 by @mihakrumpestar)
- Error handling was improved in various places (see changelog for more details)
v3.2.0-alpha.1
Warning
This release may be unstable or introduce bugs! If you're not fully aware of the potential consequences, do not use it.
Changes
- This release adds experimental support for checking for updates to images used in Docker Swarm
v3.1.0
Changes
- If an image has specified a URL in a label, you can now visit it from the web UI. It's also returned from the API for usage with integrations.