renovate/lib/modules/versioning/redhat
Sebastian Poxhofer 3681b2a945
chore: eslint to enforce for typed imports (#30844)
2024-08-19 13:15:27 +00:00
..
index.spec.ts refactor: replace `test.each` with `it.each` (#21859) 2023-04-28 04:33:15 +00:00
index.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
readme.md feat(versioning/redhat): Support for Red Hat release versioning (#16294) 2022-07-03 23:39:13 +00:00

readme.md

Red Hat versioning is used with container images that are maintained by Red Hat.

Red Hat version definitions follow this pattern:

  • the version of the main component, where major is required, but minor and patch are optional
  • optionally a hyphen followed by release information
  • the version of Red Hat's release as an integer, optionally followed by a timestamp like: 1645808164

Examples of valid Red Hat versions:

  • 1
  • 8.5
  • 7.9-628
  • 9.0.0-19.1655192132

Ranges are not supported by this versioning.