Releases: thin-edge/tedge-inventory-plugin
Releases · thin-edge/tedge-inventory-plugin
0.7.0
What's Changed
- feat: add device_Network inventory script by @rina23q in #29
- fix: add tedge-inventory-device-resources packaging by @reubenmiller in #30
- ci: explicitly set workflow permissions by @reubenmiller in #31
New Contributors
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- feat: add inventory script for device resources by @reubenmiller in #27
Full Changelog: 0.5.0...0.6.0
0.5.0
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
What's Changed
- feat: add certificate meta information on device_Certificate by @reubenmiller in #23 and #24
Full Changelog: 0.3.1...0.4.0
0.3.1
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
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
What's Changed
- docs: fix script example in readme by @reubenmiller in #6
- chore: update project dependencies by @reubenmiller in #7
- feat(hardware): improve container hardware detection and allow users to override by @reubenmiller in #8
- chore: update github actions and address warnings by @reubenmiller in #9
Full Changelog: 0.0.3...0.1.0
0.0.3
What's Changed
- use system clock sync status as cache invalidator by @reubenmiller in #5
Full Changelog: 0.0.2...0.0.3
0.0.2
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
- @reubenmiller made their first contribution in #1
Full Changelog: 0.0.1...0.0.2
0.0.1 - Initial release
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