Skip to content

Releases: thin-edge/tedge-inventory-plugin

0.7.0

26 Nov 00:26
29019ce

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

20 Aug 11:48
db402a9

Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

16 Jun 19:09
eb8c2b5

Choose a tag to compare

What's Changed

  • feat: split the inventory scripts into different packages by @reubenmiller in #25

    Allow users to only installed selected inventory script packages instead of being forced to install them all. For instance, if you only want the device_OS and device_Certificate inventory scripts, then use:

    apt-get update
    apt-get install tedge-inventory-device-certificate tedge-inventory-device-os

Full Changelog: 0.4.0...0.5.0

0.4.0

05 Apr 10:53
245a575

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.4.0

0.3.1

10 Mar 08:57
981c3a2

Choose a tag to compare

What's Changed

  • fix(hardware): normalize revision value to prevent leading '-' values by @reubenmiller in #22

Full Changelog: 0.3.0...0.3.1

0.3.0

09 Dec 12:14
96078aa

Choose a tag to compare

What's Changed

  • feat: use lshw to detect model number if installed by @reubenmiller in #15
  • feat: fallback to mac address of first adapter for the serial number by @reubenmiller in #16
  • fix(packaging): start tedge-inventory.timer on installation by @reubenmiller in #17
  • chore: update test libraries by @reubenmiller in #18
  • feat: add c8y_Position inventory script which uses ipinfo.io for estimated location information by @reubenmiller in #19
  • refactor location inventory script by @reubenmiller in #20
  • docs: add more details about what inventory scripts are included by @reubenmiller in #21

Full Changelog: 0.2.0...0.3.0

0.1.0

05 Oct 09:29
c31f199

Choose a tag to compare

What's Changed

Full Changelog: 0.0.3...0.1.0

0.0.3

04 Dec 22:23
c07a463

Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

04 Dec 16:18
bf8a07c

Choose a tag to compare

What's Changed

  • feat: use systemd timer function on systemd enabled devices by @reubenmiller in #1
  • docs: update notes about timer implementation by @reubenmiller in #2
  • ci: don't trigger test on main as merge group is used by @reubenmiller in #3
  • fix: packaging error caused the systemd timer definition to be excluded by @reubenmiller in #4

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1 - Initial release

22 Nov 20:50

Choose a tag to compare

Initial release. Simple script interface to add meta information to the device's digital twin using thin-edge.io.

Full Changelog: https://github.com/thin-edge/tedge-inventory-plugin/commits/0.0.1