Activity log for bug #1736541

Date Who What changed Old value New value Message
2017-12-05 17:38:41 Kyle Nitzsche bug added bug
2017-12-06 14:57:47 Kyle Nitzsche description The following call: GET /v2/system-info Returns output [1] that is quite different [2] than what I see on a pi3 with: snap 2.28.5 snapd 2.29.3 series 16 kernel 4.4.0-1030-raspi2 [1] Docs show this: { "series": "16", "version": "2.0.17", "os-release": { "id": "ubuntu", "version-id": "17.04", }, "on-classic": true, "managed": false } [2] system returns this: { "type": "sync", "status-code": 200, "status": "OK", "result": { "confinement": "strict", "kernel-version": "4.4.0-1030-raspi2", "locations": { "snap-bin-dir": "/snap/bin", "snap-mount-dir": "/snap" }, "managed": true, "on-classic": false, "os-release": { "id": "ubuntu-core", "version-id": "16" }, "refresh": { "schedule": "00:00-04:59/5:00-10:59/11:00-16:59/17:00-23:59", "last": "2017-12-05T15:43:00Z", "next": "2017-12-05T17:41:00Z" }, "series": "16", "version": "2.29.3" } } The following call: GET /v2/system-info Returns output [1] that is quite different [2] than what I see on a pi3 with: snap 2.28.5 snapd 2.29.3 series 16 kernel 4.4.0-1030-raspi2 [1] Docs (https://docs.ubuntu.com/core/en/reference/rest) show this: {     "series": "16",     "version": "2.0.17",     "os-release": {         "id": "ubuntu",         "version-id": "17.04",     },     "on-classic": true,     "managed": false } [2] system returns this: {     "type": "sync",     "status-code": 200,     "status": "OK",     "result": {         "confinement": "strict",         "kernel-version": "4.4.0-1030-raspi2",         "locations": {             "snap-bin-dir": "/snap/bin",             "snap-mount-dir": "/snap"         },         "managed": true,         "on-classic": false,         "os-release": {             "id": "ubuntu-core",             "version-id": "16"         },         "refresh": {             "schedule": "00:00-04:59/5:00-10:59/11:00-16:59/17:00-23:59",             "last": "2017-12-05T15:43:00Z",             "next": "2017-12-05T17:41:00Z"         },         "series": "16",         "version": "2.29.3"     } }
2017-12-08 13:18:30 Michael Vogt snappy: status New Triaged
2017-12-08 13:18:37 Michael Vogt snappy: importance Undecided Medium
2023-09-20 13:16:06 Michael Vogt affects snappy snapd