Skip to content

Releases: thin-edge/tedge-container-plugin

0.5.1

17 May 08:03
30244fe
Compare
Choose a tag to compare

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

15 May 16:54
00148ff
Compare
Choose a tag to compare

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

  • @scfx made their first contribution in #16

Full Changelog: 0.4.4...0.5.0

0.4.3

19 Apr 23:02
61634d0
Compare
Choose a tag to compare

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

11 Apr 12:44
44abefe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

29 Mar 19:51
27f5d3d
Compare
Choose a tag to compare

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

Full Changelog: 0.2.0...0.2.1

0.2.0

29 Mar 19:24
Compare
Choose a tag to compare

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

26 Feb 00:32
Compare
Choose a tag to compare

Changes

Fixes

  • (monitor): fix service external id format to align with tedge

Full Changelog: 0.1.6...0.1.7

0.1.6

26 Feb 00:21
Compare
Choose a tag to compare

Changes

Fixes

  • (monitor): support setting DEVICE_ID from env variables

Full Changelog: 0.1.5...0.1.6

0.1.5

26 Feb 00:12
Compare
Choose a tag to compare

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

25 Feb 23:27
Compare
Choose a tag to compare

Changes

Fixes

  • remove unsupported force flag from docker network rm command

Full Changelog: 0.1.3...0.1.4