Yun Lai
ce34a5530d
fix(git): add symbolic link file support to prepareCommit ( #16254 )
2022-06-27 07:55:25 +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
renovate[bot]
64f6797480
chore(deps): lock file maintenance ( #16248 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 01:45:46 +00:00
renovate[bot]
cb7cf47671
docs: update references to renovate/renovate to v32.99.5 ( #16247 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 01:32:49 +00:00
Sebastian Poxhofer
adec3d44ab
docs(configuration-options): fix indentation of regexManager parameters ( #16222 )
2022-06-26 19:00:34 +02:00
Sergei Zharinov
e987069a3a
fix(helm): Use semver-coerced
for determining latest release ( #16229 )
2022-06-26 10:31:52 +00:00
Gabriel-Ladzaretti
aa8fa2d436
build(tools/clean-cache): fix upath import ( #16245 )
...
* fix(tools/clean-cache): fix upath import
* fix(tools/clean-cache): fix upath import
2022-06-26 09:42:02 +00:00
Maksim
3b0c2afe8a
fix: commit message ( #16239 )
2022-06-26 04:47:55 +00:00
Maxime Brunet
bdc7655a8d
docs(stabilityDays): suppress branch/PR creation with internalChecksFilter="strict"
( #16240 )
2022-06-26 06:34:26 +02:00
renovate[bot]
ca8b206bc1
build(deps): update dependency find-packages to v9.0.4 ( #16242 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-25 22:18:10 +00:00
renovate[bot]
b1dbec712b
chore(deps): update dependency memfs to v3.4.6 ( #16243 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-25 22:01:17 +00:00
renovate[bot]
b8b9314c03
build(deps): update dependency simple-git to v3.8.0 ( #16237 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-25 15:26:42 +00:00
Sergei Zharinov
8e9d9245b3
feat(clojure): Support dependencies in bb.edn
( #16234 )
2022-06-25 15:43:01 +02:00
Rhys Arkins
92057df4b4
fix(nuget): filter project references for non empty strings ( #16232 )
...
Closes #16231
2022-06-25 10:39:37 +02:00
Gabriel-Ladzaretti
26cf208e2c
docs(core/config): Experimental feature handling ( #16183 )
2022-06-25 10:10:35 +02:00
Alan Ross-Ross
1f778166e5
feat(bumpVersion): add prerelease semver level ( #15626 )
2022-06-25 07:38:19 +02:00
renovate[bot]
9f0195443f
chore(deps): update dependency eslint to v8.18.0 ( #16228 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 21:29:59 +00:00
renovate[bot]
037ed81544
chore(deps): update dependency typescript to v4.7.4 ( #16226 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 18:42:52 +00:00
renovate[bot]
a1b1574286
chore(deps): update dependency @types/jest to v28.1.2 ( #16221 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 12:30:49 +00:00
HonkingGoose
146512ba93
docs(self-hosted config): improve unicodeEmoji section ( #16219 )
2022-06-24 13:07:58 +02:00
HonkingGoose
9d35b9df07
docs(nuget): rewrite readme ( #16179 )
2022-06-24 12:42:07 +02:00
Michael Kriese
cfc8b0b859
fix(config): add missing globalOnly
flags ( #16202 )
2022-06-24 11:32:41 +02:00
Rhys Arkins
54c35dbbd4
fix(config): apply secrets to global hostRules ( #16217 )
...
* fix(config): apply secrets to global hostRules
Closes #16215
* fix import ordering
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-24 08:21:08 +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
Karl-Johan Grahn
29a272c78f
feat(helm-manager): allow either tag or version for images in helm charts ( #16058 )
...
* update
Allow either tag or version for images in helm charts
* undo
* lint
* undo
* exports
* rewrite
* add spaces for lint
* chore: prettier fix
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-23 17:36:01 +00:00
Gabriel-Ladzaretti
ee52021a9d
fix(core/dashboard): GitHub error "maximum is 65536 characters" ( #16208 )
2022-06-23 16:25:55 +02:00
renovate[bot]
84228b1b12
chore(deps): update dependency prettier to v2.7.1 ( #16205 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-23 12:51:57 +00:00
HonkingGoose
9b5d90feea
fix(node): update node.js schedule ( #16201 )
2022-06-23 10:44:06 +00:00
Tobias
3d96c7c5a1
feat(config): print hostRules when printConfig=true
( #15699 )
2022-06-23 07:39:31 +00:00
Sergei Zharinov
bce8dcc4e4
fix(github): Correct submodule updates for platformCommit=true
( #16198 )
2022-06-23 09:07:43 +02:00
renovate[bot]
d727a4da95
chore(deps): update github/codeql-action action to v2.1.14 ( #16195 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-23 00:43:01 +00:00
renovate[bot]
4b40d0a338
chore(deps): update dependency @types/semver to v7.3.10 ( #16190 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 21:52:21 +00:00
renovate[bot]
7f474f720e
chore(deps): update dependency @actions/core to v1.9.0 ( #16191 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 21:39:58 +00:00
renovate[bot]
713f0f955e
chore(deps): update dependency @types/node to v16.11.41 ( #16187 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 18:35:52 +00:00
renovate[bot]
8595079ce9
chore(deps): update node.js to 5635fa6 ( #16186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 18:22:24 +00:00
Johannes Feichtner
b9a400aa9f
feat(gradle): add interpolation for local name variable in registry URL ( #16136 )
2022-06-22 11:10:34 +00:00
HonkingGoose
dca5f9d11b
docs(docker): rewrite GCR/GAR section ( #16180 )
2022-06-22 10:37:26 +00:00
Michael Kriese
aeec0f411e
chore: enforce ts as cast ( #16164 )
2022-06-22 10:20:34 +00:00
Rhys Arkins
07b98a90ff
chore: improve/lower extract logging ( #16181 )
2022-06-22 12:06:22 +02:00
Sergei Zharinov
dc34060ced
fix(onboarding): warnings for external host errors ( #15587 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-22 09:56:55 +00:00
Stéphane Goetz
8ce54366e1
docs: Add note about allowPostUpgradeCommandTemplating to postUpgradeTasks ( #15439 )
2022-06-22 11:37:01 +02:00
HonkingGoose
bf2c14a53e
ci(prettier): use cache option ( #16110 )
...
* ci(prettier): use cache option
* Fix caching for the lint command
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Revert to yarn.lock from main
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-22 11:16:08 +02:00
Tobias
890ec81972
docs: Add instructions for setting up Google Container/Artifact Registry authentication ( #16160 )
2022-06-22 10:31:06 +02:00
Jason Bedard
8901e724f3
feat(bazel): add "maybe" macro support ( #16003 )
2022-06-22 06:16:43 +00:00
Gabriel-Ladzaretti
e46af63184
fix(onboarding): Avoid workarounds descriptions in onboarding PRs ( #16175 )
2022-06-22 02:19:15 +00:00
renovate[bot]
7dce99a91b
chore(deps): update dependency nock to v13.2.7 ( #16178 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 01:15:36 +00:00
renovate[bot]
1b6e16dd22
chore(deps): update dependency @types/node to v16.11.40 ( #16177 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 01:03:52 +00:00
renovate[bot]
f023e59d88
chore(deps): update dependency ts-jest to v28.0.5 ( #16162 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 14:50:11 +00:00