File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
OpenContainers Specifications
2
2
3
+ Changes with v1.1.0-rc.3:
4
+
5
+ Additions:
6
+
7
+ * config: add scheduler entity (#1188)
8
+ * config: Add I/O Priority Configuration for process group in Linux Containers (#1191)
9
+
10
+ Minor fixes and documentation:
11
+
12
+ * config-linux: clarify I/O throttling differences between cgroup v1 and v2 (#1194)
13
+ * config-linux: chore: Update `ociVersion` in example (#1199)
14
+ * releases: use +dev as in-development suffix (#1198)
15
+ * MAINTAINERS: add Toru Komatsu (utam0k) (#1201)
16
+ * glossary: `s/features document/Features structure/g` (#1203)
17
+ * features: update Example (#1204)
18
+ * schema: fix definition for ioPriority (#1206)
19
+ * CODEOWNER: Add Toru Komatsu(@utam0k) to sync with MAINTAINERS (#1207)
20
+
3
21
Changes with v1.1.0-rc.2:
4
22
5
23
Additions:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
11
11
VersionPatch = 0
12
12
13
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = "-rc.2- dev"
14
+ VersionDev = "-rc.3+ dev"
15
15
)
16
16
17
17
// Version is the specification version that the package types support.
You can’t perform that action at this time.
0 commit comments