Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:43
Immutable release. Only release title and notes can be modified.
v1.3.0
0ea6bf9

What's Changed

  • fix: detect module EL markers in RPM names by @jfut in #14
  • fix(cli): format refresh results consistently by @jfut in #15
  • fix(cli): limit auto refresh and clarify GitHub errors by @jfut in #16
  • fix(cli): print refresh notice instead of auto refresh by @jfut in #17
  • fix(github-release): include local reset time in rate limit errors by @jfut in #18
  • feat(config): support included repo config files by @jfut in #19
  • feat(config): add asset include and exclude filters by @jfut in #20

⚠️Breaking Changes

  • Repository entries are now managed in /etc/dnf/plugins/anyrepo.d/name.conf, which reduces the chance of /etc/dnf/plugins/anyrepo.conf.rpmnew being created during dnf-plugin-anyrepo package updates and improves configuration compatibility.
  • asset_regex has been replaced by asset_include and asset_exclude. Existing configurations that still use asset_regex are no longer applied as before and now fall back to the new default filtering behavior, so users should migrate their repository settings.
  • Source RPMs, debuginfo, and debugsource packages are no longer included in the primary binary repository by default. They are now published through auxiliary -source and -debuginfo repositories instead, which changes how these packages appear and are resolved.

Full Changelog: v1.2.3...v1.3.0