Update dependency django-health-check to v3.24.0#189
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
0e3e3d8 to
c741a97
Compare
c741a97 to
7c9957a
Compare
7c9957a to
863ab79
Compare
863ab79 to
6157fef
Compare
e0aa138 to
3bb4e40
Compare
aece96b to
3a9932d
Compare
a8e9275 to
8c50706
Compare
8c50706 to
6385eeb
Compare
6385eeb to
a0bf940
Compare
e303c80 to
5ec8d41
Compare
5ec8d41 to
21b7425
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==3.18.3→==3.24.0Release Notes
codingjoe/django-health-check (django-health-check)
v3.24.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.5...3.24.0
v3.23.5Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.4...3.23.5
v3.23.4Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.3...3.23.4
v3.23.3Compare Source
Full Changelog: codingjoe/django-health-check@3.23.2...3.23.3
v3.23.2Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.1...3.23.2
v3.23.1Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.0...3.23.1
v3.23.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.22.0...3.23.0
v3.22.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.21.1...3.22.0
v3.21.1Compare Source
Full Changelog: codingjoe/django-health-check@3.21.0...3.21.1
v3.21.0Compare Source
Version 3.21
Changes
Motivation
Settings inconsistency has long been an issue of this package. Some use package dictionaries; some use single-value settings.
Over time this package has also accumulated a host of checks, some of which are outdated or similar or superior to others.
Migration Guide
Remove these
health_check.*sub‑apps fromINSTALLED_APPSbut keephealth_check!Remove all
HEALTH_CHECK_*settings from your settings file.Replace the URL include with the view and explicit
checkslist.Before:
After (example):
Removals and Replacements
StorageHealthCheck,DefaultFileStorageHealthCheck,S3BotoStorageHealthCheck,S3Boto3StorageHealthCheckhave been replaced withStorage.CeleryHealthCheckhas been replaced withPing.MigrationsHealthCheckhas been removed; its functionality is covered by Django's check framework.DatabaseHealthCheckhas been replaced withDatabasewhich doesn't require a table and supports multiple database aliases.Full Changelog: codingjoe/django-health-check@3.20.8...3.21.0
v3.20.8Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.20.7...3.20.8
v3.20.7Compare Source
What's Changed
New Contributors
Full Changelog: codingjoe/django-health-check@3.20.6...3.20.7
v3.20.6Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.20.5...3.20.6
v3.20.5Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.20.4...3.20.5
v3.20.4Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.20.3...3.20.4
v3.20.3Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.20.2...3.20.3
v3.20.2Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.20.1...3.20.2
v3.20.1Compare Source
What's Changed
urlwithpathin documentation by @aradkdj in revsys#516New Contributors
Full Changelog: codingjoe/django-health-check@3.20.0...3.20.1
v3.20.0Compare Source
What's Changed
New Contributors
Full Changelog: codingjoe/django-health-check@3.19.2...3.20.0
v3.19.2Compare Source
What's Changed
New Contributors
Full Changelog: codingjoe/django-health-check@3.19.1...3.19.2
v3.19.1Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.19.0...3.19.1
v3.19.0Compare Source
What's Changed
HEALTHCHECK_CACHE_KEYto the correct section by @SpecLad in revsys#416New Contributors
Full Changelog: codingjoe/django-health-check@3.18.3...3.19.0
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 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 was generated by Mend Renovate. View the repository job log.