You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -615,3 +615,5 @@ Prerequisites:
615
615
Request that snapd QA promotes snapd to stable. The release is done progressively. Once the progressive release has completed, update the [snapd roadmap](https://forum.snapcraft.io/t/the-snapd-roadmap/1973).
616
616
617
617
#### 2. Request move to `-updates`
618
+
619
+
Once the move is complete, change all milestone bugs to "Fix released."
@@ -2134,14 +2199,11 @@ func (s *plugSlotRulesSuite) TestCompileSlotRuleErrors(c *C) {
2134
2199
allow-connection:
2135
2200
plug-snap-type:
2136
2201
- xapp`, `plug-snap-type in allow-connection in slot rule for interface "iface" contains an invalid element: "xapp"`},
2137
-
{`iface:
2138
-
allow-connection:
2139
-
on-classic:
2140
-
x: 1`, `on-classic in allow-connection in slot rule for interface \"iface\" must be 'true', 'false' or a list of operating system IDs`},
2141
-
{`iface:
2142
-
allow-connection:
2143
-
on-classic:
2144
-
- zoom!`, `on-classic in allow-connection in slot rule for interface \"iface\" contains an invalid element: \"zoom!\"`},
2202
+
{"iface:\n allow-connection:\n on-classic:\n x: 1", `on-classic in allow-connection in slot rule for interface \"iface\" must be 'true', 'false' or a list of operating system IDs with optional /variant IDs`},
2203
+
{"iface:\n allow-connection:\n on-classic:\n -\n distro: ubuntu", `on-classic in allow-connection in slot rule for interface "iface" must be a list of strings`},
2204
+
{"iface:\n allow-connection:\n on-classic:\n - zoom!", `on-classic in allow-connection in slot rule for interface "iface" contains an invalid element: "zoom!": invalid operating system constraint: invalid distro ID`},
2205
+
{"iface:\n allow-connection:\n on-classic:\n - ubuntu/touch/stable", `on-classic in allow-connection in slot rule for interface "iface" contains an invalid element: "ubuntu/touch/stable": invalid operating system constraint: too many '/' separators`},
2206
+
{"iface:\n allow-connection:\n on-classic:\n - ubuntu/!desktop", `on-classic in allow-connection in slot rule for interface "iface" contains an invalid element: "ubuntu/!desktop": invalid operating system constraint: invalid variant ID`},
0 commit comments