File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.4.16
2+ current_version = 2.4.17
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
Original file line number Diff line number Diff line change 66<p align =" center " >
77 Incident Response Investigation System
88 <br >
9- <i >Current Version v2.4.16 </i >
9+ <i >Current Version v2.4.17 </i >
1010 <br >
1111 <a href =" https://v200.beta.dfir-iris.org " >Online Demonstration</a >
1212</p >
@@ -52,7 +52,7 @@ git clone https://github.com/dfir-iris/iris-web.git
5252cd iris-web
5353
5454# Checkout to the last tagged version
55- git checkout v2.4.16
55+ git checkout v2.4.17
5656
5757# Copy the environment file
5858cp .env.model .env
Original file line number Diff line number Diff line change @@ -25,25 +25,25 @@ services:
2525 extends :
2626 file : docker-compose.base.yml
2727 service : db
28- image : ${DB_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_db}:${DB_IMAGE_TAG:-v2.4.16 }
28+ image : ${DB_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_db}:${DB_IMAGE_TAG:-v2.4.17 }
2929
3030 app :
3131 extends :
3232 file : docker-compose.base.yml
3333 service : app
34- image : ${APP_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_app}:${APP_IMAGE_TAG:-v2.4.16 }
34+ image : ${APP_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_app}:${APP_IMAGE_TAG:-v2.4.17 }
3535
3636 worker :
3737 extends :
3838 file : docker-compose.base.yml
3939 service : worker
40- image : ${APP_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_app}:${APP_IMAGE_TAG:-v2.4.16 }
40+ image : ${APP_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_app}:${APP_IMAGE_TAG:-v2.4.17 }
4141
4242 nginx :
4343 extends :
4444 file : docker-compose.base.yml
4545 service : nginx
46- image : ${NGINX_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_nginx}:${NGINX_IMAGE_TAG:-v2.4.16 }
46+ image : ${NGINX_IMAGE_NAME:-ghcr.io/dfir-iris/iriswebapp_nginx}:${NGINX_IMAGE_TAG:-v2.4.17 }
4747
4848volumes :
4949 iris-downloads :
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ class CeleryConfig:
264264# --------- APP ---------
265265class Config :
266266 # Handled by bumpversion
267- IRIS_VERSION = "v2.4.16 " # DO NOT EDIT THIS LINE MANUALLY
267+ IRIS_VERSION = "v2.4.17 " # DO NOT EDIT THIS LINE MANUALLY
268268
269269 if os .environ .get ('IRIS_DEMO_VERSION' ) is not None and os .environ .get ('IRIS_DEMO_VERSION' ) != 'None' :
270270 IRIS_VERSION = os .environ .get ('IRIS_DEMO_VERSION' )
You can’t perform that action at this time.
0 commit comments