diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac1e7f94f1..caba98fdd3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.9.13 +current_version = 3.10.0 tag_name = {new_version} commit = True tag = True diff --git a/docker-compose.yml b/docker-compose.yml index a57b84f9e2..0a592158df 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: - aleph.env worker: - image: alephdata/aleph:${ALEPH_TAG:-3.9.13} + image: alephdata/aleph:${ALEPH_TAG:-3.10.0} command: aleph worker restart: on-failure depends_on: @@ -62,7 +62,7 @@ services: - aleph.env shell: - image: alephdata/aleph:${ALEPH_TAG:-3.9.13} + image: alephdata/aleph:${ALEPH_TAG:-3.10.0} command: /bin/bash depends_on: - postgres @@ -80,7 +80,7 @@ services: - aleph.env api: - image: alephdata/aleph:${ALEPH_TAG:-3.9.13} + image: alephdata/aleph:${ALEPH_TAG:-3.10.0} command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app expose: - 8000 @@ -98,7 +98,7 @@ services: - aleph.env ui: - image: alephdata/aleph-ui-production:${ALEPH_TAG:-3.9.13} + image: alephdata/aleph-ui-production:${ALEPH_TAG:-3.10.0} depends_on: - api ports: diff --git a/helm/charts/aleph/Chart.yaml b/helm/charts/aleph/Chart.yaml index 12dc65e837..6d9d832fc5 100644 --- a/helm/charts/aleph/Chart.yaml +++ b/helm/charts/aleph/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: aleph description: Helm chart for Aleph type: application -version: 3.9.13 -appVersion: 3.9.13 +version: 3.10.0 +appVersion: 3.10.0 diff --git a/helm/charts/aleph/README.md b/helm/charts/aleph/README.md index 189da73e06..3a44314a4b 100644 --- a/helm/charts/aleph/README.md +++ b/helm/charts/aleph/README.md @@ -11,7 +11,7 @@ Helm chart for Aleph | global.amazon | bool | `true` | Are we using AWS services like s3? | | global.google | bool | `false` | Are we using GCE services like storage, vision api? | | global.image.repository | string | `"alephdata/aleph"` | Aleph docker image repo | -| global.image.tag | string | `"3.9.13"` | Aleph docker image tag | +| global.image.tag | string | `"3.10.0"` | Aleph docker image tag | | global.image.tag | string | `"Always"` | | | global.namingPrefix | string | `"aleph"` | Prefix for the names of k8s resources | diff --git a/helm/charts/aleph/values.yaml b/helm/charts/aleph/values.yaml index 6c3a7752cd..b4b61bff25 100644 --- a/helm/charts/aleph/values.yaml +++ b/helm/charts/aleph/values.yaml @@ -6,7 +6,7 @@ global: image: repository: alephdata/aleph - tag: "3.9.13" + tag: "3.10.0" pullPolicy: Always commonEnv: diff --git a/setup.py b/setup.py index f4e648f866..657c268e9f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="aleph", - version="3.9.13", + version="3.10.0", description="Document sifting web frontend", classifiers=[ "Intended Audience :: Developers", diff --git a/ui/package.json b/ui/package.json index 69452d8614..918904d3df 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "aleph-ui", - "version": "3.9.13", + "version": "3.10.0", "private": true, "dependencies": { "@alephdata/followthemoney": "2.5.1",