Charmcraft supports the development of operators using the Charmed Operator Framework. It enables developers to build, upload and release operators on Charmhub and collaboration through charm libraries.
This new micro release includes the following changes:
-
Fixed a bug where previously packed and now deleted files were being included anyway in the final charm file (please do
charmcraft clean
to clean up possible leftovers from previous version). -
Include more files by default in the charm (if present, as they are optional):
icon.svg
,README.md
andLICENSE
.
Use Charmcraft to:
- Initialise a new charm and directory structure
- Build your Charmed Operator into a charm for distribution
- Register your charm name on Charmhub
- Upload your charms to Charmhub
- Release your charms into channels
- Publish and fetch charm libraries
We recommend the Charmed Operator Framework for charm development, but Charmcraft will help you publish charms written in any language. The Charmed Operator Framework enables the development of operators in a simple and straightforward way, using standard Python structures to allow for clean, maintainable, and reusable code.
Happy charming!