Releases: thin-edge/tedge-container-plugin
Releases · thin-edge/tedge-container-plugin
1.0.2
What's Changed
- fix: register services with correct service type by @reubenmiller in #24
- fix: remove type information from health messages by @reubenmiller in #25
Full Changelog: 1.0.0...1.0.2
1.0.0
What's Changed
💥 You will need to update thin-edge.io to >= 0.13.0 in order for the everything to work as expected!
- fix: update readme to include notes about required version suffix by @reubenmiller in #22
- use tedge mqtt v1 api to publish telemetry data by @reubenmiller in #23
Full Changelog: 0.5.2...1.0.0
0.5.2
What's Changed
- fix(monitor): Don't collect metrics if no matching containers or container groups are found by @reubenmiller in #19
Full Changelog: 0.5.1...0.5.2
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