feat!: update docker image ghcr.io/onedr0p/recyclarr to 3.0.0 #2664
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.1
->3.0.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
recyclarr/recyclarr
v3.0.0
Compare Source
This release contains BREAKING CHANGES. See the v3.0 Upgrade Guide for required
changes you need to make.
Added
configs
subdirectory. Place your*.yml
config files here and all of them will beautomatically loaded, as if you provided multiple paths to
--config
. The primary purpose of thisfeature is to support multiple configuration files in Docker. See the docs
api_key
andbase_url
in asecrets.yml
file. See the secrets docs for more info.Huge thanks to @voltron4lyfe for this one. (#105, #139)
repository.git_path
may be used to specify the path to agit
executable.If not used,
PATH
will be searched.RECYCLARR_CREATE_CONFIG
environment variable which, if set totrue
, willautomatically create
/config/recyclarr.yml
on container start up. Default isfalse
.Changed
git
to be installed on host systems when using manualinstallation. If using Docker, there is no breaking change since git will be bundled with the
image.
Guide.
Removed
names
undercustom_formats
inrecyclarr.yml
.Note that this had already been deprecated for quite some time.
recyclarr.yml
next tothe executable has been removed.
Fixed
of the YAML in the starter
recyclarr.yml
template generated by thecreate-config
subcommand.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.