juju / charm

Parsing and testing Juju charms
Other
13 stars 59 forks source link

[JUJU-4353] Remove base & series check #417

Closed jack-w-shaw closed 1 year ago

jack-w-shaw commented 1 year ago

We have changed our direction slightly and now bundles can provide both series and bases, provided they match.

It will be left to the client to validate they match, since this library treats bases too abstractly to be able to compare series and bases

This is done to we can smoothly transition bundles over to using bases, so we can remove series without breaking every bundle

jack-w-shaw commented 1 year ago

/merge