Update renovate/renovate Docker tag to v33 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
renovate/renovate | image | major |
32.241.11 -> 33.2.1
|
Release Notes
renovatebot/renovate
v33.2.1
Continuous Integration
Build System
Miscellaneous Chores
- deps: update actions/dependency-review-action action to v2.5.1 (#18518) (d2f22e9)
- deps: update dependency @types/luxon to v3.0.2 (#18519) (c899c50)
- deps: update linters to v5.40.1 (#18528) (8f546ea)
v33.2.0
Features
Miscellaneous Chores
Documentation
v33.1.0
Features
Tests
Miscellaneous Chores
v33.0.2
Build System
v33.0.1
Bug Fixes
v33.0.0
⚠ BREAKING CHANGES
- Node 16 is the required runtime for Renovate.
-
config:
branchNameStrict
default value is nowtrue
-
config:
internalChecksFilter
default value is now"strict"
-
config:
ignoreScripts
default value is nowtrue
. IfallowScripts=true
in global config,ignoreScripts
must be set tofalse
in repo config if you want all repos to run scripts. -
config:
autodiscover
filters can no longer include commas -
config: boolean variables must be
true
orfalse
when configured in environment variables, and errors will be thrown for invalid values. Previously invalided values were ignored and treated asfalse
. -
datasource/go:
git-tags
datasource will be used as the fallback instead ofgithub-tags
if a go package's host type is unknown. -
jsonnet-bundler:
depName
now uses the "absolute import" format (e.g.bar
→github.com/foo/bar/baz-wow
) - azure-pipelines: azure-pipelines manager is now disabled by default.
- github: No longer necessary to configure forkMode. Forking mode is now experimental.
- Users of
containerbase
images (such as official Renovate images) will now have dynamic package manager installs enabled by default. - Dependencies are no longer automatically pinned if
rangeStrategy=auto
, pinning must be opted into usingrangeStrategy=pin
Features
- azure-pipelines: disable by default (#18142) (deea750), closes #15818
- config: default branchNameStrict=true (c9161ef)
- config: move autodiscovery filter from string to array (#16525) (0a6d97f), closes #8763
- default internalChecksFilter to strict (#18460) (b5a515b)
- default to binarySource=install (#18027) (0be74f3), closes #14531
- deprecate node v14 (#16969) (6fb2cce)
- do not auto pin rangeStrategy (#18309) (cbca54d), closes #18304
- github: remove forkMode setting (#18074) (caad0ae)
- jsonnet-bundler: Use absolute import format for depName (#14525) (5e7844f), closes #13568
- Support AWS Code Commit platform (#17076) (80af0fd)
- telemetry: add OpenTelemetry tracing MVC (#15731) (b53c581)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Stackspin-renovate Bot