Skip to content

Commit

Permalink
Bump version: 3.14.1-rc8 → 3.14.1-rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed May 11, 2023
1 parent e4d92ed commit 63c750c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
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 = 3.14.1-rc8
current_version = 3.14.1-rc9
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 @@ -65,7 +65,7 @@ services:
- "traefik.enable=false"

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

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

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

ui:
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.14.1-rc8}
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.14.1-rc9}
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:-3.14.1-rc8}
image: ghcr.io/alephdata/aleph-elasticsearch:${ALEPH_TAG:-3.14.1-rc9}
hostname: elasticsearch
environment:
- discovery.type=single-node
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
app:
build:
context: .
image: alephdata/aleph:${ALEPH_TAG:-3.14.1-rc8}
image: alephdata/aleph:${ALEPH_TAG:-3.14.1-rc9}
hostname: aleph
command: /bin/bash
links:
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
api:
build:
context: .
image: alephdata/aleph:${ALEPH_TAG:-3.14.1-rc8}
image: alephdata/aleph:${ALEPH_TAG:-3.14.1-rc9}
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 @@ -126,7 +126,7 @@ services:
ui:
build:
context: ui
image: alephdata/aleph-ui:${ALEPH_TAG:-3.14.1-rc8}
image: alephdata/aleph-ui:${ALEPH_TAG:-3.14.1-rc9}
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:-3.14.1-rc8}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.14.1-rc9}
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:-3.14.1-rc8}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.14.1-rc9}
command: /bin/bash
depends_on:
- postgres
Expand All @@ -80,7 +80,7 @@ services:
- aleph.env

api:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.14.1-rc8}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.14.1-rc9}
command: gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app
expose:
- 8000
Expand All @@ -98,7 +98,7 @@ services:
- aleph.env

ui:
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.14.1-rc8}
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.14.1-rc9}
depends_on:
- api
ports:
Expand Down
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: 3.14.1-rc8
appVersion: 3.14.1-rc8
version: 3.14.1-rc9
appVersion: 3.14.1-rc9
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 | `"3.14.1-rc8"` | Aleph docker image tag |
| global.image.tag | string | `"3.14.1-rc9"` | 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: "3.14.1-rc8"
tag: "3.14.1-rc9"
pullPolicy: Always

commonEnv:
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="3.14.1-rc8",
version="3.14.1-rc9",
description="Document sifting web frontend",
classifiers=[
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aleph-ui",
"version": "3.14.1-rc8",
"version": "3.14.1-rc9",
"private": true,
"dependencies": {
"@alephdata/followthemoney": "^3.3.0",
Expand Down

0 comments on commit 63c750c

Please sign in to comment.