Releases: sergi0g/cup
Releases · sergi0g/cup
v3.5.1
v3.5.0
What's new
- Thanks to @danroc's awesome work in #148, you can also ignore remote tags with the
images.excludeoption. You'll find this feature useful for images like Jellyfin which used to have versions tagged by release date and Cup would show you an update to2021.12.16. (uhh why was this in my autocomplete suggestions?) - The version badge is now hidden by default on mobile because it took too much space.
nightly
fix: hide version badge in web UI on small screens
v3.4.3
This release was made entirely by contributors. If you can help Cup's development too, please let me know! Thank you for being awesome!
Changes
- You can now use Cup without a socket thanks to @makonde-on-git (made their first contribution in #142)! Simply use
"none"for any socket option.
v3.4.2
Fixes
- Include OCI image manifest in
Acceptheader when checking for a digest update (reported by @adrienyhuel in #132)
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
TZenvironment variable (#88)
Bug fixes 🐛
- HTTP 502 errors ("Service unavailable") from registries are handled gracefully (#104)
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.ioprefix, 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-schememeta tag to fix the issue.