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 11OpenContainers Specifications
22
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+
321Changes with v1.1.0-rc.2:
422
523 Additions:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
1111 VersionPatch = 0
1212
1313 // VersionDev indicates development branch. Releases will be empty string.
14- VersionDev = "-rc.2- dev"
14+ VersionDev = "-rc.3+ dev"
1515)
1616
1717// Version is the specification version that the package types support.
You can’t perform that action at this time.
0 commit comments