← Back to team overview

charmcraft team mailing list archive

ops 1.0.1 released!

 

ops, the Operator Framework, provides a simple, lightweight, and powerful
way of
writing Juju charms, the best way to encapsulate operational experience in
code.

The framework will help you to:

   - model the integration of your services
   - manage the lifecycle of your application
   - create reusable and scalable components
   - keep your code simple and readable

You can read more about the project, including how to get involved, on
github <https://github.com/canonical/operator>.

This point release includes a single change, for a regression spotted in
1.0:

   - Don’t skip interfaces without names: they don’t have names on k8s.

Happy charming!