Skip to content

Commit 0f6bab2

Browse files
authored
Merge pull request #1235 from yogeshojha/release/2.0.5
Release/2.0.5
2 parents ce1bb60 + c5c9384 commit 0f6bab2

File tree

7 files changed

+23
-17
lines changed

7 files changed

+23
-17
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 2.0.4
410

511
**Release Date: April 18, 2024**

docker-compose.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ services:
9898
- POSTGRES_HOST=${POSTGRES_HOST}
9999
# THIS IS A MUST FOR CHECKING UPDATE, EVERYTIME A COMMIT IS MERGED INTO
100100
# MASTER, UPDATE THIS!!! MAJOR.MINOR.PATCH https://semver.org/
101-
- RENGINE_CURRENT_VERSION='2.0.4'
101+
- RENGINE_CURRENT_VERSION='2.0.5'
102102
volumes:
103103
- ./web:/usr/src/app
104104
- github_repos:/usr/src/github

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696
- POSTGRES_HOST=${POSTGRES_HOST}
9797
# THIS IS A MUST FOR CHECKING UPDATE, EVERYTIME A COMMIT IS MERGED INTO
9898
# MASTER, UPDATE THIS!!! MAJOR.MINOR.PATCH https://semver.org/
99-
- RENGINE_CURRENT_VERSION='2.0.4'
99+
- RENGINE_CURRENT_VERSION='2.0.5'
100100
volumes:
101101
- ./web:/usr/src/app
102102
- github_repos:/usr/src/github

web/dashboard/templates/dashboard/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% endblock custom_js_css_link %}
1818

1919
{% 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>
2121
{% endblock breadcrumb_title %}
2222

2323
{% block main_content %}

web/requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
aiodns==3.0.0
22
argh==0.26.2
33
beautifulsoup4==4.9.3
4-
celery==5.3.4
4+
celery==5.4.0
55
discord-webhook==1.3.0
66
Django==3.2.4
77
django-ace==1.0.11
8-
django-celery-beat==2.2.1
8+
django-celery-beat==2.6.0
99
django-login-required-middleware==0.6.1
1010
django-role-permissions==3.2.0
1111
django-mathfilters==1.0.0
12-
django-timezone-field==4.1.2
12+
django-timezone-field==6.1.0
1313
djangorestframework==3.12.4
1414
djangorestframework-datatables==0.6.0
1515
dotted-dict==1.1.3
1616
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
1919
humanize==4.3.0
2020
Markdown==3.3.4
2121
metafinder==1.2
@@ -26,14 +26,14 @@ PyYAML==6.0.1
2626
PySocks==1.7.1
2727
psycopg2==2.9.7
2828
pycvesearch==1.0
29-
redis==5.0.0
30-
requests==2.28.1
29+
redis==5.0.3
30+
requests==2.31.0
3131
scapy==2.4.3
3232
tldextract==3.5.0
3333
uro==1.0.0
3434
validators==0.18.2
35-
watchdog==3.0.0
35+
watchdog==4.0.0
3636
whatportis
3737
weasyprint==53.3
3838
wafw00f==2.2.0
39-
xmltodict==0.13.0
39+
xmltodict==0.13.0

web/templates/base/_items/top_bar.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,18 @@ <h6 class="text-overflow m-0">Welcome {{user.get_username}}!</h6>
170170
<div class="logo-box">
171171
<a href="{% url 'dashboardIndex' current_project.slug %}" class="logo logo-dark text-center">
172172
<span class="logo-sm">
173-
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.4</small></h3>
173+
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.5</small></h3>
174174
</span>
175175
<span class="logo-lg">
176-
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.4</small></h3>
176+
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.0.5</small></h3>
177177
</span>
178178
</a>
179179
<a href="{% url 'dashboardIndex' current_project.slug %}" class="logo logo-light text-center">
180180
<span class="logo-sm">
181-
<h3 class="text-sm-logo vertical-center">reNgine&nbsp;<small>2.0.4</small></h3>
181+
<h3 class="text-sm-logo vertical-center">reNgine&nbsp;<small>2.0.5</small></h3>
182182
</span>
183183
<span class="logo-lg">
184-
<h3 class="text-lg-logo vertical-center">reNgine&nbsp;<small>2.0.4</small></h3>
184+
<h3 class="text-lg-logo vertical-center">reNgine&nbsp;<small>2.0.5</small></h3>
185185
</span>
186186
</a>
187187
</div>

web/templates/base/login.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</a>
5959
</div>
6060
<h3 class="">Login to reNgine</h3>
61-
<p>Current release: v2.0.4</p>
61+
<p>Current release: v2.0.5</p>
6262
</div>
6363
<div class="alert alert-primary" role="alert">
6464
<a href="https://rengine.wiki" target="_blank">Learn how to create reNgine account.</a>

0 commit comments

Comments
 (0)