File tree 7 files changed +23
-17
lines changed
dashboard/templates/dashboard
7 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.5
4
+
5
+ ** Release Date: April 20, 2024**
6
+
7
+ * Fix #1234 reNgine unable to load celery tasks due to mismatched celery and redis versions
8
+
3
9
## 2.0.4
4
10
5
11
** Release Date: April 18, 2024**
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ services:
98
98
- POSTGRES_HOST=${POSTGRES_HOST}
99
99
# THIS IS A MUST FOR CHECKING UPDATE, EVERYTIME A COMMIT IS MERGED INTO
100
100
# MASTER, UPDATE THIS!!! MAJOR.MINOR.PATCH https://semver.org/
101
- - RENGINE_CURRENT_VERSION='2.0.4 '
101
+ - RENGINE_CURRENT_VERSION='2.0.5 '
102
102
volumes :
103
103
- ./web:/usr/src/app
104
104
- github_repos:/usr/src/github
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ services:
96
96
- POSTGRES_HOST=${POSTGRES_HOST}
97
97
# THIS IS A MUST FOR CHECKING UPDATE, EVERYTIME A COMMIT IS MERGED INTO
98
98
# MASTER, UPDATE THIS!!! MAJOR.MINOR.PATCH https://semver.org/
99
- - RENGINE_CURRENT_VERSION='2.0.4 '
99
+ - RENGINE_CURRENT_VERSION='2.0.5 '
100
100
volumes :
101
101
- ./web:/usr/src/app
102
102
- github_repos:/usr/src/github
Original file line number Diff line number Diff line change 17
17
{% endblock custom_js_css_link %}
18
18
19
19
{% block breadcrumb_title %}
20
- < span class ="badge badge-soft-info "> reNgine 2.0.4 </ span >
20
+ < span class ="badge badge-soft-info "> reNgine 2.0.5 </ span >
21
21
{% endblock breadcrumb_title %}
22
22
23
23
{% block main_content %}
Original file line number Diff line number Diff line change 1
1
aiodns == 3.0.0
2
2
argh == 0.26.2
3
3
beautifulsoup4 == 4.9.3
4
- celery == 5.3.4
4
+ celery == 5.4.0
5
5
discord-webhook == 1.3.0
6
6
Django == 3.2.4
7
7
django-ace == 1.0.11
8
- django-celery-beat == 2.2.1
8
+ django-celery-beat == 2.6.0
9
9
django-login-required-middleware == 0.6.1
10
10
django-role-permissions == 3.2.0
11
11
django-mathfilters == 1.0.0
12
- django-timezone-field == 4 .1.2
12
+ django-timezone-field == 6 .1.0
13
13
djangorestframework == 3.12.4
14
14
djangorestframework-datatables == 0.6.0
15
15
dotted-dict == 1.1.3
16
16
drf-yasg == 1.21.3
17
- gunicorn == 21.2 .0
18
- gevent == 23.9 .1
17
+ gunicorn == 22.0 .0
18
+ gevent == 24.2 .1
19
19
humanize == 4.3.0
20
20
Markdown == 3.3.4
21
21
metafinder == 1.2
@@ -26,14 +26,14 @@ PyYAML==6.0.1
26
26
PySocks == 1.7.1
27
27
psycopg2 == 2.9.7
28
28
pycvesearch == 1.0
29
- redis == 5.0.0
30
- requests == 2.28.1
29
+ redis == 5.0.3
30
+ requests == 2.31.0
31
31
scapy == 2.4.3
32
32
tldextract == 3.5.0
33
33
uro == 1.0.0
34
34
validators == 0.18.2
35
- watchdog == 3 .0.0
35
+ watchdog == 4 .0.0
36
36
whatportis
37
37
weasyprint == 53.3
38
38
wafw00f == 2.2.0
39
- xmltodict == 0.13.0
39
+ xmltodict == 0.13.0
Original file line number Diff line number Diff line change @@ -170,18 +170,18 @@ <h6 class="text-overflow m-0">Welcome {{user.get_username}}!</h6>
170
170
< div class ="logo-box ">
171
171
< a href ="{% url 'dashboardIndex' current_project.slug %} " class ="logo logo-dark text-center ">
172
172
< span class ="logo-sm ">
173
- < h3 class ="text-logo vertical-center "> reNgine < small > 2.0.4 </ small > </ h3 >
173
+ < h3 class ="text-logo vertical-center "> reNgine < small > 2.0.5 </ small > </ h3 >
174
174
</ span >
175
175
< span class ="logo-lg ">
176
- < h3 class ="text-logo vertical-center "> reNgine < small > 2.0.4 </ small > </ h3 >
176
+ < h3 class ="text-logo vertical-center "> reNgine < small > 2.0.5 </ small > </ h3 >
177
177
</ span >
178
178
</ a >
179
179
< a href ="{% url 'dashboardIndex' current_project.slug %} " class ="logo logo-light text-center ">
180
180
< span class ="logo-sm ">
181
- < h3 class ="text-sm-logo vertical-center "> reNgine < small > 2.0.4 </ small > </ h3 >
181
+ < h3 class ="text-sm-logo vertical-center "> reNgine < small > 2.0.5 </ small > </ h3 >
182
182
</ span >
183
183
< span class ="logo-lg ">
184
- < h3 class ="text-lg-logo vertical-center "> reNgine < small > 2.0.4 </ small > </ h3 >
184
+ < h3 class ="text-lg-logo vertical-center "> reNgine < small > 2.0.5 </ small > </ h3 >
185
185
</ span >
186
186
</ a >
187
187
</ div >
Original file line number Diff line number Diff line change 58
58
</ a >
59
59
</ div >
60
60
< h3 class =""> Login to reNgine</ h3 >
61
- < p > Current release: v2.0.4 </ p >
61
+ < p > Current release: v2.0.5 </ p >
62
62
</ div >
63
63
< div class ="alert alert-primary " role ="alert ">
64
64
< a href ="https://rengine.wiki " target ="_blank "> Learn how to create reNgine account.</ a >
You can’t perform that action at this time.
0 commit comments