Skip to content

Commit

Permalink
Merge pull request #36 from thin-edge/chore-bump-tedge-version
Browse files Browse the repository at this point in the history
chore: bump tedge version to 1.3.1
  • Loading branch information
reubenmiller authored Oct 8, 2024
2 parents f7cc83a + 09d1363 commit d4f3829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set dotenv-load

IMAGE := "tedge-container-bundle"
TEDGE_IMAGE := "tedge"
TEDGE_TAG := "1.3.0"
TEDGE_TAG := "1.3.1"
TAG := "latest"
ENV_FILE := ".env"

Expand Down

1 comment on commit d4f3829

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 0 1 12 100 1m19.036822s

Passed Tests

Name ⏱️ Duration Suite
Grace period to allow container to startup 5.002 s Operations
Get Logfile Request 2.358 s Operations
Get Configuration File 4.696 s Operations
Execute Shell Command 2.348 s Operations
Install application using docker compose 21.633 s Operations
Get Container Logs 2.351 s Operations
Trigger self update via local command 11.526 s Self-Update
Self update should only update if there is a new image 2.348 s Self-Update
Self update using software update operation 23.946 s Self-Update
Cloud Connection is Online 0.126 s Telemetry
Service status 0.231 s Telemetry
Sends measurements 2.470 s Telemetry

Please sign in to comment.