NovatecConsulting / novatec-service-dependency-graph-panel

A Grafana panel for visualizing a Service Dependency Graph.
Apache License 2.0
191 stars 64 forks source link

[BUG] - *Release ZIP has old path .../assets/service_icons included* #70

Closed SaschaBrechmannVHV closed 3 years ago

SaschaBrechmannVHV commented 3 years ago

Describe the bug In the release Zip-File there are the OLD icon-path ".../assets/service_incons/..." with the file "icon_index.json" included. There are duplicate Files for the external icons in the "..../assets/" Folder.

Both could be excluded. Only the files under "..../assets/icons/..." are needed any more.

To Reproduce Unzip the release File and look at the folder

Expected behavior Only the needed files under ".../assets/icons/.." are included.

Screenshots If applicable, add screenshots to help explain your problem.

Your Setup:

Additional context Add any other context about the problem here.

MariusBrill commented 3 years ago

Hi @SaschaBrechmannVHV , please excuse the inconveniences!

We have looked into the issue and figured that the old icon paths are present because an old dist folder was not deleted before building the release. To ensure that this will not happen again, we have implemented an automated release process. We have also updated the current release 4.0.2.

Greetings Marius