Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: v38 #28397

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

feat: v38 #28397

wants to merge 24 commits into from

Commits on May 31, 2024

  1. fix(config)!: globalExtends merge order (#28145)

    Previously, config from globalExtends was incorrectly merged _after_ other global config. This meant for example that packageRules in a config.js could not override packageRules from within globalExtends, because they were applied after. Now, globalExtends content will be merged first, and remaining global config merged second.
    
    Fixes #28131
    
    BREAKING CHANGE: order of globalExtends resolution is changed so that it is applied first and remaining global config takes precedence.
    rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e649217 View commit details
    Browse the repository at this point in the history
  2. feat(manager/pep621)!: remove group name from depName (#28193)

    Previously, the “depName” for pep621 was constructed using groupName/packageName, which in turn meant that the same dependency was upgraded in different branches if it was present in multiple groups. Instead, depName is now set to packageName. This will lead to a change of branch name for pep621 updates.
    
    Closes #28131
    
    BREAKING CHANGE: depName for pep621 dependencies changes, which will lead to branch name changes, which will lead to some autoclosing and reopening of PRs.
    secustor authored and rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    545fe54 View commit details
    Browse the repository at this point in the history
  3. feat(gitea)!: use Bearer instead of token for auth (#28308)

    Previous Gitea implementation used non-standard “token” auth instead of “Bearer”. Gitea supports Bearer al alternate to token since v1.8.0, so it’s safe to make this change now.
    
    BREAKING CHANGE: Gitea platfor authentication will now be done using Bearer auth instead of token auth.
    viceice authored and rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2082cae View commit details
    Browse the repository at this point in the history
  4. feat!: stop publishing slim docker tags (#27993)

    Stop publishing -slim Renovate tags - slim is now the default.
    
    BREAKING CHANGE: Renovate docker images no longer have -slim tags. Drop the -slim prefix as this is now the default behavior.
    viceice authored and rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d79dc3c View commit details
    Browse the repository at this point in the history
  5. fix(config)!: Use depNameSanitized in branch name for vulnerability…

    … alerts (#25166)
    
    Use sanitized depName in vulnerability/remediation branches instead of raw depName. This will result in some open remediation branches being autoclosed and replaced for ecosystems like go in particular which have special characters in depNames.
    
    BREAKING CHANGE: Branch names for remediation will be sanitized to exclude special characters, potentially resulting in some autoclosing/replacing of existing PRs.
    takac authored and rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    035c863 View commit details
    Browse the repository at this point in the history
  6. feat(npm)!: drop transitiveRemediation option (#27985)

    This option only worked for npm <7, which is now EOL.
    
    BREAKING CHANGE: Transitive remediation for npm <7 is no longer supported.
    rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a5c5454 View commit details
    Browse the repository at this point in the history
  7. feat(config)!: change onboardingNoDeps from boolean to enum (#28133)

    Change onboardingNoDeps from boolean to enum, with new default "auto". Auto means that Renovate will continue skipping repos with no dependencies if autodiscover is in use, but onboarding them if they are explicitly specified in a non-autodiscover mode.
    
    Closes #28101
    
    BREAKING CHANGE: onboardingNoDeps changes from boolean to enum. Repositories with no dependencies will be onboarded unless in autodiscover mode.
    RahulGautamSingh authored and rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b2b2d42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8877b8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    424bb3d View commit details
    Browse the repository at this point in the history
  10. feat(package-rules)!: remove depName fallback (#28548)

    Removes fallback to checking depName for all matchPackageX and excludePackageX rules.
    
    BREAKING CHANGE: matchPackageNames and related functions no longer fall back to checking depName. Rewrite packageRules to use matchDepNames instead.
    rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2ed9716 View commit details
    Browse the repository at this point in the history
  11. feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …

    …for tag lookups (#28400)
    
    Changes default Docker Hub lookups from index.docker.io to hub.docker.com, which is more efficient. If you are configuring a Docker Hub token for docker.io then you should now configure it for docker.com as well. 
    
    Closes #24666
    
    BREAKING CHANGE: Docker Hub lookups prefer hub.docker.com over index.docker.io. Set RENOVATE_X_DOCKER_HUB_TAGS_DISABLE=true in env to revert behavior.
    rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    36707ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0659cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0635f40 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0302a26 View commit details
    Browse the repository at this point in the history
  15. feat(packageRules)!: support regex or glob matching for all (#28591)

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    rarkins and viceice committed May 31, 2024
    Configuration menu
    Copy the full SHA
    44493ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    be5ce9d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    26941ea View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    52ab702 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7f63efd View commit details
    Browse the repository at this point in the history
  20. feat(packageRules): migrate matchers and excludes (#28602)

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    3 people committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b66597a View commit details
    Browse the repository at this point in the history
  21. feat(logging)!: drop logFile and logFileLevel (#29104)

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    2 people authored and rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f97852a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6aa6b23 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e2dd8c1 View commit details
    Browse the repository at this point in the history
  24. chore: prettier-fix docs

    rarkins committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a0ae617 View commit details
    Browse the repository at this point in the history