canonical / juju-lint

Run checks against a juju model
GNU General Public License v3.0
0 stars 3 forks source link

Add support for juju 3.4 status relation format #296

Closed samuelallan72 closed 6 days ago

samuelallan72 commented 1 week ago

Newer juju versions format the relation information as a dict, rather than a string. Add support for this, in a backwards compatible manner.

Fixes: #286