Skip to content

Commit 21669dc

Browse files
authored
Merge pull request #1321 from DDMAL/release-v3.3.0
update prod ver from v3.2.0 to v3.3.0
2 parents 700a4d6 + 3b07489 commit 21669dc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ REPLACE := perl -i -pe
1111
RODAN_PATH := ./rodan-main/code/rodan
1212
JOBS_PATH := $(RODAN_PATH)/jobs
1313

14-
PROD_TAG := v3.2.0
14+
PROD_TAG := v3.3.0
1515

1616
DOCKER_TAG := nightly
1717

production.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33
services:
44

55
nginx:
6-
image: "ddmal/nginx:v3.2.0"
6+
image: "ddmal/nginx:v3.3.0"
77
deploy:
88
replicas: 1
99
resources:
@@ -37,7 +37,7 @@ services:
3737
- "resources:/rodan/data"
3838

3939
rodan-main:
40-
image: "ddmal/rodan-main:v3.2.0"
40+
image: "ddmal/rodan-main:v3.3.0"
4141
deploy:
4242
replicas: 1
4343
resources:
@@ -78,7 +78,7 @@ services:
7878
- "resources:/rodan/data"
7979

8080
celery:
81-
image: "ddmal/rodan-main:v3.2.0"
81+
image: "ddmal/rodan-main:v3.3.0"
8282
deploy:
8383
replicas: 1
8484
resources:
@@ -109,7 +109,7 @@ services:
109109
- "resources:/rodan/data"
110110

111111
py3-celery:
112-
image: "ddmal/rodan-python3-celery:v3.2.0"
112+
image: "ddmal/rodan-python3-celery:v3.3.0"
113113
deploy:
114114
replicas: 1
115115
resources:
@@ -139,7 +139,7 @@ services:
139139
- "resources:/rodan/data"
140140

141141
gpu-celery:
142-
image: "ddmal/rodan-gpu-celery:v3.2.0"
142+
image: "ddmal/rodan-gpu-celery:v3.3.0"
143143
deploy:
144144
replicas: 1
145145
resources:
@@ -195,7 +195,7 @@ services:
195195
TZ: America/Toronto
196196

197197
postgres:
198-
image: "ddmal/postgres-plpython:v3.2.0"
198+
image: "ddmal/postgres-plpython:v3.3.0"
199199
deploy:
200200
replicas: 1
201201
endpoint_mode: dnsrr

rodan-main/code/rodan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Get version: import rodan; rodan.__version__
1818
# Version numbers also appear in the API.
1919
__title__ = "Rodan"
20-
__version__ = "v3.2.0"
20+
__version__ = "v3.3.0"
2121
__copyright__ = "Copyright 2011-2022 Distributed Digital Music Archives & Libraries Lab"
2222
# If changing this line, also change rodan-main/Dockerfile
2323
__build_hash__ = "local"

0 commit comments

Comments
 (0)