Releases: canonical/charming-actions
Releases · canonical/charming-actions
1.0.1-rc: Mmanciop upload charm with resources (#36)
* Add support for releasing charms with resources For charms that have file resources, like prometheus-k8s, the upload-charm action will bind the latest matching file resource, if any is found. This fits well the idea of publishing charms to an edge, but will need revisiting when releasing channels to other risk-levels like beta, where the promotion may occur with charm and resource revisions that are not the latest. * fix bugs and add tests * default to stable, edge should be opt-in * add filename to file resource * clean up readme Co-authored-by: Michele Mancioppi <[email protected]>
1.0.0
What's Changed
- refactor and add some unit tests by @simskij in #21
- Add tagging for charm publishing by @DomFleischmann in #18
New Contributors
- @simskij made their first contribution in #21
- @DomFleischmann made their first contribution in #18
Full Changelog: 0.2.1...1.0.0
Release 0.2.1
Optional oci-image
resource uploading
Release 0.2.0
What's Changed
- Add usage instructions to README by @knkski in #2
- Handle charm oci-image resources by @knkski in #3
- Handle missing resources in metadata.yaml by @knkski in #4
- Handle missing charmcraft logs directory by @knkski in #5
- Add bundle publishing by @knkski in #6
- Bump action version by @knkski in #8
Full Changelog: 0.1.0...0.2.0
Initial Release
Initial Release