charm-verion

Bug #1871622 reported by John A Meinel
6
This bug affects 1 person
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:"err,omitempty"`
 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:"can-upgrade-to"`
 SubordinateTo []string `json:"subordinate-to"`
 Units map[string]UnitStatus `json:"units"`
 MeterStatuses map[string]MeterStatus `json:"meter-statuses"`
 Status DetailedStatus `json:"status"`
 WorkloadVersion string `json:"workload-version"`
 CharmVersion string `json:"charm-verion"`

I'm guessing that should be "charm-version".

I don't see anything that references it

Tags: status
Ian Booth (wallyworld)
Changed in juju:
milestone: none → 2.8-rc1
Ian Booth (wallyworld)
Changed in juju:
assignee: nobody → Ian Booth (wallyworld)
status: Triaged → In Progress
Ian Booth (wallyworld)
Changed in juju:
status: In Progress → Fix Committed
Harry Pidcock (hpidcock)
Changed in juju:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.