INTI-CMNB / kicad_auto

Docker image for KiCad automation scripts suitable for CI/CD
Apache License 2.0
48 stars 14 forks source link

use new version of InteractiveHtmlBom #18

Closed honzakutil closed 8 months ago

honzakutil commented 8 months ago

in docker image kicad7_auto_full:dab7a024aecb (latest at the time of writing this issue) is used plugin InteractiveHtmlBom version 2.7.0. This version has broken handling of kicad DNP field (configuration entry dnp_field: 'kicad_dnp' has no effect). This was fixed in later versions, it is working in v2.8.1. If I manually copy new version of plugin inside dunning docker image, configuration entry dnp_field: 'kicad_dnp' is working as expected.

Could you put new version of InteractiveHtmlBom to the docker image?

set-soft commented 8 months ago

Ok, I updated iBoM to 2.8.1