Skip to content
Merged
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
18 changes: 11 additions & 7 deletions thingsboard.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: thingsboard
version: "4.2.1"
epoch: 9 # GHSA-84h7-rjj3-6jx4
version: "4.2.1.1"
epoch: 0 # GHSA-84h7-rjj3-6jx4
description: "Open-source IoT Platform - Device management, data collection, processing and visualization."
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -31,7 +31,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 292e6a36a120c2056a3c19b501d8245d9e6f2db0
expected-commit: e7f255ca5833947ba45d695e32d141a0d587cc23
repository: https://github.com/thingsboard/thingsboard.git
tag: v${{package.version}}

Expand Down Expand Up @@ -105,10 +105,11 @@ subpackages:
- name: Test tb-js-executor server logs
uses: test/daemon-check-output
with:
setup: "ln -s default.yml /usr/share/tb-js-executor/conf/production.yml"
start: "start-js-executor.sh"
timeout: 30
expected_output: |
Starting '\''ThingsBoard JavaScript Executor Microservice'\''
Starting 'ThingsBoard JavaScript Executor Microservice'

- name: "${{package.name}}-tb-mqtt-transport"
description: Handles MQTT-based device communication and API requests for ThingsBoard.
Expand All @@ -134,10 +135,13 @@ subpackages:
- name: Test mqtt-transport server logs
uses: test/daemon-check-output
with:
setup: |
mkdir -p /var/log/tb-mqtt-transport/
touch /var/log/tb-mqtt-transport/gc.log
start: "start-tb-mqtt-transport.sh"
timeout: 30
expected_output: |
Starting '\''ThingsBoard MQTT Transport Microservice'\''
Starting 'ThingsBoard MQTT Transport Microservice'

- name: "${{package.name}}-tb-node"
description: "Core service responsible for handling REST API, WebSocket subscriptions, and processing messages via the rule engine."
Expand Down Expand Up @@ -178,7 +182,7 @@ subpackages:
start: "start-tb-node.sh"
timeout: 30
expected_output: |
Starting '\''ThingsBoard Node Microservice'\''
Starting 'ThingsBoard Node Microservice'

- name: "${{package.name}}-tb-web-ui"
description: "Hosts static web UI content using a lightweight Express.js component"
Expand Down Expand Up @@ -221,7 +225,7 @@ subpackages:
start: "start-web-ui.sh"
timeout: 30
expected_output: |
Starting '\''ThingsBoard Web UI Microservice'\''
Starting 'ThingsBoard Web UI Microservice'

update:
enabled: true
Expand Down
Loading