Skip to content

Releases: doccaz/scc-tools

v2.5-20250507

07 May 12:46
Compare
Choose a tag to compare

Fixing the "list products" option.

Full Changelog: v2.5-20250506...v2.5-20250507

v2.5 20250506

06 May 17:27
Compare
Choose a tag to compare

issue #40: single package search was broken
avoiding unnecessary product list downloads (like in --version or --help)

Full Changelog: v2.4-20250308...v2.5-20250506

v2.4-20250308

12 Mar 14:10
46d371a
Compare
Choose a tag to compare
  • the product list is now dynamic and downloaded from SCC at every run. There's no need to include a fixed list anymore. This solves issue #38 , as it was missing SP7 and PPC64 variants.
  • the modules list has been replaced by a more clever logic, so there's no need for a fixed list anymore.
  • The CPE identifier regexes were changed to be more generic, since 99% of them were simply based on a few key words derived from the product line + version + architecture.
  • SLE 11 is correctly identified and reported as not supported. We only support SLE 12 and up.

What's Changed

  • Reformat README and add Tumbleweed instructions by @roseswe in #39

New Contributors

Full Changelog: v2.2-20240220...v2.4-20250308

v2.2-20240220

06 Mar 02:25
Compare
Choose a tag to compare
  • Version 2.2 - 20240220
    • IDs included up to SLE 15 SP6 and Leap 15.6
    • Public image search using PINT public data from SUSE
    • Dynamic local cache for package and public image information