Update renovate/renovate Docker tag to v34 #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
32.241.11->34.2.0Release Notes
renovatebot/renovate
v34.2.0Features
Documentation
Miscellaneous Chores
v34.1.5Bug Fixes
Build System
v34.1.4Build System
Miscellaneous Chores
v34.1.3Bug Fixes
Miscellaneous Chores
9a18b4a(#18560) (e960dcf)Documentation
Code Refactoring
v34.1.2Bug Fixes
v34.1.1Bug Fixes
Miscellaneous Chores
v34.1.0Features
Code Refactoring
Miscellaneous Chores
v34.0.0Here 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
branchNameStrictremains asfalseand 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
branchNameStricttotrue(like in v33), or let it set back tofalse(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.xwould becomerenovate/abc-def-2-xin 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 PRs closed and reopened due to branch names, and don't want to do that again, then addbranchNameStrict: falseto your bot config or your shared config before updating to v34.Apologies to anyone negatively affected by this v33 change.
⚠ BREAKING CHANGES
Bug Fixes
v33.2.4Bug Fixes
v33.2.3Bug Fixes
v33.2.2Bug Fixes
v33.2.1Continuous Integration
Build System
Miscellaneous Chores
v33.2.0Features
Miscellaneous Chores
Documentation
v33.1.0Features
--strip-extrasargument (#18486) (e2a42d3)Tests
Miscellaneous Chores
v33.0.2Build System
v33.0.1Bug Fixes
v33.0.0⚠ BREAKING CHANGES
branchNameStrictdefault value is nowtrueinternalChecksFilterdefault value is now"strict"ignoreScriptsdefault value is nowtrue. IfallowScripts=truein global config,ignoreScriptsmust be set tofalsein repo config if you want all repos to run scripts.autodiscoverfilters can no longer include commastrueorfalsewhen configured in environment variables, and errors will be thrown for invalid values. Previously invalided values were ignored and treated asfalse.git-tagsdatasource will be used as the fallback instead ofgithub-tagsif a go package's host type is unknown.depNamenow uses the "absolute import" format (e.g.bar→github.com/foo/bar/baz-wow)containerbaseimages (such as official Renovate images) will now have dynamic package manager installs enabled by default.rangeStrategy=auto, pinning must be opted into usingrangeStrategy=pinFeatures
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.