← Back to issue list

Improve the 'release' response when resources are automatically released with the charm

View original Github issue

Metadata

Project
charmcraft
Number
#847
Type
issue
State
open
Author
facundobatista
Labels
good first issue
Created
2022-08-25 18:28:32+00:00
Updated
2025-08-15 15:18:32+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

Charmhub will automatically release resources if previous releases had them: ``` $ charmcraft status facundo-snappass-test Track Base Channel Version Revision Resources latest ubuntu 20.04 (amd64) stable 1 1 redis-image (r1), snappass-image (r1) candidate ↑ ↑ ↑ beta ↑ ↑ ↑ edge 7 4 redis-image (r1), snappass-image (r1) ... $ charmcraft release facundo-snappass-test -r 4 -c stable Revision 4 of charm 'facundo-snappass-test' released to stable $ charmcraft status facundo-snappass-test Track Base Channel Version Revision Resources latest ubuntu 20.04 (amd64) stable 7 4 redis-image (r1), snappass-image (r1) candidate ↑ ↑ ↑ beta ↑ ↑ ↑ edge 7 4 redis-image (r1), snappass-image (r1) ... ``` The response in the release command should be enhanced to something like ' Revision 4 of charm 'facundo-snappass-test' released to stable, including resources: redis-image (r1), snappass-image (r1) Charmhub needs to return this information ([issue](https://bugs.launchpad.net/snapstore-server/+bug/1987696))

Evaluation history

No evaluation history available.