Commit graph

477 commits

Author SHA1 Message Date
Michael Kriese
443bef5c52
test: cleanup snapshot tests (#15082) 2022-04-12 15:09:19 +01:00
philicious
661f6df445
docs: fix aws-machine-image datasource usage (#15000) 2022-04-09 09:36:34 +02:00
Rhys Arkins
6cadcddf4a
fix(docker): Revert "fix(docker): use a HEAD request to the real resource auth." (#15018) 2022-04-08 11:28:35 +00:00
eSamS
1da46b0672
fix(go): allow go modules in gitlab subgroups (#14831)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-08 08:16:46 +00:00
MaronHatoum
01d2ef5d3f
fix(golang-version): restore parsing capability (#14998) 2022-04-07 07:02:53 +00:00
Michael Kriese
fb9303c190
feat(core:changelogs): better platform detection (#14989)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-06 14:56:40 +00:00
Lagorce
3bb6451da2
fix(docker): use a HEAD request to the real resource auth. (#14744) 2022-04-06 06:33:26 +00:00
markussiebert
58bec21084
docs: More details about configuration of aws machine image datasource (#14698) 2022-04-06 08:08:54 +02:00
zeshuaro
e244128bac
feat: add flutter-version datasource (#14743)
* feat: add flutter datasource

* refactor: rename flutter datasource to flutter-version

* feat: update to handle duplicate flutter releases

* refactor: tidy up flutter version datasource class names and imports

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Apply suggestions from code review

* style: add newline to test file

* refactor: move regex to util module

* refactor: tidy up stable version regex

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-29 04:09:16 +00:00
Rhys Arkins
c56f5b9e72
fix(npm): allow for missing dist-tags/latest (#14821)
Closes #14814
2022-03-28 10:55:14 +02:00
Sergei Zharinov
78a894ce5e
fix(maven): Incremental cache for HEAD request checks (#14735) 2022-03-27 05:27:30 +00:00
Sergei Zharinov
2c2693b55e
refactor(packagist): Use cache decorator for datasource (#14768) 2022-03-25 04:17:08 +00:00
Sergei Zharinov
4727eaa097
refactor(datasource/docker): Use cache decorators (#14780) 2022-03-24 06:42:58 +01:00
HonkingGoose
1f1f0c7d33
docs(aws-machine-image): add admonition (#14582)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-23 09:46:54 +01:00
Michael Kriese
6cab82c311
test(datasource/docker): remove snapshots (#14669) 2022-03-18 09:24:01 +01:00
HonkingGoose
79d171bcc6
docs: replace encounter with find (#14694) 2022-03-16 14:54:45 +01:00
HonkingGoose
5a52b04c96
docs: replace contain(s) with has or have (#14692) 2022-03-16 14:50:20 +01:00
Jeroen Schepens
242723b4a9
fix(datasource/bitbucket-tags): use paging to fetch tags (#14675) 2022-03-15 21:01:50 +01:00
Ben Foster
24fa081b8e
feat(datasource/docker): Support OCI image manifests (#14480)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-03-14 23:47:08 +00:00
Rhys Arkins
72acc8bd47
fix(go): add GOPROXY username/password to global secrets list (#14636) 2022-03-14 10:15:49 +00:00
Rhys Arkins
a2b47c822f
feat(npm): support custom registryUrls (#14622)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 09:13:21 +01:00
Sean Fausett
079c219f49
fix: add dotnet docker source urls (#14613) 2022-03-11 20:29:45 +00:00
Sergei Zharinov
f337d50af6
fix(datasource/maven): Fix head request caching (#14521) 2022-03-09 14:34:23 +01:00
Sergei Zharinov
06f8802c54
refactor(datasource/pod): Enable strict null checks (#14542) 2022-03-07 06:12:48 +01:00
Sergei Zharinov
857ab6682e
test(datasource/maven): Enhance test for HTML-based release fetch (#14519) 2022-03-04 13:46:35 +01:00
Rhys Arkins
143c9a6751 refactor: rename lookupName -> packageName (#14494)
Renames `lookupName` to be `packageName`.

BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00
Rhys Arkins
dca3418bbd refactor: lib/modules (#14488)
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/

BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00