Switch to ST124
and Use python
plugin instead of charm
plugin in charmcraft.yaml files
#420
Labels
enhancement
New feature or request
Context
These changes are necessary to push forward with using data platform workflows latest version, that is using the latest charmcraft.
Data platform workflows will only support ST124 "shorthand notation" syntax , see https://github.com/canonical/data-platform-workflows/blob/main/.github/workflows/build_charm.md#required-charmcraftyaml-syntax.
Using platforms or base instead of bases with charmcraft 3 will result in different behavior if you're currently using the default charm plugin, see canonical/charmcraft#2055.
What needs to get done
Refactor all charmcraft.yaml files in this repo to:
python
plugin instead ofcharm
pluginDefinition of Done
all charms in this repo use ST124 notation and python plugin
The text was updated successfully, but these errors were encountered: