Skip to content

Commit

Permalink
Bump version: 3.12.2 → 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Haffenden committed Jun 1, 2022
1 parent 6b6b21e commit 1feed56
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.12.2
current_version = 3.12.3
tag_name = {new_version}
commit = True
tag = True
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: alephdata/aleph:${ALEPH_TAG:-3.12.2}
image: alephdata/aleph:${ALEPH_TAG:-3.12.3}
command: aleph worker
restart: on-failure
depends_on:
Expand All @@ -62,7 +62,7 @@ services:
- aleph.env

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

api:
image: alephdata/aleph:${ALEPH_TAG:-3.12.2}
image: alephdata/aleph:${ALEPH_TAG:-3.12.3}
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: alephdata/aleph-ui-production:${ALEPH_TAG:-3.12.2}
image: alephdata/aleph-ui-production:${ALEPH_TAG:-3.12.3}
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.12.2
appVersion: 3.12.2
version: 3.12.3
appVersion: 3.12.3
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.12.2"` | Aleph docker image tag |
| global.image.tag | string | `"3.12.3"` | 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: alephdata/aleph
tag: "3.12.2"
tag: "3.12.3"
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.12.2",
version="3.12.3",
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.12.2",
"version": "3.12.3",
"private": true,
"dependencies": {
"@alephdata/followthemoney": "2.9.3",
Expand Down

0 comments on commit 1feed56

Please sign in to comment.