Sergei Zharinov
8081d08ec4
refactor(http): Enhanced integration with data schemas ( #21338 )
2023-04-06 15:56:27 +00:00
Sergei Zharinov
46723ebb3a
refactor(dotnet-version): Fix schema for dates ( #21367 )
2023-04-06 07:24:36 +00:00
Johannes Grumböck
b923c87753
feat: fetch changelogs for private Terraform Cloud modules ( #21356 )
2023-04-05 18:52:37 +00:00
Sam
52ad01d585
feat(datasource/crate): add sparse registry support ( #21187 )
...
Co-authored-by: Sam <samrogerson@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-05 12:30:35 +00:00
Michael Kriese
34b5401812
feat(manager/bitbucket-pipelines): support docker image object ( #21102 )
2023-03-29 10:41:05 +00:00
Jamie Magee
176282e65f
chore: use node:
protocol imports ( #21181 )
2023-03-28 21:05:36 +00:00
kegato
781ca4b192
feat(datasource/docker): support registry proxy for digest updates ( #20777 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-27 17:07:49 +00:00
Sergei Zharinov
e66b93a240
refactor(schema): Remove looseObject
helper ( #21164 )
2023-03-27 10:43:02 +00:00
Rhys Arkins
327d0fb665
fix: remove traefik manual sourceUrl ( #21117 )
2023-03-24 06:46:59 +00:00
RahulGautamSingh
1013302e0f
refactor: exactOptionalPropertyTypes ( #20761 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-19 16:09:46 +00:00
Rhys Arkins
cf8619aaac
chore(logs): lower lookup logging ( #21027 )
2023-03-18 18:44:56 +00:00
Rhys Arkins
1f22ed2a0e
chore: downgrade cached etag log to trace
2023-03-18 08:57:00 +01:00
Adam Setch
e29c8ad964
fix(bitbucket): use correct case ( #21002 )
2023-03-17 12:13:37 +00:00
Lctrs
2e25de1211
feat(datasource): support range constraints filtering ( #20842 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-15 06:12:08 +00:00
Simon Eßlinger
3c5224eee4
feat: add datasource, versioning and manager for Azure Bicep resources ( #20755 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 18:29:25 +00:00
Rhys Arkins
d53d39bf0a
refactor(datasource): prefer packageName over depName in datasource ( #20221 )
2023-03-10 09:34:41 +01:00
Sebastian Poxhofer
8e2df85268
feat(versioning)!: default to semver-coerced instead of semver ( #20573 )
...
BREAKING CHANGE: default versioning is now `semver-coerced`, instead of `semver`.
2023-03-10 09:34:41 +01:00
Paul Gschwendtner
177ffedb85
feat(datasource/github-releases)!: digest computation use git tag, not file digest ( #20178 )
...
The github-releases datasource has been copied into a new datasource called github-release-attachments.
The github-releases general datasource is updated to use the underlying Git tag of a GitHub release entry for digest computation.
Fixes #20160 , Fixes #19552
BREAKING CHANGE: Regex Manager configurations relying on the github-release data-source with digests will have different digest semantics. The digest
will now always correspond to the underlying Git SHA of the release/version. The old behavior can be preserved by switching to the
github-release-attachments datasource.
2023-03-10 09:34:40 +01:00
Rhys Arkins
b17bcf2789
refactor(datasource): use packageName and not depName for datasource lookups ( #20474 )
2023-03-10 09:34:40 +01:00
Rhys Arkins
b6ed33ec01
fix(regex): don’t escape forward slash in fileMatch ( #19314 )
...
This cleanup of default `fileMatch` values should be backwards compatible.
2023-03-10 09:34:39 +01:00
Rhys Arkins
d92e19437a
feat(go)!: default GOPROXY ( #20081 )
...
Set default GOPROXY value to match `go`'s own default.
Closes #20040
BREAKING CHANGE: Renovate will now use go's default `GOPROXY` settings. To avoid using the public proxy, configure `GOPROXY=direct`.
2023-03-10 09:34:39 +01:00
RahulGautamSingh
dcd298a625
feat(config)!: add new option constraintsFiltering
( #19992 )
...
Adds new option `constraintsFiltering`.
Closes #19979
BREAKING CHANGE: PyPI releases will no longer be filtered by default based on `constraints.python` compatibility. To retain existing functionality, set
`constraintsFiltering=strict`.
2023-03-10 09:24:44 +01:00
Rhys Arkins
a72998724e
fix(datasource/npm): cache public modules ( #20815 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-09 12:16:21 +00:00
Henrik Poulsen
d5ece8bf45
fix(datasource): add warning when unable to find datasource ( #20805 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-08 11:25:00 +00:00
Shawn Smith
eb5db5b492
fix(datasource/docker): Artifactory next link is broken for tags api ( #20745 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-05 18:29:06 +00:00
Sergei Zharinov
d37a372356
fix(packagist): Support both objects and minified arrays in v2 ( #20720 )
2023-03-03 07:03:18 +00:00
Sergei Zharinov
cd06651f89
fix(packagist): Replace V2 URL path instead of joining it ( #20709 )
2023-03-02 14:19:55 +00:00
Andreas Hippler
34d26700cf
fix: support docker /library retry with abortOnError ( #20652 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-28 19:29:28 +00:00
Sergei Zharinov
8cd9f43cbc
fix(datasource/packagist): Support for obsolete SHA1 hashes ( #20664 )
2023-02-28 11:16:51 +00:00
Sergei Zharinov
c9fe3b99fa
feat(packagist): Support for v2
protocol ( #20626 )
2023-02-28 09:31:16 +00:00
Sergei Zharinov
d7ad012988
fix(packagist): Fix url resolving ( #20650 )
2023-02-27 18:22:02 +00:00
Sergei Zharinov
e97cde57dd
refactor(packagist): Reorganize datasource methods ( #20595 )
2023-02-25 19:33:47 +00:00
RahulGautamSingh
352c9db904
test: add new wrapper for partial ( #20618 )
2023-02-25 06:46:32 +00:00
Sergei Zharinov
fd200d4198
refactor(packagist): Refactor RegistryMeta
to inferred via schema ( #20592 )
2023-02-24 05:55:04 +00:00
Adam Setch
5cc4260ba7
feat(platform/bitbucket): consolidate types ( #20570 )
2023-02-22 17:01:03 +00:00
Sergei Zharinov
edef60045c
feat(schema): Add looseValue
and looseObject
helpers ( #20576 )
2023-02-22 14:45:26 +00:00
Sergei Zharinov
d9b025bf63
refactor(packagist): Remove deprecated URL API ( #20547 )
2023-02-21 13:48:46 +00:00
Rhys Arkins
7f08460ace
chore: debug github-tags digest problems ( #20506 )
2023-02-19 13:13:26 +00:00
Sergei Zharinov
91822a60cb
feat(github-releases): Cache functions used for getDigest
( #20458 )
2023-02-17 06:32:39 +00:00
Malte Swart
75cf8f1edc
feat(versioning/deb): New module to compare deb package versions like dpkg ( #20291 )
2023-02-15 06:46:49 +00:00
Sergei Zharinov
84e50dc3eb
refactor(packagist): Use catch-all schema for releases fields ( #20401 )
2023-02-14 16:37:31 +00:00
renovate[bot]
db2aef4553
chore(deps): update jest monorepo to v29.4.1 ( #20130 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-14 16:00:49 +00:00
HonkingGoose
917baa3edd
docs(docker): mention required version for Harbor proxy cache feature ( #20322 )
2023-02-14 06:26:20 +01:00
RahulGautamSingh
09402a32e6
fix(datasource): rename adoptium-java
to java-version
( #20245 )
2023-02-13 07:54:20 +00:00
RahulGautamSingh
93c3fd5ced
feat(datasource): rename dotnet to dotnet-version
( #20244 )
2023-02-10 22:47:07 +02:00
Sergei Zharinov
25021725a9
fix(go): Avoid tag fetching for v0.0.0
( #20307 )
2023-02-09 13:11:21 +01:00
Sergei Zharinov
2336161d05
fix(packagist): Use schema for extractDepReleases
method ( #20034 )
2023-02-05 08:20:07 +01:00
Rhys Arkins
f754f8a010
fix(orb): detect isPrivate ( #20193 )
2023-02-03 21:34:22 +01:00
Rhys Arkins
3a58d239ec
refactor(datasource/orb): log res when no response ( #20134 )
2023-01-31 22:25:39 +01:00
Sergei Zharinov
0b4db8dc6c
fix(packagist): Improve fetch concurrency ( #20041 )
2023-01-27 08:38:39 +00:00
Sergei Zharinov
571d62abf9
fix: Revert "refactor(packagist): Improve fetch concurrency ( #19981 )" ( #20021 )
2023-01-24 16:57:32 +00:00
Sergei Zharinov
f170c71930
refactor(packagist): Improve fetch concurrency ( #19981 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-23 17:30:21 +00:00
Sergei Zharinov
ca66adabdb
refactor(packagist): Use schema for packages.json
file ( #19930 )
2023-01-23 11:52:16 +03:00
Rhys Arkins
92e4c5c2a6
fix(rubygems): support Nexus ( #19957 )
2023-01-21 10:02:52 +01:00
Sergei Zharinov
ef174ceba5
feat(packagist): Extract PHP constraints ( #19875 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-17 11:04:50 +01:00
Sergei Zharinov
bf6ac7d7a9
fix(packagist): De-minify fields ( #19863 )
2023-01-17 10:41:59 +01:00
Sergei Zharinov
6679d7ed9b
refactor(packagist): Refactor schema ( #19868 )
2023-01-17 05:47:02 +01:00
Sergei Zharinov
c9e308f04b
refactor(packagist): Type checked Packagist lookups ( #19834 )
...
Fixes undefined
2023-01-15 16:58:42 +01:00
Sergei Zharinov
b0d6145de4
refactor(composer): Remove unused auth
header check ( #19852 )
2023-01-15 10:12:27 +00:00
Rhys Arkins
9720ca8d3c
chore: debug log cache revalidation
2023-01-14 20:12:00 +01:00
Rhys Arkins
05bb942224
fix(datasource/npm): don’t reuse cache for host-disabled ( #19840 )
2023-01-14 09:53:54 +01:00
Rhys Arkins
78b8483953
feat(datasource/npm): cache etag for reuse ( #19823 )
2023-01-13 21:20:32 +00:00
Rhys Arkins
5917c548a6
fix(datasource/packagist): Revert "refactor(composer): Simplify Packagist lookups" ( #19824 )
2023-01-13 12:05:32 +01:00
Sergei Zharinov
3cdf17df1f
refactor(packagist): Remove unnecessary wrapper method ( #19818 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-13 06:19:17 +00:00
Sergei Zharinov
b00294f61a
fix(datasource/docker): Validate digest value before calling API ( #19780 )
2023-01-13 06:54:01 +01:00
Sergei Zharinov
4b2f376393
refactor(composer): Simplify Packagist lookups ( #19808 )
2023-01-12 18:23:53 +01:00
Jesse Houwing
e48b05210e
docs: Update the docs to reflect new Azure DevOps Marketplace functionality ( #19738 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-01-10 04:35:58 +00:00
Jesse Houwing
8281e1a5e3
feat(datasource/azure-pipelines-tasks): Adds support for the Azure DevOps Marketplace ( #19692 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-01-07 10:08:31 +01:00
Sergei Zharinov
686cb17442
feat(github-releases): Fetch releases with cacheable GraphQL ( #19623 )
2023-01-07 09:34:22 +01:00
Sergei Zharinov
a9aed8c271
feat(github-tags): Detect stability flags based on GitHub releases ( #19622 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-06 17:36:47 +01:00
Sergei Zharinov
2c10282b7d
feat(github-tags): Leverage GraphQL for tag commit hashes ( #19187 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-06 15:49:52 +00:00
Michael Kriese
39b23d64fe
feat: better sanitize ( #19646 )
2023-01-03 12:29:07 +00:00
Sergei Zharinov
e94aebebfe
refactor(github): Remove old cache implementation ( #19569 )
2022-12-25 06:43:46 +00:00
Nejc Habjan
45091ff1b2
feat(datasource/galaxy-collection): use pep440 versioning by default ( #19489 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-21 09:21:01 +00:00
Joshua Tang
aab79f15d1
feat: add dart version datasource ( #19277 )
2022-12-20 20:29:37 +01:00
Maxime Brunet
0b53d19f58
fix(goproxy): check for major updates ( #19112 )
2022-12-20 06:39:20 +01:00
renovate[bot]
99a7c8af89
build(deps): update aws-sdk-js-v3 monorepo to v3.226.0 ( #19444 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2022-12-17 07:05:16 +01:00
Jonathan Narwold
03b5982c67
feat(rubygems): support a fallback to /versions endpoint ( #16312 )
2022-12-16 11:22:49 +00:00
strophy
e344b538f1
docs: add readme and regex example for git-refs datasource ( #19368 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-15 07:48:43 +01:00
darkdragon-001
828df23cbc
docs: improve documentation for GitLab datasources ( #19393 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-12-15 07:39:08 +01:00
Tobias
963a1d9eba
fix(sbt-plugin): switch defaultRegistryUrl to repo.scala-sbt.org/scalasbt/sbt-plugin-releases
( #19400 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-14 19:00:40 +00:00
Gabriel-Ladzaretti
66159ac549
feat(repo/lookup): log registry urls used at the lookup phase ( #19332 )
2022-12-12 10:23:03 +02:00
Michael Kriese
e8eb585c80
fix(datasource/docker): undefined type error ( #19322 )
2022-12-09 12:52:59 +01:00
Colin O'Dell
676768129d
feat(helm): improve subdirectory support ( #19181 )
2022-12-09 12:48:20 +01:00
Omer Cohen
cb4733d3db
fix(gomod): support pseudo-versions ( #19122 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-07 20:29:39 +01:00
HonkingGoose
d77a4ab24d
docs(repology datasource): rewrite ( #19290 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-07 11:07:46 +00:00
Jan Høydahl
bbd0696a08
fix(maven): do not strip .git suffix from sourceUrl ( #19235 )
...
Signed-off-by: Jan Høydahl <janhoy@users.noreply.github.com>
2022-12-04 07:22:46 +01:00
Jonatan Männchen
ff1632ae31
feat(datasource/hexpm-bob): Support hex.pm "Bob the builder" datasource ( #18925 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2022-12-01 16:49:27 +00:00
Sebastian Poxhofer
7b677cd50a
feat(datasource): add Deno datasource ( #18878 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-01 07:56:31 +00:00
Sebastian Poxhofer
fa82ad6d17
perf(terraform-provider): use package index instead of complete index ( #19173 )
2022-12-01 06:28:47 +00:00
HonkingGoose
a49e206dd3
docs: use input-neutral verbs ( #19165 )
2022-11-30 10:37:00 +01:00
Sergei Zharinov
2265873ba7
refactor(github-tags): Use hash
field for GraphQL results ( #19073 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-29 21:28:47 +00:00
Rhys Arkins
0f2eb5d622
fix(gomod): Revert "fix(gomod): non-0.0.0 digest matching" ( #19120 )
2022-11-27 09:14:04 +01:00
Omer Cohen
20ba978e4f
fix(gomod): non-0.0.0 digest matching ( #19085 )
2022-11-27 06:53:21 +00:00
RahulGautamSingh
8e4b5231f8
refactor: convert enums to unions ( #18900 )
2022-11-20 07:34:23 +00:00
Jamie Magee
92eb2200fd
refactor(jest): enable clearMocks ( #18779 )
2022-11-14 22:46:37 -08:00
Fernando Mora
8433ad98cb
fix(datasource/sbt-package): Fallbacks to maven when no sbt directory listing available ( #18590 )
...
Closes https://github.com/renovatebot/renovate/issues/18589
2022-11-08 16:42:58 +00:00
RahulGautamSingh
d869c946d1
refactor: reduce debug metadata ( #18737 )
2022-11-07 11:29:02 +00:00
RahulGautamSingh
c93154bd24
refactor: enums to unions ( #18747 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-05 09:12:03 +00:00
Nejc Habjan
d281319f4d
feat(datasource/ansible-galaxy): use pep440 versioning by default ( #18718 )
2022-11-03 14:35:22 +00:00
Rhys Arkins
1e31121235
docs: drop repology app warning
2022-11-03 13:19:10 +01:00
Rhys Arkins
4fc1019cb6
fix(docker): external host error for connection errors ( #18709 )
2022-11-02 12:31:14 +02:00
RahulGautamSingh
c56588eaba
refactor: convert PlatformmId to union ( #18458 )
2022-11-01 14:46:09 +00:00
Michael Kriese
8201641d89
fix(manager/kubernetes): don't extract unknown kubernetes objects ( #18230 )
2022-11-01 08:55:52 +00:00
Steve Carrupt
3489e46911
fix(metadata): massage sourceUrls starting with git@ ( #18136 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-11-01 08:11:13 +00:00
Rhys Arkins
5bc3d4326c
fix(docker): log Docker Hub errors ( #18684 )
2022-11-01 07:45:26 +00:00
Rhys Arkins
c834947326
test: reduce aws-machine-image snapshots ( #18671 )
2022-10-31 12:27:18 +01:00
Gabriel-Ladzaretti
582d91fafe
fix(datasource/docker): handle prop querying of a non existent object in getLabel() ( #18574 )
2022-10-29 16:21:36 +00:00
RahulGautamSingh
0151b6a4a9
refactor: reduce debug metadata ( #18466 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-29 12:11:09 +00:00
Michael Kriese
961a7776e0
fix(datasource/pod): wrong regex ( #18533 )
2022-10-25 12:23:19 +03:00
Rhys Arkins
4378b20f91
docs: repology warning
2022-10-24 10:05:50 +02:00
Thomas
a446c2bc6d
fix(go)!: Fallback to git-tags instead of github-tags ( #18060 )
...
Changes go datasource fallback from github tags to git tags.
Closes #17923
BREAKING CHANGE: git-tags will be used instead of github-tags if a go package's host type is unknown.
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-23 06:48:35 +02:00
Rhys Arkins
cdec83463c
fix(http): improve error logging ( #18454 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-21 10:14:45 +00:00
Michael Kriese
67043c4381
fix(datasource/docker): log http mode for getManifestResponse ( #18450 )
2022-10-21 12:57:58 +03:00
renovate[bot]
d941ef31c5
chore(deps): update dependency type-fest to v3 ( #18429 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-20 17:34:35 +00:00
Jamie Magee
e005244f2d
fix(datasource/dotnet): add sourceurl ( #18386 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-18 06:41:06 +00:00
Jamie Magee
3b97cb7c36
fix(datasource/dotnet): account for nullable releases ( #18292 )
2022-10-18 08:27:03 +02:00
Sergei Zharinov
986b187320
feat(github-tags): Use GraphQL helper for getReleases
( #18182 )
2022-10-10 05:07:02 +00:00
Jamie Magee
337578f2f9
feat(datasource/dotnet): add dotnet datasource ( #18115 )
2022-10-07 20:06:01 +02:00
renovate[bot]
5109f9b794
chore(deps): update dependency typescript to v4.8.4 ( #17988 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-07 06:15:49 +00:00
Jamie Magee
a86885a81b
feat(datasource/kubernetes-api): add kubernetes-api datasource ( #17420 )
2022-10-06 16:13:22 +00:00
Thibault Cohen
699a5cf8a6
feat(datasource/conda): support custom registries ( #17809 )
2022-10-05 15:22:33 +02:00
Rhys Arkins
e7e1322e24
fix(npm): support short sourceUrl format ( #18073 )
2022-10-04 07:55:59 +03:00
RahulGautamSingh
1657c16136
chore(lint): add object shortand rule ( #18080 )
2022-10-02 21:20:24 +02:00
Sebastian Poxhofer
3f0303c167
fix(datasource/terraform): support absolute URLs in service discovery ( #18040 )
2022-10-02 05:14:59 +00:00
Adam Setch
7298d09b8f
feat(docker/artifactory): add retry logic for docker offical images ( #17925 )
2022-09-30 05:06:29 +00:00
t-kulmburg
e14f09d75b
feat(replacement): datasource changes ( #17881 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-27 13:19:18 +00:00
ajhcpt
fe2ed94b44
feat(go): Continue processing if an error occurs trying to get sourceUrl ( #17981 )
2022-09-27 12:46:41 +00:00
Maxime Brunet
e29d851cc6
fix(docker): reduce ECR Public max results to 1000 ( #17946 )
2022-09-27 12:26:14 +00:00
mikaello
ea4fe8fd6d
feat(golang-version): enable custom registryUrls ( #17828 )
2022-09-22 13:10:13 +02:00
Sergei Zharinov
66f88bed7c
fix(go): Use second column of version list for releaseTimestamps
( #17785 )
2022-09-14 12:03:05 +00:00
renovate[bot]
582f77371c
chore(deps): update jest monorepo ( #17737 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-12 16:58:52 +02:00
Rhys Arkins
55d234ec07
fix(npm): remove memcache ( #17714 )
2022-09-09 09:16:40 +02:00
Sergei Zharinov
ea69f81247
refactor(github): Uniform names for github datasource types ( #17701 )
2022-09-08 11:26:27 +02:00
Sergei Zharinov
81ee883e30
refactor(github): Extract utils/github
from datasources ( #17697 )
2022-09-08 10:00:42 +02:00
Philip
ed3d8e6115
fix(datasource/crates): Crates files are in lower case, lowercase the url package name ( #17608 )
2022-09-08 10:50:41 +03:00
Sergei Zharinov
1827b6f519
refactor(github): Don't inherit github-tags
from github-releases
( #17696 )
2022-09-08 09:25:25 +03:00
Sergei Zharinov
b5ac8f04a1
fix(github): Disable caching for GitHub datasources ( #17685 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-08 08:11:01 +03:00
Sergei Zharinov
2df8967ae2
refactor: Create promises utilities ( #17651 )
2022-09-06 10:36:51 +00:00
Rhys Arkins
e49572e105
fix(datasource/github-tags): don't use github-releases for extra meta ( #17650 )
2022-09-06 13:26:27 +03:00
Sergei Zharinov
3f30119f71
fix(github): Error messages for empty repository result ( #17645 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-06 10:37:02 +02:00
Bastian
4ba04b47c4
fix(gomod): explicitly match Gitlab ID for gitlab enterprise servers ( #17611 )
2022-09-04 16:49:31 +00:00
Johannes Feichtner
af75ec2508
fix(datasource/docker): pinDigest PRs missing digest value in name ( #17599 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-03 10:50:46 +00:00
Sergei Zharinov
410d05c5be
feat(github): Deduplicate cache github releases fetching ( #17591 )
2022-09-02 19:37:50 +02:00
RahulGautamSingh
1ca1a214e8
refactor: use optional chaining ( #17510 )
2022-08-30 17:30:57 +02:00
HonkingGoose
e965b7998a
docs(adoptium-java datasource): rewrite ( #17411 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-29 13:00:34 +00:00
Michael Kriese
6dd4ea3c74
feat(github): use repo url to get token ( #17179 )
2022-08-29 07:37:45 +00:00
Dan Ports
fb72204a28
feat(datasource): New datasource that pulls database engine versions available for use on AWS RDS ( #17345 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-26 11:44:53 +00:00
Philip
1c81eaf24d
fix(datasource/metadata): delete homepage url case ( #17372 )
...
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: hasanwhitesource <hasan.awad@whitesourcesoftware.com>
Co-authored-by: Hasan Awad <90554456+hasanwhitesource@users.noreply.github.com>
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-25 17:18:51 +00:00
Michael Kriese
88c9ca6aa3
fix(datasource/maven): use sdk v3 api ( #17408 )
2022-08-25 12:00:54 +02:00
Gabriel-Ladzaretti
4f9eedbe45
fix(datasource/maven): Remove S3 Blob handling ( #17401 )
2022-08-25 08:22:44 +00:00
Michael Kriese
9caf45ed43
fix(git): wrong git url handling ( #17380 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-24 19:41:43 +00:00
Adam Setch
78e20c9e1a
fix(datasource/helm): remove default group commit message topic ( #17383 )
2022-08-24 13:02:38 +00:00
Adam Setch
bcddc69ccd
fix(datasource/docker): remove default group commit message topic ( #17381 )
2022-08-24 14:33:35 +02:00
Steven Davidovitz
7fb2e72281
fix(docker): support nvcr.io tag listing ( #17294 )
2022-08-21 14:14:55 +02:00
Michael Kriese
4af1126c5d
fix(datasource/adoptium-java): fix api args ( #17246 )
2022-08-18 06:53:13 +00:00
Johannes Feichtner
93990c1066
feat(datasource/docker): add support for architecture-specific image digests ( #16554 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 20:57:48 +00:00
Bastian
2bfe93ab19
fix(gomod): support .git indicator on private ee gitlab ( #17105 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 05:38:22 +00:00
Michael Kriese
0316a5e62d
test: use jest v29 ( #17151 )
2022-08-16 14:22:29 +02:00
Michael Kriese
7f76a474a7
fix(datasource/golang-version): use HEAD
instead of master
( #17205 )
2022-08-16 07:57:25 +00:00
Louis Segretin
cedc8e2f6b
feat(conan): add revisions support ( #16871 )
...
* feat: add conan revisions
* Adding getDigest and moved function
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Changing undefined condition
* Minimize tests
* Extract isCommon to new common.ts
* Removing isComment
* Update lib/modules/datasource/conan/types.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Removing digest from getReleases
* Removing digest from packageName
* cleaning up and fixing caching
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Adding back eslint-disable-next-line
* forcing registryUrl
* move to joinurlparts
* Refactor depName and userAndChannel
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-11 21:07:54 +02:00
Pascal Berger
08e6203217
docs: change heading to H4 ( #17128 )
...
Change heading to H4
2022-08-11 07:38:54 +00:00
Sergei Zharinov
f3531226e9
fix(github): Check release date for undefined value ( #17106 )
2022-08-10 12:14:34 +00:00
Michael Kriese
7492200014
fix(datasource/docker): export default config via class ( #17102 )
2022-08-10 10:09:29 +00:00
Jamie Magee
997e5a1216
feat(datasource/azure-pipelines-tasks): add azure-pipelines-tasks
datasource ( #16904 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-08 21:34:29 -07:00
cjtim
6f324e4130
chore(datasource/sbt): list package versions in debug ( #17035 )
2022-08-08 11:45:27 +00:00
Hasan Awad
4ead106f81
feat(util/template): add prettyNewMajor and prettyNewVersion field ( #16831 )
...
* initial
* expose prettyNewVersion and prettyNewMajor
* tests
* revert change
* simplify
* test naming
* documentation
* documentation
* remove wrong documentation
* expose template finction
* tests naming
* combine condition
* Update docs/usage/templates.md
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove unecessary nullish op
* Update docs/usage/templates.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Expose prettyVersion and prettyMajor
* documentation
* remove function and use regex
* lexographic order
* tests need fixing
* add tests
* Captial letter
* renaming and prettyNewMajor
* space
* move to upgrade interface
* use new fields where v is prepended manually
* move to interface
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-08 07:50:36 +00:00
Durim Morina
075bf89e23
feat(datasource/docker): populate gitRef from OCI annotation ( #16859 )
2022-08-03 06:00:21 +00:00
Sergei Zharinov
765a76319b
feat(sbt-package): Fallback to Maven datasource for GitLab packages ( #16817 )
...
* feat(sbt-package): Fallback to Maven datasource for GitLab packages
* Fix
* Use `detectPlatform`
* Tests for hostType
2022-08-01 11:05:17 +00:00
Sergei Zharinov
e4dbd4ad49
fix(ci): Restrict template expressions ( #16834 )
...
* fix(ci): Restrict template expressions
* Fix
* Fix
* Fix
2022-07-30 16:28:31 +02:00
Sergei Zharinov
1c2a78bd67
test(sbt-package): Refactor tests ( #16804 )
2022-07-27 13:40:15 +02:00
Thorsten Essig
5bbb4c6054
fix(datasource/go): consider all available datasources for go-import ( #16544 )
...
* fix(16543): consider all available datasources for go-import
* fix(datasource/go): add test for go-import with gitlab datasource
* refactor: rename param to reduce diff
* fix(datasource/go): return early on datasource detection
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-27 09:13:39 +02:00
Michael Kriese
8270d5512d
refactor: fix lint issues ( #16779 )
...
* refactor: fix lint issues
* Update lib/renovate.ts
* chore: revert toplevel await for ts
2022-07-26 08:32:12 +00:00
IKEDA Sho
8bff91a48b
feat(datasource): add cpan datasource ( #16545 )
...
* feat(datasource): add cpan datasource
* Update perl versioning's readme
* Extract copystr function to lib/util/string.ts
* Remove unnecessary optional chaining
* Use registryUrl and logger.trace
* Use `perl` versioning's `isStable`
* Remove possibly unnecessary try/catch
* Use MetaCPAN API
* Use reduce
* Use maturity field for `isStable` handling
https://metacpan.org/pod/CPAN::DistnameInfo#maturity
* Revert "Extract copystr function to lib/util/string.ts"
This reverts commit 51ebf55c90
.
# Conflicts:
# lib/modules/datasource/cpan/index.ts
* Remove downloadUrl
* Extract types
* Use toMatchObject
* Improve tests
* Rename to MetaCpanSearchResult
* Rename to searchUrl
* Rename to MetaCpanFileSearchResult and add tsdoc
* Use for...of over reduce
* More safely handle the response JSON
* Use joinUrlParts
* Don't embed distribution info
* Split tsdoc comments
2022-07-26 06:39:51 +00:00
Maron
6246a61bf4
fix(datasource/docker): Docker tags list for library images not working ( #16509 )
2022-07-25 08:23:42 +02:00
IKEDA Sho
2241daaada
refactor(datasource): Prefer interface over type ( #16707 )
...
https://github.com/renovatebot/renovate/blob/main/docs/development/best-practices.md#general
2022-07-22 12:18:58 +00:00
IKEDA Sho
497b5de6c2
test(datasource): Avoid snapshots for testing EXTERNAL_HOST_ERROR ( #16692 )
2022-07-22 06:49:05 +02:00
Hasan Awad
3c8d1d6076
refactor(darasource): checks and massage url in metadata ( #16632 )
...
* refactor hostname check
* changes
* switch back check
* changes
* changes
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-19 05:31:01 +00:00
cl
496e12f795
feat: add librarian-puppet support ( #14789 )
2022-07-17 05:27:35 +03:00
Rhys Arkins
0fc2a55624
fix(git-refs): gracefully ignore git-refs auth error ( #16617 )
2022-07-16 15:48:26 +02:00
Yun Lai
9280430f4c
feat: add datasource for Hermit package manager ( #16257 )
...
* feat: add datasource for Hermit package manager
* fix: make hermit datasource use http.stream instead of http.get
* chore: inline small function and return null on error in hermit datasource
* fix: use regExp to extract owner and repo from registryUrl
* fix: use http from super & use error instead of debug on datasource error
* fix: fix type check failure for github-release test
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix: wrap JSON.parse to avoid breaking process, plus more comment onto the search manifest streaming process
* fix: add test to cover the invalid json case
* fix: change some logger.errors to logger.warn in hermit datasource, error will exit the whole process
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix: use parseUrl and use hermit as GithubHttp id
* fix: added test to include HermitDatasource type in GITHUB_API_USING_HOST_TYPES
* fix: handle invalid url & achieve code coverage
* fix: move url parsing to parent function
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* chore: clean up HermitDataSource class doc
* fix: getHermitSearchManifest cache key function should expect undefined
* fix: pass GetReleasesConfig into getHermitSearchManifest to get proper caching working
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* chore: fix json block in datasource readme.md
* Put packageRules example in step 4
* fix: fix lint error
* fix: pass parsedUrl into getHermitSearchManifest, add warning and simplifies type
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-07-15 09:57:05 +00:00
Michael Kriese
fb0dad1e42
refactor(datasource/docker): types cleanup ( #16578 )
2022-07-14 22:27:31 +03:00
IKEDA Sho
9a413e5f2e
test(datasource): remove unnecessary optional chaining in tests ( #16572 )
2022-07-14 05:28:51 +00:00
Michael Kriese
677fc8b332
fix(datasource/docker): do not use json for '/v2/' ( #16482 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-08 14:05:29 +00:00
Jamie Magee
3589d0e222
refactor: remove deprecated loadFixture
calls ( #16404 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-04 04:18:53 +00:00
Rhys Arkins
b49849b2a0
fix: assign default versioning before applying package rules ( #16392 )
2022-07-03 18:11:20 +02:00
Nuno Marujo
426d3f34cf
docs: Maven - Ensure changelog is fetchable ( #16389 )
2022-07-03 15:31:23 +00:00
Sergei Zharinov
1454b602fc
fix(github): Shrink pages for specific types of errors ( #16388 )
2022-07-02 18:41:02 +02:00
Sergei Zharinov
b5df686fb7
refactor(github): Introduce misc query
function for GraphQL ( #16387 )
...
* refactor(github): Introduce misc `query` function for GraphQL
* Update lib/modules/datasource/github-releases/cache/cache-base.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-02 15:24:17 +02:00
Sergei Zharinov
49f7bac4e0
refactor(github): Consume pages entirely during tags/releases caching ( #16386 )
2022-07-02 10:13:55 +02:00
Sergei Zharinov
b9257bf5dd
fix(github-tags): Use releaseTimestamp
from tagger
object ( #16385 )
2022-07-02 09:46:48 +02:00
Sergei Zharinov
2b43f273bf
refactor(fs): Remove proxies.ts
file ( #16325 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-01 14:57:30 +02:00
Jamie Magee
cc2ad5174e
fix: switch changelog urls from http to https ( #16349 )
2022-07-01 04:57:07 +00:00
Johannes Feichtner
3b8bd95fe8
fix: add return value for additionalRegistryURLs concat in resolveRegistryUrls ( #16334 )
2022-06-30 05:06:22 +00:00
Gabriel-Ladzaretti
dc11e26c37
fix(datasource/pypi): use pypi.org/pypi registry instead of pypi.org/simple ( #16293 )
...
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* Update lib/modules/datasource/pypi/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 07:26:46 +02:00
Sergei Zharinov
6d605cbf90
fix(helm): Revert source url logic back ( #16317 )
2022-06-29 03:58:08 +00:00
Rhys Arkins
17f1b409a6
fix: log http and npm rejection cases ( #16307 )
2022-06-28 16:30:35 +02:00
Sergei Zharinov
4fc31b1d7a
fix(helm): Revert previous datasource changes ( #16265 )
2022-06-27 08:50:57 +00:00
renovate[bot]
100a820db6
build(deps): update aws-sdk-js-v3 monorepo ( #16233 )
...
* build(deps): update aws-sdk-js-v3 monorepo
* update snapshots
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-27 05:31:34 +00:00
Michael Kriese
07d278b268
refactor: add missing type ( #16251 )
2022-06-27 07:17:52 +02:00
Michael Kriese
cbf39e7cae
fix(datasource/helm): refactor logging ( #16252 )
2022-06-27 07:17:28 +02:00
Sergei Zharinov
e987069a3a
fix(helm): Use semver-coerced
for determining latest release ( #16229 )
2022-06-26 10:31:52 +00:00
Sergei Zharinov
9c51ff6733
feat(manager/helm): make change log url retrieval more flexible ( #16210 )
...
* feat(helm): improve fallback on sourceUrl selection
* fix(helm): use home and source from latest release
instead of the first. Otherwise those fields can't be ever changed.
* test(helm): test charts with no home metadata
* test(helm): test releases semver sorting
* fix(helm): select last release by semver
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix(type): make homeMatch keys optional
* Fixes
Co-authored-by: Stefano Zaninetta <stefano.zaninetta@nagra.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-24 10:07:34 +02:00
Michael Kriese
10302eba68
refactor: fix prefer-nullish-coalescing
( #16171 )
2022-06-21 12:02:49 +00:00
Michael Kriese
e5c6f38d75
refactor: enable strict checks ( #16168 )
...
* refactor: enable strict checks
* chore: revert changes
* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
Maron
7f48897e75
feat(go): add support for GOINSECURE ( #15944 )
2022-06-21 11:23:58 +02:00
RahulGautamSingh
93dd940574
refactor(modules/datasource): fix null-check issues ( #16153 )
...
* fix null-check issues
* Update index.spec.ts
* apply suggestion from review
* fix coverage issue
* Update index.spec.ts
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update datasource.spec.ts
* Update lib/modules/datasource/conan/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update datasource.spec.ts
* fix null-check issue
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 16:24:37 +02:00
Michael Kriese
0838ca209c
refactor: strict datasource tests ( #16150 )
2022-06-20 13:15:02 +02:00
Sergei Zharinov
61f2d813e2
feat(github): Datasource cache busting ( #16014 )
2022-06-20 10:10:31 +02:00
wwuck
df70d37141
fix(pypi): package name with periods ( #15867 )
2022-06-18 06:15:10 +00:00
RahulGautamSingh
9e28ef3275
refactor: redefine defaultRegistryUrls ( #15856 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-16 13:00:11 +02:00
Sergei Zharinov
f19eb5b841
fix(github): Don't append /api/v3/
to the endpoint twice ( #16097 )
...
* fix(github): Don't attach `/api/v3/` to the endpoint twice
* Add test
* More correct replacing
2022-06-16 08:42:23 +02:00
Michael Kriese
49d851e5fd
refactor: tighten typescript types ( #15965 )
2022-06-09 12:17:05 +00:00
Sergei Zharinov
244e18ab77
feat(github): Different cache update frequency for fresh packages ( #15901 )
2022-06-06 06:23:25 +00:00
Sergei Zharinov
4b6fc85146
fix(github): Never return null results for getReleases
( #15894 )
2022-06-04 17:54:39 +00:00
Sergei Zharinov
e4d5a0e2fd
fix(github): Throw on GraphQL errors during cache fetching ( #15891 )
2022-06-04 11:02:31 +00:00
Sergei Zharinov
dbad9e5848
fix(github-releases): Return gitRef
field ( #15890 )
2022-06-04 12:26:11 +02:00
Sergei Zharinov
7f05729d5d
feat(github-tags): Leverage long-term cache for digest retrieval ( #15888 )
2022-06-04 08:08:51 +00:00
Sergei Zharinov
a9c2f4762e
fix(github): Re-throw datasource cache errors ( #15878 )
2022-06-03 17:41:54 +02:00
Sergei Zharinov
2e957baed9
feat(github): long-term datasource caching ( #15653 )
2022-06-03 11:27:26 +02:00
Rhys Arkins
f5b8f08906
feat: additionalRegistryUrls ( #15868 )
2022-06-03 06:46:45 +00:00
HonkingGoose
5f21c63ba5
docs: replace word therefore, plus other small changes ( #15694 )
2022-06-02 16:58:52 +02:00
HonkingGoose
88c99bf1f3
docs(docker): explain how to get Renovate to fetch release notes ( #15726 )
2022-05-26 07:49:32 +02:00
Michael Kriese
fcc1a8f619
fix(datasource:docker): use json request for auth check ( #15693 )
2022-05-23 10:30:43 +00:00
Michael Kriese
fd00fd53ef
fix(datasource:docker): wrong scope for ghcr.io ( #15686 )
2022-05-23 10:45:22 +02:00
Lagorce
9afdb73931
fix(docker): use a GET request to the real resource auth. ( #14744 ) ( #15312 )
2022-05-19 06:03:38 +00:00
Rhys Arkins
da9b94de84
fix(conan): lower case accept header for github ( #15644 )
...
Closes #15641
2022-05-19 06:25:34 +02:00
Sergei Zharinov
de70ecad04
refactor(datasource): Make GitDatasource
class abstract ( #15629 )
2022-05-18 11:56:59 +02:00
Fred Cox
bd35df69fd
feat(datasource:terraform): use official api for custom registries ( #15175 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-16 19:31:02 +00:00
Craig Andrews
ae4a57491d
fix(maven): Use correct snapshot URL in getDependencyInfo ( #15380 )
2022-05-13 18:29:35 +02:00
Michael Kriese
47385421e4
test: deprecate old loads fixtures functions ( #15539 )
2022-05-11 07:19:34 +00:00
Sergei Zharinov
42f86cfb7d
feat(clojure): Enhanced support for deps.edn
files ( #15530 )
2022-05-10 16:52:22 +02:00
StinkyLord
200d98e67d
fix(datasource/go): fix parsing go-source and go-import without quotation ( #15402 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-10 05:55:25 +00:00
StinkyLord
07e8b147a1
fix(datasource/go): re-arrange the go datasource extraction in functions ( #15401 )
2022-05-09 10:11:11 +03:00
Rhys Arkins
e8b9819c07
fix(npm): don't overwrite cached tags ( #15500 )
2022-05-07 18:19:53 +02:00
Michael Kriese
a51baaf8af
fix(manager:npm): patch local yarn v1 binary ( #15440 )
...
* test: fix mocks
* fix(manager:npm): patch local yarn v1 binary
2022-05-04 10:28:37 +00:00
Kenneth Jorgensen
6ea0d5d6fb
feat(maven): S3 Support ( #14938 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-04 05:59:14 +02:00
Alexandre Paradis
9f50a7d668
fix: new Sharp package changelog location ( #15406 )
2022-05-02 20:20:20 +02:00
Craig Andrews
295cf29a59
refactor(maven): move createUrlForDependencyPom from index.ts to util.ts ( #15381 )
2022-04-30 14:45:09 +00:00
Rhys Arkins
8e20e9959d
fix(npm): correct matchDatasources casing ( #15343 )
2022-04-28 05:12:58 +02:00
Josef
b3be29ada0
include original error message when raising new error while connecting to rubygems ( #15154 )
2022-04-26 10:37:09 +00:00
Tobias Bieniek
65b6697a7b
feat(datasource/crate): fetch crate metadata from crates.io ( #15214 )
...
* feat(datasource/crate): fetch crate metadata from crates.io
* refactor(datasource/crate): simplify `mockCratesApiCallFor()` function
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-21 09:12:16 +00:00
Benjamin De Troch
2abed2745c
fix(pod): Massage only registry URLs that matched the GitHub regex
2022-04-20 14:49:08 +02:00
Michael Kriese
02838fbc07
refactor(datasources): strict null checks done ( #15144 )
2022-04-16 12:57:12 +01:00
Michael Kriese
08b5063761
refactor: more strict null checks ( #15141 )
2022-04-16 09:38:07 +02:00
Michael Kriese
5cf9123017
refactor: more strict null checks ( #15140 )
2022-04-16 06:32:17 +00:00
Sergei Zharinov
ee582fe0e7
refactor(maven): Use explicit cacheability flag for datasource ( #15110 )
2022-04-14 09:37:07 +02:00
Kenneth Jorgensen
d44f7f42ad
refactor(maven): removed use of deprecated url module. ( #15109 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-14 06:13:40 +00:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules ( #15085 )
2022-04-12 14:49:49 +00:00
Martino di Filippo
71408653e4
fix(golang-version): ignore future releases ( #15083 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-12 15:28:30 +01:00