@@ -2,51 +2,6 @@ OpenContainers Specifications
2
2
3
3
Changes with v1.1.0:
4
4
5
- Minor fixes and documentation:
6
-
7
- * README.md: update chat information (#1210)
8
- * Remove outdated meeting.ics (#1211)
9
- * features: add a note to avoid confusion about annotations (#1212)
10
-
11
- Changes with v1.1.0-rc.3:
12
-
13
- Additions:
14
-
15
- * config: add scheduler entity (#1188)
16
- * config: Add I/O Priority Configuration for process group in Linux Containers (#1191)
17
-
18
- Minor fixes and documentation:
19
-
20
- * config-linux: clarify I/O throttling differences between cgroup v1 and v2 (#1194)
21
- * config-linux: chore: Update `ociVersion` in example (#1199)
22
- * releases: use +dev as in-development suffix (#1198)
23
- * MAINTAINERS: add Toru Komatsu (utam0k) (#1201)
24
- * glossary: `s/features document/Features structure/g` (#1203)
25
- * features: update Example (#1204)
26
- * schema: fix definition for ioPriority (#1206)
27
- * CODEOWNER: Add Toru Komatsu(@utam0k) to sync with MAINTAINERS (#1207)
28
-
29
- Changes with v1.1.0-rc.2:
30
-
31
- Additions:
32
-
33
- * config-linux: add support for rsvd hugetlb cgroup (#1116)
34
- * features: add `features.md` to formalize the `runc features` JSON (#1130)
35
- * config-linux: add support for time namespace (#1151)
36
-
37
- Minor fixes and documentation:
38
-
39
- * config-linux: clarify where device nodes can be created (#1148)
40
- * runtime: remove `When serialized in JSON, the format MUST adhere to the
41
- following pattern` (#1178)
42
- * Update CI to Go 1.20 (#1179)
43
- * config: clarify Linux mount options (#1181)
44
- * config-linux: fix url error (#1184)
45
- * schema: fix schema for timeOffsets (#1193)
46
- * schema: remove duplicate keys (#1195)
47
-
48
- Changes with v1.1.0-rc.1:
49
-
50
5
Breaking changes (but rather conforms to the existing runc implementation):
51
6
52
7
* config: change prestart hook spec to match reality (#1169)
@@ -73,46 +28,72 @@ Changes with v1.1.0-rc.1:
73
28
* add domainname spec entity (#1156)
74
29
* config-linux: add memory.checkBeforeUpdate (#1158)
75
30
* seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (#1161)
31
+ * config-linux: add support for rsvd hugetlb cgroup (#1116)
32
+ * features: add `features.md` to formalize the `runc features` JSON (#1130)
33
+ * config-linux: add support for time namespace (#1151)
34
+ * config: add scheduler entity (#1188)
35
+ * config: Add I/O Priority Configuration for process group in Linux Containers (#1191)
76
36
77
- Minor fixes and documentation :
37
+ Minor fixes:
78
38
79
39
* seccomp: fix go-specs for errnoRet (#1042)
80
- * MAINTAINERS: Add @cyphar as maintainer (#1043)
81
40
* Define State for container and runtime namespace (#1045)
82
- * Add Giuseppe Scrivano as a runtime spec maintainer (#1048)
83
- * Remove superfluous 'an' (#1049)
84
41
* Add State status constants to spec-go (#1046)
85
42
* config.go: make umask a pointer (#1058)
86
43
* Update State structure to use the new ContainerState type (#1056)
87
- * docs: Added enclave OCI runtime rune to implementations (#1055)
88
- * Change all references from whitelist to allowlist (#1054)
89
44
* Fix int64 and uint64 type value ranges (#1060)
90
- * MAINTAINERS: update vbatts email (#1065)
91
- * travis: fix go_import_path (#1072)
92
- * Makefile: Fix golint URL used in go get (#1075)
93
- * config-linux: fix personality link (#1086)
94
- * README: Fix broken link for charter (#1091)
95
45
* Fix seccomp notify inconsistencies (#1096)
96
46
* runtime should WARN / ignore capabilities that cannot be granted (#1094)
97
47
* config-linux: clarify the handling of ClosID RDT parameter (#1104)
98
48
* defs-zos: [Fix] prevent schema parsers from hitting recursion-loop while resolving types. (#1117)
99
49
* fix the lifecycle reference in the states listing (#1118)
100
- * add youki to implementations.md (#1126)
101
- * Switch to GitHub Actions, CODEOWNERS, etc. (#1128)
102
50
* specify cgroup ownership semantics (#1123)
103
51
* config-linux: MAY reject an unfit cgroup (#1125)
104
52
* cgroup ownership: clarify that some files may not exist (#1137)
105
- * typo: seccompFD -> seccompFd (#1133)
106
53
* schema: update README.md (#1083)
107
54
* schema: make with golang 1.16 (#1084)
108
55
* Update Windows CPU comments (#1144)
109
56
* specs-go: export LinuxBlockIODevice (#1103)
110
57
* config-linux: update type of LinuxCPU.Idle to *int64 (#1146)
111
- * fix RFC link (#1153)
112
58
* Add available LinuxSeccompFlags (#1138)
113
- * maintainer updates as per (#1101 (#1150)
59
+ * config-linux: clarify where device nodes can be created (#1148)
60
+ * runtime: remove `When serialized in JSON, the format MUST adhere to the following pattern` (#1178)
61
+ * config: clarify Linux mount options (#1181)
62
+ * schema: fix schema for timeOffsets (#1193)
63
+ * schema: remove duplicate keys (#1195)
64
+ * config-linux: clarify I/O throttling differences between cgroup v1 and v2 (#1194)
65
+ * releases: use +dev as in-development suffix (#1198)
66
+ * features: update Example (#1204)
67
+ * schema: fix definition for ioPriority (#1206)
68
+ * features: add a note to avoid confusion about annotations (#1212)
69
+
70
+ Documentation, CI & Governance:
71
+
72
+ * MAINTAINERS: Add @cyphar as maintainer (#1043)
73
+ * Add Giuseppe Scrivano as a runtime spec maintainer (#1048)
74
+ * Remove superfluous 'an' (#1049)
75
+ * docs: Added enclave OCI runtime rune to implementations (#1055)
76
+ * Change all references from whitelist to allowlist (#1054)
77
+ * MAINTAINERS: update vbatts email (#1065)
78
+ * travis: fix go_import_path (#1072)
79
+ * Makefile: Fix golint URL used in go get (#1075)
80
+ * config-linux: fix personality link (#1086)
81
+ * README: Fix broken link for charter (#1091)
82
+ * add youki to implementations.md (#1126)
83
+ * Switch to GitHub Actions, CODEOWNERS, etc. (#1128)
84
+ * typo: seccompFD -> seccompFd (#1133)
85
+ * fix RFC link (#1153)
86
+ * maintainer updates as per #1101 (#1150)
114
87
* GOVERNANCE: correct the Charter URL (#1157)
115
88
* CODEOWNERS: sync with MAINTAINERS (#1160)
89
+ * Update CI to Go 1.20 (#1179)
90
+ * config-linux: fix url error (#1184)
91
+ * config-linux: chore: Update `ociVersion` in example (#1199)
92
+ * MAINTAINERS: add Toru Komatsu (utam0k) (#1201)
93
+ * glossary: `s/features document/Features structure/g` (#1203)
94
+ * CODEOWNER: Add Toru Komatsu(@utam0k) to sync with MAINTAINERS (#1207)
95
+ * README.md: update chat information (#1210)
96
+ * Remove outdated meeting.ics (#1211)
116
97
117
98
Changes with v1.0.2:
118
99
0 commit comments