Releases: thin-edge/tedge-container-plugin
Releases · thin-edge/tedge-container-plugin
0.5.1
What's Changed
- fix: prefix the container-group meta information with the parent device id by @reubenmiller in #18
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Cumulocity UI-Plugin to view the running container & container groups by @scfx in #16
- fix: use c8y/measurements topic to prevent child device creation by @reubenmiller in #17
New Contributors
Full Changelog: 0.4.4...0.5.0
0.4.3
What's Changed
- fix: removal of container-group updated incorrect service by @reubenmiller in #13
Full Changelog: 0.4.2...0.4.3
0.3.0
What's Changed
- Document telemetry data by @reubenmiller in #6
- feat: collect container-group data by @reubenmiller in #8
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- fix: container meta information publishing to non-existent service name (see docs for details on telemetry data format) by @reubenmiller in #5
New Contributors
- @reubenmiller made their first contribution in #5
Full Changelog: 0.2.0...0.2.1
0.2.0
Changes
Features
Publish container meta information on service managed object
The following is an example of the fields published to the service managed object (Cumulocity IoT Only)
{
"command": "\"/bin/bash /entrypoint.sh /bin/sh -c 'exec /usr/local/bin/step-ca --password-file $PWDPATH $CONFIGPATH'\"",
"containerId": "efe670e1c55434677ff23245199dac9a2797c45c0a3ad2f4640c16e648b5adf1",
"createdAt": "2023-03-04 16:57:26 +0100 CET",
"filesystem": "0B (virtual 136MB)",
"id": "87690090",
"image": "smallstep/step-ca",
"name": "gallant_liskov",
"networks": "bridge",
"owner": "device_rmi_raspberrypi3",
"ports": "",
"runningFor": "3 weeks ago",
"serviceType": "container",
"state": "exited",
"status": "down",
"type": "c8y_Service"
}
Full Changelog: 0.1.7...0.2.0
0.1.7
Changes
Fixes
- (monitor): fix service external id format to align with tedge
Full Changelog: 0.1.6...0.1.7
0.1.6
0.1.5
Changes
Fixes
- improve cleanup logic to also run on docker compose errors
- skip telemetry on first cycle to allow service to be registered
Full Changelog: 0.1.4...0.1.5
0.1.4
Changes
Fixes
- remove unsupported force flag from docker network rm command
Full Changelog: 0.1.3...0.1.4