From 0fe556ad21dc7a8375cd6d0e198e34d28503d2f6 Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Sat, 4 Feb 2023 16:10:04 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.13.1-rc6=20=E2=86=92=203.13?= =?UTF-8?q?.1-rc7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 +----- docker-compose.yml | 8 ++++---- helm/charts/aleph/Chart.yaml | 4 ++-- helm/charts/aleph/values.yaml | 2 +- setup.py | 2 +- ui/package.json | 2 +- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 11063b8581..a4665ad78d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.13.1-rc6 +current_version = 3.13.1-rc7 tag_name = {new_version} commit = True tag = True @@ -37,7 +37,3 @@ replace = ersion: {new_version} [bumpversion:file:helm/charts/aleph/values.yaml] search = tag: "{current_version}" replace = tag: "{new_version}" - -[bumpversion:file:helm/charts/aleph/README.md] -search = global.image.tag | string | `"{current_version}"` -replace = global.image.tag | string | `"{new_version}"` diff --git a/docker-compose.yml b/docker-compose.yml index d048697538..f29599fc9d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: - aleph.env worker: - image: alephdata/aleph:${ALEPH_TAG:-3.13.1-rc6} + image: alephdata/aleph:${ALEPH_TAG:-3.13.1-rc7} command: aleph worker restart: on-failure depends_on: @@ -62,7 +62,7 @@ services: - aleph.env shell: - image: alephdata/aleph:${ALEPH_TAG:-3.13.1-rc6} + image: alephdata/aleph:${ALEPH_TAG:-3.13.1-rc7} command: /bin/bash depends_on: - postgres @@ -80,7 +80,7 @@ services: - aleph.env api: - image: alephdata/aleph:${ALEPH_TAG:-3.13.1-rc6} + image: alephdata/aleph:${ALEPH_TAG:-3.13.1-rc7} command: gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --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.13.1-rc6} + image: alephdata/aleph-ui-production:${ALEPH_TAG:-3.13.1-rc7} depends_on: - api ports: diff --git a/helm/charts/aleph/Chart.yaml b/helm/charts/aleph/Chart.yaml index 3cadb1c083..93a4d397a6 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.13.1-rc6 -appVersion: 3.13.1-rc6 +version: 3.13.1-rc7 +appVersion: 3.13.1-rc7 diff --git a/helm/charts/aleph/values.yaml b/helm/charts/aleph/values.yaml index c7fa33d328..33dcd5123a 100644 --- a/helm/charts/aleph/values.yaml +++ b/helm/charts/aleph/values.yaml @@ -6,7 +6,7 @@ global: image: repository: alephdata/aleph - tag: "3.13.1-rc6" + tag: "3.13.1-rc7" pullPolicy: Always commonEnv: diff --git a/setup.py b/setup.py index eb59234642..91eb387dbb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="aleph", - version="3.13.1-rc6", + version="3.13.1-rc7", description="Document sifting web frontend", classifiers=[ "Intended Audience :: Developers", diff --git a/ui/package.json b/ui/package.json index 204cf2fc12..4f931c8b4a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "aleph-ui", - "version": "3.13.1-rc6", + "version": "3.13.1-rc7", "private": true, "dependencies": { "@alephdata/followthemoney": "^3.2.0",