Skip to content

Releases: thin-edge/tedge-container-plugin

1.0.2

05 Nov 14:14
65f45ab

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.2

1.0.0

02 Nov 22:46
3b8a503

Choose a tag to compare

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

17 May 08:03
0c5d134

Choose a tag to compare

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

17 May 08:03
30244fe

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

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

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

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

29 Mar 19:51
27f5d3d

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

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

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