Skip to content

Releases: canonical/charming-actions

1.0.1-rc: Mmanciop upload charm with resources (#36)

18 Mar 13:44
6e7566c
Compare
Choose a tag to compare
* 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

23 Feb 12:42
55c7374
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...1.0.0

Release 0.2.1

31 Jan 14:31
656b6bf
Compare
Choose a tag to compare

Optional oci-image resource uploading

Release 0.2.0

08 Dec 20:19
Compare
Choose a tag to compare

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

01 Dec 18:00
7ba6b0b
Compare
Choose a tag to compare

Initial Release