From ce50ef341796eb644b92cf2e6cf67d3136de102b Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Wed, 8 Oct 2025 14:43:50 +0200 Subject: [PATCH 1/6] =?UTF-8?q?Bump=20version:=204.1.6=20=E2=86=92=204.1.7?= =?UTF-8?q?-rc1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- contrib/aleph-traefik-minio-keycloak/docker-compose.yml | 8 ++++---- contrib/keycloak/docker-compose.dev-keycloak.yml | 8 ++++---- docker-compose.yml | 8 ++++---- helm/charts/aleph/Chart.yaml | 4 ++-- helm/charts/aleph/README.md | 2 +- helm/charts/aleph/values.yaml | 2 +- setup.py | 2 +- ui/package.json | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ea8e43028e..80770d91f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.6 +current_version = 4.1.7-rc1 tag_name = {new_version} commit = True tag = True diff --git a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml index ef0f7ef81b..ed9ff44004 100644 --- a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml +++ b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml @@ -54,7 +54,7 @@ services: - "traefik.enable=false" worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} command: aleph worker restart: on-failure links: @@ -79,7 +79,7 @@ services: - "traefik.enable=false" shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} command: /bin/bash depends_on: - postgres @@ -99,7 +99,7 @@ services: - "traefik.enable=false" api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app expose: - 8000 @@ -121,7 +121,7 @@ services: - "traefik.enable=false" ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc1} depends_on: - api - traefik diff --git a/contrib/keycloak/docker-compose.dev-keycloak.yml b/contrib/keycloak/docker-compose.dev-keycloak.yml index fbdef9f0e2..d3fcaeb534 100644 --- a/contrib/keycloak/docker-compose.dev-keycloak.yml +++ b/contrib/keycloak/docker-compose.dev-keycloak.yml @@ -16,7 +16,7 @@ services: elasticsearch: build: context: services/elasticsearch - image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.7-rc1} hostname: elasticsearch environment: - discovery.type=single-node @@ -55,7 +55,7 @@ services: app: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} hostname: aleph command: /bin/bash links: @@ -83,7 +83,7 @@ services: api: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} command: aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger ports: - "127.0.0.1:5000:5000" @@ -117,7 +117,7 @@ services: ui: build: context: ui - image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.6} + image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.7-rc1} links: - api command: npm run start diff --git a/docker-compose.yml b/docker-compose.yml index ad25cec791..a5256f7916 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: - aleph.env worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} command: aleph worker restart: on-failure depends_on: @@ -62,7 +62,7 @@ services: - aleph.env shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} command: /bin/bash depends_on: - postgres @@ -80,7 +80,7 @@ services: - aleph.env api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} expose: - 8000 depends_on: @@ -97,7 +97,7 @@ services: - aleph.env ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.6} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc1} depends_on: - api ports: diff --git a/helm/charts/aleph/Chart.yaml b/helm/charts/aleph/Chart.yaml index da0e28f3f3..1aa155d632 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: 4.1.6 -appVersion: 4.1.6 \ No newline at end of file +version: 4.1.7-rc1 +appVersion: 4.1.7-rc1 \ No newline at end of file diff --git a/helm/charts/aleph/README.md b/helm/charts/aleph/README.md index ff4c9fff22..e214b043cc 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 | `"4.1.6"` | Aleph docker image tag | +| global.image.tag | string | `"4.1.7-rc1"` | 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 0d1f185e0b..a2cc681049 100644 --- a/helm/charts/aleph/values.yaml +++ b/helm/charts/aleph/values.yaml @@ -6,7 +6,7 @@ global: image: repository: ghcr.io/alephdata/aleph - tag: "4.1.6" + tag: "4.1.7-rc1" pullPolicy: Always commonEnv: diff --git a/setup.py b/setup.py index c9ab7a8083..3efb1ca74f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="aleph", - version="4.1.6", + version="4.1.7-rc1", description="Document sifting web frontend", classifiers=[ "Intended Audience :: Developers", diff --git a/ui/package.json b/ui/package.json index f490307fb4..b545f2d6ac 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "aleph-ui", - "version": "4.1.6", + "version": "4.1.7-rc1", "private": true, "dependencies": { "@alephdata/followthemoney": "^3.8.2", From 288e18da43088fde0f13c9d0965ec84da071df2b Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Wed, 8 Oct 2025 18:38:10 +0200 Subject: [PATCH 2/6] servicelayer 1.25.2-rc2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01fd305b66..6fe850a9e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ followthemoney==3.5.9 followthemoney-store[postgresql]==3.1.0 followthemoney-compare==0.4.4 fingerprints==1.2.3 -servicelayer[google,amazon]==1.25.0 +servicelayer[google,amazon]==1.25.2-rc2 normality==2.5.0 pantomime==0.6.1 From 5f4ece76449411ac4e787c970043cc356bcb951e Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Wed, 8 Oct 2025 18:38:17 +0200 Subject: [PATCH 3/6] =?UTF-8?q?Bump=20version:=204.1.7-rc1=20=E2=86=92=204?= =?UTF-8?q?.1.7-rc2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- contrib/aleph-traefik-minio-keycloak/docker-compose.yml | 8 ++++---- contrib/keycloak/docker-compose.dev-keycloak.yml | 8 ++++---- docker-compose.yml | 8 ++++---- helm/charts/aleph/Chart.yaml | 4 ++-- helm/charts/aleph/README.md | 2 +- helm/charts/aleph/values.yaml | 2 +- setup.py | 2 +- ui/package.json | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 80770d91f6..0c671edb1c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.7-rc1 +current_version = 4.1.7-rc2 tag_name = {new_version} commit = True tag = True diff --git a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml index ed9ff44004..d9ef7074ac 100644 --- a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml +++ b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml @@ -54,7 +54,7 @@ services: - "traefik.enable=false" worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} command: aleph worker restart: on-failure links: @@ -79,7 +79,7 @@ services: - "traefik.enable=false" shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} command: /bin/bash depends_on: - postgres @@ -99,7 +99,7 @@ services: - "traefik.enable=false" api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app expose: - 8000 @@ -121,7 +121,7 @@ services: - "traefik.enable=false" ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc2} depends_on: - api - traefik diff --git a/contrib/keycloak/docker-compose.dev-keycloak.yml b/contrib/keycloak/docker-compose.dev-keycloak.yml index d3fcaeb534..f7e11dbacf 100644 --- a/contrib/keycloak/docker-compose.dev-keycloak.yml +++ b/contrib/keycloak/docker-compose.dev-keycloak.yml @@ -16,7 +16,7 @@ services: elasticsearch: build: context: services/elasticsearch - image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.7-rc2} hostname: elasticsearch environment: - discovery.type=single-node @@ -55,7 +55,7 @@ services: app: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} hostname: aleph command: /bin/bash links: @@ -83,7 +83,7 @@ services: api: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} command: aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger ports: - "127.0.0.1:5000:5000" @@ -117,7 +117,7 @@ services: ui: build: context: ui - image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.7-rc1} + image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.7-rc2} links: - api command: npm run start diff --git a/docker-compose.yml b/docker-compose.yml index a5256f7916..dcf81cfc3c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: - aleph.env worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} command: aleph worker restart: on-failure depends_on: @@ -62,7 +62,7 @@ services: - aleph.env shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} command: /bin/bash depends_on: - postgres @@ -80,7 +80,7 @@ services: - aleph.env api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} expose: - 8000 depends_on: @@ -97,7 +97,7 @@ services: - aleph.env ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc1} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc2} depends_on: - api ports: diff --git a/helm/charts/aleph/Chart.yaml b/helm/charts/aleph/Chart.yaml index 1aa155d632..48d7cd17a3 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: 4.1.7-rc1 -appVersion: 4.1.7-rc1 \ No newline at end of file +version: 4.1.7-rc2 +appVersion: 4.1.7-rc2 \ No newline at end of file diff --git a/helm/charts/aleph/README.md b/helm/charts/aleph/README.md index e214b043cc..595d3210a4 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 | `"4.1.7-rc1"` | Aleph docker image tag | +| global.image.tag | string | `"4.1.7-rc2"` | 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 a2cc681049..c7690e2d30 100644 --- a/helm/charts/aleph/values.yaml +++ b/helm/charts/aleph/values.yaml @@ -6,7 +6,7 @@ global: image: repository: ghcr.io/alephdata/aleph - tag: "4.1.7-rc1" + tag: "4.1.7-rc2" pullPolicy: Always commonEnv: diff --git a/setup.py b/setup.py index 3efb1ca74f..9ea9e15469 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="aleph", - version="4.1.7-rc1", + version="4.1.7-rc2", description="Document sifting web frontend", classifiers=[ "Intended Audience :: Developers", diff --git a/ui/package.json b/ui/package.json index b545f2d6ac..57698fbe9b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "aleph-ui", - "version": "4.1.7-rc1", + "version": "4.1.7-rc2", "private": true, "dependencies": { "@alephdata/followthemoney": "^3.8.2", From 2b3103ca0e366dd2467846ae170f1d1b56d697c7 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Wed, 8 Oct 2025 19:21:34 +0200 Subject: [PATCH 4/6] servicelayer 1.25.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fe850a9e4..8372e0cf91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ followthemoney==3.5.9 followthemoney-store[postgresql]==3.1.0 followthemoney-compare==0.4.4 fingerprints==1.2.3 -servicelayer[google,amazon]==1.25.2-rc2 +servicelayer[google,amazon]==1.25.2 normality==2.5.0 pantomime==0.6.1 From 219b52a10fb565563f4c6b58b1df962cffd683cc Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Wed, 8 Oct 2025 19:21:41 +0200 Subject: [PATCH 5/6] =?UTF-8?q?Bump=20version:=204.1.7-rc2=20=E2=86=92=204?= =?UTF-8?q?.1.7-rc3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- contrib/aleph-traefik-minio-keycloak/docker-compose.yml | 8 ++++---- contrib/keycloak/docker-compose.dev-keycloak.yml | 8 ++++---- docker-compose.yml | 8 ++++---- helm/charts/aleph/Chart.yaml | 4 ++-- helm/charts/aleph/README.md | 2 +- helm/charts/aleph/values.yaml | 2 +- setup.py | 2 +- ui/package.json | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0c671edb1c..840b02ed5f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.7-rc2 +current_version = 4.1.7-rc3 tag_name = {new_version} commit = True tag = True diff --git a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml index d9ef7074ac..99430a12e6 100644 --- a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml +++ b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml @@ -54,7 +54,7 @@ services: - "traefik.enable=false" worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} command: aleph worker restart: on-failure links: @@ -79,7 +79,7 @@ services: - "traefik.enable=false" shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} command: /bin/bash depends_on: - postgres @@ -99,7 +99,7 @@ services: - "traefik.enable=false" api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app expose: - 8000 @@ -121,7 +121,7 @@ services: - "traefik.enable=false" ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc3} depends_on: - api - traefik diff --git a/contrib/keycloak/docker-compose.dev-keycloak.yml b/contrib/keycloak/docker-compose.dev-keycloak.yml index f7e11dbacf..fcbdc88959 100644 --- a/contrib/keycloak/docker-compose.dev-keycloak.yml +++ b/contrib/keycloak/docker-compose.dev-keycloak.yml @@ -16,7 +16,7 @@ services: elasticsearch: build: context: services/elasticsearch - image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.7-rc3} hostname: elasticsearch environment: - discovery.type=single-node @@ -55,7 +55,7 @@ services: app: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} hostname: aleph command: /bin/bash links: @@ -83,7 +83,7 @@ services: api: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} command: aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger ports: - "127.0.0.1:5000:5000" @@ -117,7 +117,7 @@ services: ui: build: context: ui - image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.7-rc2} + image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.7-rc3} links: - api command: npm run start diff --git a/docker-compose.yml b/docker-compose.yml index dcf81cfc3c..28e2a57812 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: - aleph.env worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} command: aleph worker restart: on-failure depends_on: @@ -62,7 +62,7 @@ services: - aleph.env shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} command: /bin/bash depends_on: - postgres @@ -80,7 +80,7 @@ services: - aleph.env api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} expose: - 8000 depends_on: @@ -97,7 +97,7 @@ services: - aleph.env ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc2} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc3} depends_on: - api ports: diff --git a/helm/charts/aleph/Chart.yaml b/helm/charts/aleph/Chart.yaml index 48d7cd17a3..4feb2284a8 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: 4.1.7-rc2 -appVersion: 4.1.7-rc2 \ No newline at end of file +version: 4.1.7-rc3 +appVersion: 4.1.7-rc3 \ No newline at end of file diff --git a/helm/charts/aleph/README.md b/helm/charts/aleph/README.md index 595d3210a4..39f68e7327 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 | `"4.1.7-rc2"` | Aleph docker image tag | +| global.image.tag | string | `"4.1.7-rc3"` | 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 c7690e2d30..e2373a80c6 100644 --- a/helm/charts/aleph/values.yaml +++ b/helm/charts/aleph/values.yaml @@ -6,7 +6,7 @@ global: image: repository: ghcr.io/alephdata/aleph - tag: "4.1.7-rc2" + tag: "4.1.7-rc3" pullPolicy: Always commonEnv: diff --git a/setup.py b/setup.py index 9ea9e15469..99e0476579 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="aleph", - version="4.1.7-rc2", + version="4.1.7-rc3", description="Document sifting web frontend", classifiers=[ "Intended Audience :: Developers", diff --git a/ui/package.json b/ui/package.json index 57698fbe9b..634e467c8b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "aleph-ui", - "version": "4.1.7-rc2", + "version": "4.1.7-rc3", "private": true, "dependencies": { "@alephdata/followthemoney": "^3.8.2", From 7ebc131388f68a2c492616e3afc81f689d47d7f8 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Mon, 27 Oct 2025 11:27:53 +0100 Subject: [PATCH 6/6] =?UTF-8?q?Bump=20version:=204.1.7-rc3=20=E2=86=92=204?= =?UTF-8?q?.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- contrib/aleph-traefik-minio-keycloak/docker-compose.yml | 8 ++++---- contrib/keycloak/docker-compose.dev-keycloak.yml | 8 ++++---- docker-compose.yml | 8 ++++---- helm/charts/aleph/Chart.yaml | 4 ++-- helm/charts/aleph/README.md | 2 +- helm/charts/aleph/values.yaml | 2 +- setup.py | 2 +- ui/package.json | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 840b02ed5f..f50236324a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.7-rc3 +current_version = 4.1.7 tag_name = {new_version} commit = True tag = True diff --git a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml index 99430a12e6..0a9013ff3f 100644 --- a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml +++ b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml @@ -54,7 +54,7 @@ services: - "traefik.enable=false" worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7} command: aleph worker restart: on-failure links: @@ -79,7 +79,7 @@ services: - "traefik.enable=false" shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7} command: /bin/bash depends_on: - postgres @@ -99,7 +99,7 @@ services: - "traefik.enable=false" api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7} command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app expose: - 8000 @@ -121,7 +121,7 @@ services: - "traefik.enable=false" ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7} depends_on: - api - traefik diff --git a/contrib/keycloak/docker-compose.dev-keycloak.yml b/contrib/keycloak/docker-compose.dev-keycloak.yml index fcbdc88959..620b367528 100644 --- a/contrib/keycloak/docker-compose.dev-keycloak.yml +++ b/contrib/keycloak/docker-compose.dev-keycloak.yml @@ -16,7 +16,7 @@ services: elasticsearch: build: context: services/elasticsearch - image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.7} hostname: elasticsearch environment: - discovery.type=single-node @@ -55,7 +55,7 @@ services: app: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7} hostname: aleph command: /bin/bash links: @@ -83,7 +83,7 @@ services: api: build: context: . - image: alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: alephdata/aleph:${ALEPH_TAG:-4.1.7} command: aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger ports: - "127.0.0.1:5000:5000" @@ -117,7 +117,7 @@ services: ui: build: context: ui - image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.7-rc3} + image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.7} links: - api command: npm run start diff --git a/docker-compose.yml b/docker-compose.yml index 28e2a57812..35de3d6892 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: - aleph.env worker: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7} command: aleph worker restart: on-failure depends_on: @@ -62,7 +62,7 @@ services: - aleph.env shell: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7} command: /bin/bash depends_on: - postgres @@ -80,7 +80,7 @@ services: - aleph.env api: - image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.7} expose: - 8000 depends_on: @@ -97,7 +97,7 @@ services: - aleph.env ui: - image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7-rc3} + image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.7} depends_on: - api ports: diff --git a/helm/charts/aleph/Chart.yaml b/helm/charts/aleph/Chart.yaml index 4feb2284a8..152dbfbff4 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: 4.1.7-rc3 -appVersion: 4.1.7-rc3 \ No newline at end of file +version: 4.1.7 +appVersion: 4.1.7 \ No newline at end of file diff --git a/helm/charts/aleph/README.md b/helm/charts/aleph/README.md index 39f68e7327..116f97a873 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 | `"4.1.7-rc3"` | Aleph docker image tag | +| global.image.tag | string | `"4.1.7"` | 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 e2373a80c6..224c5c8220 100644 --- a/helm/charts/aleph/values.yaml +++ b/helm/charts/aleph/values.yaml @@ -6,7 +6,7 @@ global: image: repository: ghcr.io/alephdata/aleph - tag: "4.1.7-rc3" + tag: "4.1.7" pullPolicy: Always commonEnv: diff --git a/setup.py b/setup.py index 99e0476579..e39ae06caa 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="aleph", - version="4.1.7-rc3", + version="4.1.7", description="Document sifting web frontend", classifiers=[ "Intended Audience :: Developers", diff --git a/ui/package.json b/ui/package.json index 634e467c8b..5d18518742 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "aleph-ui", - "version": "4.1.7-rc3", + "version": "4.1.7", "private": true, "dependencies": { "@alephdata/followthemoney": "^3.8.2",