esunar / test4

GNU General Public License v3.0
0 stars 0 forks source link

ensure k8s charms are pinned #191

Open esunar opened 1 year ago

esunar commented 1 year ago

Although for openstack charms we should strive for unpinned charms (i.e. the latest versions), guidance for k8s charms should be to do the opposite.

As a first step, simply verify that any k8s charm is listed in the bundle with a specific version attached.

As a vastly better solution, automatically verify that the pinned versions match the ones specified in the bundle for the latest supported k8s version (see https://ubuntu.com/kubernetes/docs/supported-versions).


Imported from Launchpad using lp2gh.