Skip to content

Commit 2145801

Browse files
authored
Merge pull request #1228 from c0rydoras/chore/release/release-so-scheduled-jobs-wont-fail
chore: release so scheduled jobs won't fail
2 parents e6065fc + 1a496a5 commit 2145801

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mysagw"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Application management for SAGW"
55
repository = "https://github.com/adfinis/mySAGW"
66
authors = ["Adfinis"]

caluma/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.4
1+
0.3.5

compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
x-version: 0.6.1
2+
x-version: 0.6.2
33

44
services:
55
db:
@@ -11,15 +11,15 @@ services:
1111
- "5432:5432"
1212

1313
api:
14-
image: ghcr.io/adfinis/mysagw/api:0.3.0
14+
image: ghcr.io/adfinis/mysagw/api:0.3.1
1515
environment:
1616
- DATABASE_HOST=db
1717
- DATABASE_PORT=5432
1818
depends_on:
1919
- db
2020

2121
caluma:
22-
image: ghcr.io/adfinis/mysagw/caluma:0.3.4
22+
image: ghcr.io/adfinis/mysagw/caluma:0.3.5
2323
environment:
2424
- DATABASE_HOST=db
2525
- DATABASE_PORT=5432
@@ -66,7 +66,7 @@ services:
6666
command: start
6767

6868
ember:
69-
image: ghcr.io/adfinis/mysagw/ember:0.3.1
69+
image: ghcr.io/adfinis/mysagw/ember:0.3.2
7070

7171
minio:
7272
image: minio/minio:RELEASE.2024-12-13T22-19-12Z

ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysagw",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"description": "Small description for mySAGW goes here",
66
"repository": "",

0 commit comments

Comments
 (0)