Skip to content

Latest commit

 

History

History
68 lines (60 loc) · 3.7 KB

CHANGELOG.org

File metadata and controls

68 lines (60 loc) · 3.7 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

(2024-08-04)

Bug Fixes

  • get all available rules from the helpers.rules object (fa174b8)

(2024-07-21)

Features

  • helper: add datetime-like regex rules (f0c123f)

(2024-04-30)

Bug Fixes

  • hyphenate image name and version (40eb1ea)
  • typo in sphinx index template (31c2445)

1.0.0 (2024-04-14)

⚠ BREAKING CHANGES

  • rename ciu to image/version/checker
  • make script basic
  • remove subparsers, make parser basic

Features

  • add a Docker image (574f48f)
  • add helpers module to manage version regex rules (4fb1a16)
  • add lscr regex rules (16be606)
  • add parser module (0b5c99c)
  • add the main library to get latest version label (1c51ddc)
  • add verbosity to several user-callable functions (fd6c16f)
  • initialise the project (78d6962)
  • make script basic (77c1f0d)
  • new ciu script and add its documentation in the README (013ba85)
  • new function to compare image versions (74d1fc9)
  • remove subparsers, make parser basic (9bb8453)
  • rename ciu to image/version/checker (cf5c41f)
  • rename updater script add proper usage message for it (9e96fa2)
  • script to add flag to just parse the image string (e60dc6f)

Bug Fixes

  • catch failed skopeo inspect processes properly (470a633)
  • use most general rule as default RegexRules object (e130eb6)