44.11.2
renovatebot/renovate44.11.2Aug 4, 2026by github-actions[bot]
AI Summary
Bug fixes were applied to Docker and NuGet datasources to prevent following cross-origin Link headers, alongside a refactoring for URL resolution.
Key Highlights
- Fixed Docker datasource to not follow cross-origin Link headers
- Fixed NuGet datasource to not follow cross-origin Link headers
- Added helper method for resolveSameOriginUrl
Full Release Notes
## [44.11.2](https://github.com/renovatebot/renovate/compare/44.11.1...44.11.2) (2026-08-04) ### Bug Fixes * **datasource/docker:** don't follow `Link` headers with different hosts ([8a9f9cd](https://github.com/renovatebot/renovate/commit/8a9f9cd9fefd19a4c3d240970e920f2273125780)) * **datasource/nuget:** don't follow `Link` headers with different hosts ([7d2335e](https://github.com/renovatebot/renovate/commit/7d2335ed0725f12876fb06704a55907e281d560e)) ### Miscellaneous Chores * add a linting rule to enforce `resolveSameOriginUrl` ([ae40fbb](https://github.com/renovatebot/renovate/commit/ae40fbb1a91360d59339120dbd41089d96ac152f)) ### Code Refactoring * **util:** add a helper method for `resolveSameOriginUrl` ([7f7b039](https://github.com/renovatebot/renovate/commit/7f7b03955906d451a74fd72d024e9b1aae644549))