Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
* Add release pipeline to the GH Actions CI

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
  • Loading branch information
leograba committed Sep 1, 2024
1 parent 1b05124 commit 9febbe9
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"torizon_app_root": "/home/torizon",
"tcb.packageName": "__change__",
"tcb.version": "3.8.1",
"project_version": "0.4.2"
"project_version": "0.5.0"
}
2 changes: 1 addition & 1 deletion browser/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"torizon_app_root": "/home/torizon",
"tcb.packageName": "TorizonOSBuildStatusBrowser",
"tcb.version": "3.8.1",
"docker_tag": "0.4.2"
"docker_tag": "0.5.0"
}
2 changes: 1 addition & 1 deletion browser/docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.9"
services:
torizon-os-build-status-browser:
image: leograba/torizon-os-build-status-browser:0.4.2
image: leograba/torizon-os-build-status-browser:0.5.0
2 changes: 1 addition & 1 deletion dataAcquisition/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"torizon_app_root": "/home/torizon",
"tcb.packageName": "TorizonOSBuildStatusDataAcquisition",
"tcb.version": "3.8.1",
"docker_tag": "0.4.2"
"docker_tag": "0.5.0"
}
6 changes: 3 additions & 3 deletions dataAcquisition/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "8086"
depends_on:
- influxdb
image: leograba/torizon-os-build-status-data-acquisition:0.4.2
image: leograba/torizon-os-build-status-data-acquisition:0.5.0
environment:
- DEBUG=DEBUG
- DEMO=1
Expand All @@ -29,7 +29,7 @@ services:
depends_on:
- influxdb
- torizon-os-build-status-data-acquisition
image: leograba/torizon-os-build-status-grafana:0.4.2
image: leograba/torizon-os-build-status-grafana:0.5.0
influxdb:
platform: linux/arm64
networks:
Expand All @@ -38,7 +38,7 @@ services:
resources:
limits:
memory: 1G
image: leograba/torizon-os-build-status-influxdb:0.4.2
image: leograba/torizon-os-build-status-influxdb:0.5.0
environment:
- DOCKER_INFLUXDB_INIT_MODE=setup
- DOCKER_INFLUXDB_INIT_USERNAME=torizon
Expand Down
4 changes: 2 additions & 2 deletions dataAcquisition/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

influxdb:
platform: linux/arm64
image: leograba/torizon-os-build-status-influxdb:0.4.2
image: leograba/torizon-os-build-status-influxdb:0.5.0
networks:
- influxdbnet
environment:
Expand All @@ -42,7 +42,7 @@ services:

grafana:
platform: linux/arm64
image: leograba/torizon-os-build-status-grafana:0.4.2
image: leograba/torizon-os-build-status-grafana:0.5.0
networks:
- influxdbnet
- frontend
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:

data-acquisition:
image: leograba/torizon-os-build-status-data-acquisition:0.4.2
image: leograba/torizon-os-build-status-data-acquisition:0.5.0
platform: linux/arm64
networks:
- influxdbnet
Expand All @@ -16,7 +16,7 @@ services:
restart: on-failure

influxdb:
image: leograba/torizon-os-build-status-influxdb:0.4.2
image: leograba/torizon-os-build-status-influxdb:0.5.0
platform: linux/arm64
networks:
- influxdbnet
Expand All @@ -38,7 +38,7 @@ services:
memory: 1G

grafana:
image: leograba/torizon-os-build-status-grafana:0.4.2
image: leograba/torizon-os-build-status-grafana:0.5.0
platform: linux/arm64
networks:
- influxdbnet
Expand All @@ -53,7 +53,7 @@ services:
restart: on-failure

weston:
image: leograba/torizon-os-build-status-weston:0.4.2
image: leograba/torizon-os-build-status-weston:0.5.0
platform: linux/arm
# Required to get udev events from host udevd via netlink
network_mode: host
Expand All @@ -80,7 +80,7 @@ services:
restart: on-failure

browser:
image: leograba/torizon-os-build-status-browser:0.4.2
image: leograba/torizon-os-build-status-browser:0.5.0
platform: linux/arm
environment:
- MACHINE
Expand Down
2 changes: 1 addition & 1 deletion grafana/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"torizon_app_root": "/home/torizon",
"tcb.packageName": "TorizonOSBuildStatusGrafana",
"tcb.version": "3.8.1",
"docker_tag": "0.4.2"
"docker_tag": "0.5.0"
}
2 changes: 1 addition & 1 deletion grafana/docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.9"
services:
torizon-os-build-status-grafana:
image: leograba/torizon-os-build-status-grafana:0.4.2
image: leograba/torizon-os-build-status-grafana:0.5.0
2 changes: 1 addition & 1 deletion influxdb/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"torizon_app_root": "/home/torizon",
"tcb.packageName": "TorizonOSBuildStatusInfluxDB",
"tcb.version": "3.8.1",
"docker_tag": "0.4.2"
"docker_tag": "0.5.0"
}
2 changes: 1 addition & 1 deletion influxdb/docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
torizon-os-build-status-influxdb:
image: leograba/torizon-os-build-status-influxdb:0.4.2
image: leograba/torizon-os-build-status-influxdb:0.5.0
version: "3.9"
10 changes: 5 additions & 5 deletions tcb/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:

data-acquisition:
image: leograba/torizon-os-build-status-data-acquisition:0.4.2
image: leograba/torizon-os-build-status-data-acquisition:0.5.0
networks:
- influxdbnet
- frontend
Expand All @@ -12,7 +12,7 @@ services:
restart: on-failure

influxdb:
image: leograba/torizon-os-build-status-influxdb:0.4.2
image: leograba/torizon-os-build-status-influxdb:0.5.0
networks:
- influxdbnet
environment:
Expand All @@ -28,7 +28,7 @@ services:
restart: on-failure

grafana:
image: leograba/torizon-os-build-status-grafana:0.4.2
image: leograba/torizon-os-build-status-grafana:0.5.0
networks:
- influxdbnet
- frontend
Expand All @@ -42,7 +42,7 @@ services:
restart: on-failure

weston:
image: leograba/torizon-os-build-status-weston:0.4.2
image: leograba/torizon-os-build-status-weston:0.5.0
# Required to get udev events from host udevd via netlink
network_mode: host
volumes:
Expand All @@ -68,7 +68,7 @@ services:
restart: on-failure

browser:
image: leograba/torizon-os-build-status-browser:0.4.2
image: leograba/torizon-os-build-status-browser:0.5.0
environment:
- MACHINE
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion weston/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"torizon_app_root": "/home/torizon",
"tcb.packageName": "TorizonOSBuildStatusWeston",
"tcb.version": "3.8.1",
"docker_tag": "0.4.2"
"docker_tag": "0.5.0"
}
2 changes: 1 addition & 1 deletion weston/docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
torizon-os-build-status-weston:
image: leograba/torizon-os-build-status-weston:0.4.2
image: leograba/torizon-os-build-status-weston:0.5.0
version: "3.9"

0 comments on commit 9febbe9

Please sign in to comment.