Skip to content

Releases: sergi0g/cup

v3.5.1

21 Nov 14:04
5015312

Choose a tag to compare

Bug fixes 🐛

  • @danroc fixed a small mistake I made in the UI where the layout of version badges was broken in #152.

v3.5.0

20 Nov 21:03
29afed2

Choose a tag to compare

What's new

  • Thanks to @danroc's awesome work in #148, you can also ignore remote tags with the images.exclude option. 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 to 2021.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

25 Mar 14:48
c745a24

Choose a tag to compare

nightly Pre-release
Pre-release
fix: hide version badge in web UI on small screens

v3.4.3

14 Oct 15:14
90af772

Choose a tag to compare

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

11 Aug 10:11

Choose a tag to compare

Fixes

  • Include OCI image manifest in Accept header when checking for a digest update (reported by @adrienyhuel in #132)

v3.4.0

21 May 16:40

Choose a tag to compare

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)

v3.3.0

09 May 06:59

Choose a tag to compare

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 🎉

  • @Zareix made their first contribution… and their second and their third in #100, #101 and #102. Thank you!

v3.2.3

10 Apr 16:28

Choose a tag to compare

✨ 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

Full Changelog: v3.2.2...v3.2.3

v3.2.2

26 Mar 15:57

Choose a tag to compare

Changes

  • Fixed a small bug where text in web UI badges could wrap and it didn't look good

v3.2.1

26 Mar 15:12

Choose a tag to compare

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.