Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5ec7a59
Bump @types/node from 22.10.3 to 22.13.16 in /ui (#4173)
dependabot[bot] Apr 30, 2025
d14a96a
Bump @types/d3-scale from 4.0.8 to 4.0.9 in /ui
dependabot[bot] Apr 1, 2025
0e5c988
Bump http-proxy-middleware in /ui (#4190)
dependabot[bot] Apr 30, 2025
ff009e8
Bump vite from 6.2.4 to 6.2.6 in /docs (#4188)
dependabot[bot] Apr 30, 2025
3a4cfdb
Bump @babel/runtime from 7.21.5 to 7.27.0 in /ui (#4185)
dependabot[bot] Apr 30, 2025
de5e6b1
Bump recharts from 2.13.3 to 2.15.1 in /ui (#4116)
dependabot[bot] Apr 30, 2025
83d8b58
Bump react-dropzone from 14.3.5 to 14.3.8 in /ui (#4149)
dependabot[bot] Apr 30, 2025
2dd270e
Bump uuid from 11.0.3 to 11.1.0 in /ui (#4155)
dependabot[bot] Apr 30, 2025
56dc3b3
Bump @types/lodash from 4.17.13 to 4.17.16 in /ui
dependabot[bot] Apr 30, 2025
4e40051
Bump yaml from 2.7.0 to 2.7.1 in /ui
dependabot[bot] Apr 30, 2025
540fb70
Bump google-libphonenumber from 3.2.39 to 3.2.40 in /ui
dependabot[bot] Apr 30, 2025
d0760fa
Bump axios from 0.29.0 to 0.30.0 in /ui
dependabot[bot] Apr 30, 2025
4228cb0
Bump papaparse from 5.4.1 to 5.5.2 in /ui (#4180)
dependabot[bot] Apr 30, 2025
3b820c1
Merge pull request #4219 from alephdata/release/4.1.2
stchris May 20, 2025
f92cd16
servicelayer 1.24.1
stchris May 20, 2025
106314e
Merge pull request #4221 from alephdata/chore/servicelayer-1241
stchris May 20, 2025
fba7b10
Bump @types/node from 22.13.16 to 22.15.3 in /ui (#4209)
dependabot[bot] Jun 2, 2025
58befc0
Bump vite from 6.2.6 to 6.3.4 in /docs (#4197)
dependabot[bot] Jun 2, 2025
dd572d5
Bump @alephdata/followthemoney from 3.7.12 to 3.8.2 in /ui (#4181)
dependabot[bot] Jun 2, 2025
f13c87d
Release/4.1.3 (#4238)
tillprochaska Jun 12, 2025
2108d54
servicelayer 1.25.0-rc1
stchris Jun 24, 2025
1e69bf4
Bump version: 4.1.3 → 4.1.4-rc1
stchris Jun 24, 2025
e6799e3
servicelayer 1.25.0
stchris Jun 30, 2025
4058694
Bump version: 4.1.4-rc1 → 4.1.4
stchris Jun 30, 2025
637a3b9
Merge branch 'main' into release/4.1.4
stchris Jul 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.3
current_version = 4.1.4
tag_name = {new_version}
commit = True
tag = True
Expand Down
8 changes: 4 additions & 4 deletions contrib/aleph-traefik-minio-keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- "traefik.enable=false"

worker:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.4}
command: aleph worker
restart: on-failure
links:
Expand All @@ -79,7 +79,7 @@ services:
- "traefik.enable=false"

shell:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.4}
command: /bin/bash
depends_on:
- postgres
Expand All @@ -99,7 +99,7 @@ services:
- "traefik.enable=false"

api:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.4}
command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app
expose:
- 8000
Expand All @@ -121,7 +121,7 @@ services:
- "traefik.enable=false"

ui:
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.4}
depends_on:
- api
- traefik
Expand Down
8 changes: 4 additions & 4 deletions contrib/keycloak/docker-compose.dev-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
elasticsearch:
build:
context: services/elasticsearch
image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-4.1.4}
hostname: elasticsearch
environment:
- discovery.type=single-node
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
app:
build:
context: .
image: alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: alephdata/aleph:${ALEPH_TAG:-4.1.4}
hostname: aleph
command: /bin/bash
links:
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
api:
build:
context: .
image: alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: alephdata/aleph:${ALEPH_TAG:-4.1.4}
command: aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger
ports:
- "127.0.0.1:5000:5000"
Expand Down Expand Up @@ -117,7 +117,7 @@ services:
ui:
build:
context: ui
image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.3}
image: alephdata/aleph-ui:${ALEPH_TAG:-4.1.4}
links:
- api
command: npm run start
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- aleph.env

worker:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.4}
command: aleph worker
restart: on-failure
depends_on:
Expand All @@ -62,7 +62,7 @@ services:
- aleph.env

shell:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.4}
command: /bin/bash
depends_on:
- postgres
Expand All @@ -80,7 +80,7 @@ services:
- aleph.env

api:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-4.1.4}
expose:
- 8000
depends_on:
Expand All @@ -97,7 +97,7 @@ services:
- aleph.env

ui:
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.3}
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-4.1.4}
depends_on:
- api
ports:
Expand Down
50 changes: 28 additions & 22 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions helm/charts/aleph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: aleph
description: Helm chart for Aleph
type: application
version: 4.1.3
appVersion: 4.1.3
version: 4.1.4
appVersion: 4.1.4
2 changes: 1 addition & 1 deletion helm/charts/aleph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"` | Aleph docker image tag |
| global.image.tag | string | `"4.1.4"` | Aleph docker image tag |
| global.image.tag | string | `"Always"` | |
| global.namingPrefix | string | `"aleph"` | Prefix for the names of k8s resources |

Expand Down
2 changes: 1 addition & 1 deletion helm/charts/aleph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:

image:
repository: ghcr.io/alephdata/aleph
tag: "4.1.3"
tag: "4.1.4"
pullPolicy: Always

commonEnv:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.1-rc3
servicelayer[google,amazon]==1.25.0
normality==2.5.0
pantomime==0.6.1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="aleph",
version="4.1.3",
version="4.1.4",
description="Document sifting web frontend",
classifiers=[
"Intended Audience :: Developers",
Expand Down
Loading
Loading