mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-03-16 21:23:36 +00:00
parent
85ae2ce724
commit
156fc321bc
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- Implement the "started" progress spinner in the details pages
|
- Implement the "started" progress spinner in the details pages
|
||||||
- Add "hc_check_started" metric in the Prometheus metrics endpoint (#630)
|
- Add "hc_check_started" metric in the Prometheus metrics endpoint (#630)
|
||||||
- Add a management command for submitting Signal rate limit challenges
|
- Add a management command for submitting Signal rate limit challenges
|
||||||
|
- Upgrade to django-compressor 4.0
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- Fix unwanted localization in badge SVG generation (#629)
|
- Fix unwanted localization in badge SVG generation (#629)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cron-descriptor==1.2.24
|
cron-descriptor==1.2.24
|
||||||
cronsim==2.0
|
cronsim==2.0
|
||||||
Django==4.0.4
|
Django==4.0.4
|
||||||
django-compressor==3.1
|
django-compressor==4.0
|
||||||
fido2==0.9.3
|
fido2==0.9.3
|
||||||
psycopg2==2.9.3
|
psycopg2==2.9.3
|
||||||
pyotp==2.6.0
|
pyotp==2.6.0
|
||||||
|
|
Loading…
Reference in a new issue