Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.2 #22

Merged
merged 2 commits into from
Aug 30, 2024
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 .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.1"
"project_version": "0.4.2"
}
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.1"
"docker_tag": "0.4.2"
}
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.1
image: leograba/torizon-os-build-status-browser:0.4.2
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.1"
"docker_tag": "0.4.2"
}
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.1
image: leograba/torizon-os-build-status-data-acquisition:0.4.2
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.1
image: leograba/torizon-os-build-status-grafana:0.4.2
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.1
image: leograba/torizon-os-build-status-influxdb:0.4.2
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.1
image: leograba/torizon-os-build-status-influxdb:0.4.2
networks:
- influxdbnet
environment:
Expand All @@ -42,7 +42,7 @@ services:

grafana:
platform: linux/arm64
image: leograba/torizon-os-build-status-grafana:0.4.1
image: leograba/torizon-os-build-status-grafana:0.4.2
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.1
image: leograba/torizon-os-build-status-data-acquisition:0.4.2
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.1
image: leograba/torizon-os-build-status-influxdb:0.4.2
platform: linux/arm64
networks:
- influxdbnet
Expand All @@ -38,7 +38,7 @@ services:
memory: 1G

grafana:
image: leograba/torizon-os-build-status-grafana:0.4.1
image: leograba/torizon-os-build-status-grafana:0.4.2
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.1
image: leograba/torizon-os-build-status-weston:0.4.2
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.1
image: leograba/torizon-os-build-status-browser:0.4.2
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.1"
"docker_tag": "0.4.2"
}
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.1
image: leograba/torizon-os-build-status-grafana:0.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"overrides": []
},
"gridPos": {
"h": 21,
"h": 13,
"w": 24,
"x": 0,
"y": 0
Expand Down Expand Up @@ -199,10 +199,10 @@
"overrides": []
},
"gridPos": {
"h": 21,
"h": 14,
"w": 24,
"x": 0,
"y": 21
"y": 13
},
"id": 1,
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"overrides": []
},
"gridPos": {
"h": 21,
"h": 13,
"w": 24,
"x": 0,
"y": 0
Expand Down Expand Up @@ -199,10 +199,10 @@
"overrides": []
},
"gridPos": {
"h": 21,
"h": 14,
"w": 24,
"x": 0,
"y": 21
"y": 13
},
"id": 1,
"options": {
Expand Down
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.1"
"docker_tag": "0.4.2"
}
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.1
image: leograba/torizon-os-build-status-influxdb:0.4.2
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.1
image: leograba/torizon-os-build-status-data-acquisition:0.4.2
networks:
- influxdbnet
- frontend
Expand All @@ -12,7 +12,7 @@ services:
restart: on-failure

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

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

weston:
image: leograba/torizon-os-build-status-weston:0.4.1
image: leograba/torizon-os-build-status-weston:0.4.2
# 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.1
image: leograba/torizon-os-build-status-browser:0.4.2
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.1"
"docker_tag": "0.4.2"
}
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.1
image: leograba/torizon-os-build-status-weston:0.4.2
version: "3.9"