Update renovate/renovate Docker tag to v34 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
renovate/renovate | image | major |
33.2.4 -> 34.12.1
|
Release Notes
renovatebot/renovate
v34.12.1
Bug Fixes
Miscellaneous Chores
- deps: update dependency @types/eslint to v8.4.8 (#18688) (6ec816b)
- fix git allow-protocol for all jest (#18655) (485c816)
Code Refactoring
v34.12.0
Features
Bug Fixes
-
git: Ensure
baseBranch
is checked out before git-based merge (#18687) (1bacabc) - manager/kubernetes: don't extract unknown kubernetes objects (#18230) (8201641)
- regex: Don't cache stateful regex instances (#18645) (b7317a2)
v34.11.2
Bug Fixes
- docker: log Docker Hub errors (#18684) (5bc3d43)
- metadata: massage sourceUrls starting with git@ (#18136) (3489e46)
v34.11.1
Bug Fixes
v34.11.0
Features
Miscellaneous Chores
- deps: update jest monorepo to v29.2.2 (#18681) (a80c4a4)
- deps: update linters to v5.41.0 (#18680) (d3cb3c8)
-
deps: update node.js to
f3b899f
(#18674) (231d0a8)
Documentation
v34.10.0
Features
Documentation
Tests
v34.9.2
Bug Fixes
Documentation
- preset: add examples for paths without tags (#18610) (ae9cc28)
- update references to renovate/renovate to v34 (#18664) (ef4cb97)
Miscellaneous Chores
- deps: lock file maintenance (#18665) (e4b20f4)
- deps: update dependency @types/node to v16.18.0 (#18662) (4a46dbd)
v34.9.1
Bug Fixes
Documentation
v34.9.0
Features
Code Refactoring
v34.8.2
Bug Fixes
Miscellaneous Chores
Code Refactoring
v34.8.1
Bug Fixes
Miscellaneous Chores
v34.8.0
Features
v34.7.1
Bug Fixes
v34.7.0
Features
v34.6.2
Bug Fixes
Documentation
v34.6.1
Build System
v34.6.0
Features
v34.5.0
Features
v34.4.0
Features
v34.3.0
Features
Miscellaneous Chores
- deps: update dependency @types/eslint to v8.4.7 (#18601) (37f2c1e)
- deps: update dependency eslint-import-resolver-typescript to v3.5.2 (#18602) (724942e)
Documentation
Continuous Integration
v34.2.3
Bug Fixes
v34.2.2
Bug Fixes
- manager/gradle: preserve next token for parsing in case dependency interpolation fails (#18330) (8279be4)
v34.2.1
Bug Fixes
Continuous Integration
Miscellaneous Chores
Documentation
v34.2.0
Features
Documentation
Miscellaneous Chores
v34.1.5
Bug Fixes
Build System
v34.1.4
Build System
Miscellaneous Chores
- deps: update dependency clipanion to v3.2.0-rc.13 (#18569) (5ae8f3f)
- deps: update github/codeql-action action to v2.1.29 (#18571) (c403676)
v34.1.3
Bug Fixes
Miscellaneous Chores
- deps: update dependency @types/node to v16.11.68 (#18559) (c55b0a0)
- deps: update dependency eslint-plugin-jest to v27.1.3 (#18553) (9eb07c7)
- deps: update jest monorepo to v29.2.1 (#18554) (f47a577)
-
deps: update node.js to
9a18b4a
(#18560) (e960dcf)
Documentation
Code Refactoring
v34.1.2
Bug Fixes
v34.1.1
Bug Fixes
Miscellaneous Chores
v34.1.0
Features
Code Refactoring
Miscellaneous Chores
v34.0.0
Here comes v34 hot on the heels of v33. We decided to issue another breaking change to revert one of the breaking changes in v33.
If you are upgrading from v32 to v34 then it means that the setting for branchNameStrict
remains as false
and you don't need to worry about that.
If you already upgraded from v32 to v33 then you have a decision to make first: should you set branchNameStrict
to true
(like in v33), or let it set back to false
(like in v32).
Strict branch naming meant that all special characters other than letters, numbers and hyphens were converted to hyphens and then deduplicated, e.g. a branch which in v32 was like renovate/abc.def-2.x
would become renovate/abc-def-2-x
in v33. If you prefer to revert back to the old way then that will happen automatically in v34. If you prefer to keep the way in v33 because you already had a bunch of MRs closed and reopened due to branch names, and don't want to do that again, then add branchNameStrict: false
to your bot config or your shared config before updating to v34.
Apologies to anyone negatively affected by this v33 change.
⚠ BREAKING CHANGES
- revert branchNameStrict to false (#18536)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.