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.
New Release
Charmcraft 2.6.0 was just released to the
Charmcraft 2.6.0 was just released to the latest/candidate
channel. We are running a broad set of tests and will likely promote it to stable shortly.latest/stable
and 2.x/stable
channels.
Changes
- Charmcraft 2.6 supports the
secret
configuration type incharmcraft.yaml
- Bump library versions, fixing LXD 5.21 incompatibility. Please note that earlier Charmcraft versions will not receive this fix.
Using Charmcraft
- Initialise a new charm and directory structure
- Pack 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!