charm-verion
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Ian Booth |
Bug Description
status.FullStatus returns a field called "charm-verion"
type ApplicationStatus struct {
Err *Error `json:"
Charm string `json:"charm"`
Series string `json:"series"`
Exposed bool `json:"exposed"`
Life life.Value `json:"life"`
Relations map[string][]string `json:"relations"`
CanUpgradeTo string `json:"
SubordinateTo []string `json:"
Units map[string]
MeterStatuses map[string]
Status DetailedStatus `json:"status"`
WorkloadVersion string `json:"
CharmVersion string `json:"
I'm guessing that should be "charm-version".
I don't see anything that references it
Changed in juju: | |
milestone: | none → 2.8-rc1 |
Changed in juju: | |
assignee: | nobody → Ian Booth (wallyworld) |
status: | Triaged → In Progress |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |