Skip to content

Commit 9a2ccfd

Browse files
committed
Bump version: 4.1.0-rc5 → 4.1.0-rc6
1 parent d9bbd6f commit 9a2ccfd

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.1.0-rc5
2+
current_version = 4.1.0-rc6
33
tag_name = {new_version}
44
commit = True
55
tag = True

contrib/aleph-traefik-minio-keycloak/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
- "traefik.enable=false"
5555

5656
worker:
57-
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
57+
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
5858
command: aleph worker
5959
restart: on-failure
6060
links:
@@ -79,7 +79,7 @@ services:
7979
- "traefik.enable=false"
8080

8181
shell:
82-
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
82+
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
8383
command: /bin/bash
8484
depends_on:
8585
- postgres
@@ -99,7 +99,7 @@ services:
9999
- "traefik.enable=false"
100100

101101
api:
102-
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
102+
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
103103
command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app
104104
expose:
105105
- 8000
@@ -121,7 +121,7 @@ services:
121121
- "traefik.enable=false"
122122

123123
ui:
124-
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
124+
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
125125
depends_on:
126126
- api
127127
- traefik

contrib/keycloak/docker-compose.dev-keycloak.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
elasticsearch:
1717
build:
1818
context: services/elasticsearch
19-
image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
19+
image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
2020
hostname: elasticsearch
2121
environment:
2222
- discovery.type=single-node
@@ -55,7 +55,7 @@ services:
5555
app:
5656
build:
5757
context: .
58-
image: alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
58+
image: alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
5959
hostname: aleph
6060
command: /bin/bash
6161
links:
@@ -83,7 +83,7 @@ services:
8383
api:
8484
build:
8585
context: .
86-
image: alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
86+
image: alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
8787
command: aleph run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger
8888
ports:
8989
- "127.0.0.1:5000:5000"
@@ -117,7 +117,7 @@ services:
117117
ui:
118118
build:
119119
context: ui
120-
image: alephdata/aleph-ui:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
120+
image: alephdata/aleph-ui:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
121121
links:
122122
- api
123123
command: npm run start

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- aleph.env
4747

4848
worker:
49-
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
49+
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
5050
command: aleph worker
5151
restart: on-failure
5252
depends_on:
@@ -62,7 +62,7 @@ services:
6262
- aleph.env
6363

6464
shell:
65-
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
65+
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
6666
command: /bin/bash
6767
depends_on:
6868
- postgres
@@ -80,7 +80,7 @@ services:
8080
- aleph.env
8181

8282
api:
83-
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
83+
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
8484
expose:
8585
- 8000
8686
depends_on:
@@ -97,7 +97,7 @@ services:
9797
- aleph.env
9898

9999
ui:
100-
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc5}
100+
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-ALEPH_TAG:-4.1.0-rc6}
101101
depends_on:
102102
- api
103103
ports:

helm/charts/aleph/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: aleph
33
description: Helm chart for Aleph
44
type: application
5-
version: 4.1.0-rc5
6-
appVersion: 4.1.0-rc5
5+
version: 4.1.0-rc6
6+
appVersion: 4.1.0-rc6

helm/charts/aleph/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Helm chart for Aleph
1111
| global.amazon | bool | `true` | Are we using AWS services like s3? |
1212
| global.google | bool | `false` | Are we using GCE services like storage, vision api? |
1313
| global.image.repository | string | `"alephdata/aleph"` | Aleph docker image repo |
14-
| global.image.tag | string | `"global.image.tag | string | `"4.1.0-rc5"` | Aleph docker image tag |
14+
| global.image.tag | string | `"global.image.tag | string | `"4.1.0-rc6"` | Aleph docker image tag |
1515
| global.image.tag | string | `"Always"` | |
1616
| global.namingPrefix | string | `"aleph"` | Prefix for the names of k8s resources |
1717

helm/charts/aleph/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ global:
66

77
image:
88
repository: ghcr.io/alephdata/aleph
9-
tag: "4.1.0-rc5"
9+
tag: "4.1.0-rc6"
1010
pullPolicy: Always
1111

1212
commonEnv:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="aleph",
5-
version="4.1.0-rc5",
5+
version="4.1.0-rc6",
66
description="Document sifting web frontend",
77
classifiers=[
88
"Intended Audience :: Developers",

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aleph-ui",
3-
"version": "4.1.0-rc5",
3+
"version": "4.1.0-rc6",
44
"private": true,
55
"dependencies": {
66
"@alephdata/followthemoney": "^3.5.5",

0 commit comments

Comments
 (0)