Skip to content

Releases: mgumz/cciu

0.11.0

08 Sep 13:21
Compare
Choose a tag to compare

Improvements

  • Improve layout of textual output (# fetched and # skipped are vertically aligned)
  • Don't yell "error, is not semver: Invalid Semantic Version" when using -skip-non-semver flag

0.10.0

07 Sep 18:59
Compare
Choose a tag to compare

Improvements

  • Improve output on less specific input tags
    In case a container tag is provided "sparsely" (eg, "v8" or "v8.1"), the
    output should reflect that: A found container tagged as "8.1.2" is
    considered to be "equal (enough)".

Other

  • Container Image: switch to Alpine:3.20
  • Upgraded deps

0.9.3

25 May 08:34
Compare
Choose a tag to compare

Upgraded deps to solve security reports from Dependabot

0.9.2

14 May 13:22
Compare
Choose a tag to compare

Other

  • Upgraded deps to solve security reports from Dependabot (CVE-2023-2253 via dependency docker/distribution)

0.9.1

22 Apr 07:14
Compare
Choose a tag to compare

Other

  • Upgraded deps to solve security reports from Dependabot

0.9.0

11 Mar 21:36
Compare
Choose a tag to compare

Features

  • Add flag -skip-non-semver: Silently skip image tags which are not SemVer compliant

Improvements

  • Text output: round duration to milliseconds

Other

  • Container Image: switch to Alpine:3.17
  • Build system: Add security / vulnerability scanners
  • Upgraded deps

0.8.1

09 Oct 19:40
Compare
Choose a tag to compare

Features

None

Maintenance

  • Upgrade containers/image dependency to 5.23.0. See 1, [2]

0.8.0

13 Apr 21:00
Compare
Choose a tag to compare

Features

  • Add -keep major|minor flag (Thanks @tlnd). This allows to keep major/minor versions and not display a potential backward-breaking-container-upgrade.

Maintenance

  • Upgrade containers/image dependency to 5.21.0. See 1

0.7.0 - Initial Release

26 Jun 09:03
Compare
Choose a tag to compare

Initial release of cciu.

Features

  • Check container repos for updates
  • Output formats plain text and JSON