Skip to content

Releases: sergi0g/cup

v2.2.1

07 Sep 08:49
Compare
Choose a tag to compare

Changes

  • Removed colon between "Last checked" and the time

v2.2.0

06 Sep 19:58
50e2124
Compare
Choose a tag to compare

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

31 Aug 19:14
Compare
Choose a tag to compare

Moved icons in statistics to bottom right (requested by @Laflamme).

v2.1.2

31 Aug 18:51
Compare
Choose a tag to compare

Fixed some more potential errors related to DNS lookups failing or connections timing out.

v2.1.1

31 Aug 18:34
Compare
Choose a tag to compare

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

31 Aug 17:21
Compare
Choose a tag to compare

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

30 Aug 17:19
Compare
Choose a tag to compare

This release fixes a bug where Cup failed to parse specific image manifests (see issue #10).

No binaries have been released because I broke the Github Action responsible for that. Sorry!

v2.0.0

17 Jul 12:54
Compare
Choose a tag to compare

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

12 Jul 11:02
Compare
Choose a tag to compare
v1.1.3-nightly.1 Pre-release
Pre-release
Release v1.1.3-nightly.1

v1.1.2

11 Jul 15:47
Compare
Choose a tag to compare

Changes

  • Added favicons to the web UI
  • Switched to xitca-webs logger
  • Moved files related to web UI into a static directory