Skip to content

Releases: sergi0g/cup

v3.4.0

21 May 16:40
Compare
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)

nightly

25 Mar 14:48
3e42ac3
Compare
Choose a tag to compare
nightly Pre-release
Pre-release
fix: errors in http.rs

v3.3.0

09 May 06:59
Compare
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
Compare
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
Compare
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
Compare
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.

v3.2.0

16 Mar 16:48
Compare
Choose a tag to compare

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

13 Mar 15:20
Compare
Choose a tag to compare
v3.2.0-alpha.1 Pre-release
Pre-release

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

11 Mar 15:13
Compare
Choose a tag to compare

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.

v3.0.4

10 Mar 14:57
Compare
Choose a tag to compare

Changes

  • Fixed a bug with copying image pull commands and image digests in the web UI (reported by @John710 in #62)