Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mysagw"
version = "0.3.0"
version = "0.3.1"
description = "Application management for SAGW"
repository = "https://github.com/adfinis/mySAGW"
authors = ["Adfinis"]
Expand Down
2 changes: 1 addition & 1 deletion caluma/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.3.5
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
x-version: 0.6.1
x-version: 0.6.2

services:
db:
Expand All @@ -11,15 +11,15 @@ services:
- "5432:5432"

api:
image: ghcr.io/adfinis/mysagw/api:0.3.0
image: ghcr.io/adfinis/mysagw/api:0.3.1
environment:
- DATABASE_HOST=db
- DATABASE_PORT=5432
depends_on:
- db

caluma:
image: ghcr.io/adfinis/mysagw/caluma:0.3.4
image: ghcr.io/adfinis/mysagw/caluma:0.3.5
environment:
- DATABASE_HOST=db
- DATABASE_PORT=5432
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
command: start

ember:
image: ghcr.io/adfinis/mysagw/ember:0.3.1
image: ghcr.io/adfinis/mysagw/ember:0.3.2

minio:
image: minio/minio:RELEASE.2024-12-13T22-19-12Z
Expand Down
2 changes: 1 addition & 1 deletion ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysagw",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"description": "Small description for mySAGW goes here",
"repository": "",
Expand Down
Loading