Skip to content

Commit d56ba70

Browse files
ChangeLog: squash v1.1.0-rc.1...v1.1.0
Co-Authored-By: H. Vetinari <[email protected]> Signed-off-by: Akihiro Suda <[email protected]>
1 parent 5430e36 commit d56ba70

File tree

1 file changed

+42
-61
lines changed

1 file changed

+42
-61
lines changed

ChangeLog

Lines changed: 42 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,6 @@ OpenContainers Specifications
22

33
Changes with v1.1.0:
44

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-
505
Breaking changes (but rather conforms to the existing runc implementation):
516

527
* config: change prestart hook spec to match reality (#1169)
@@ -73,46 +28,72 @@ Changes with v1.1.0-rc.1:
7328
* add domainname spec entity (#1156)
7429
* config-linux: add memory.checkBeforeUpdate (#1158)
7530
* 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)
7636

77-
Minor fixes and documentation:
37+
Minor fixes:
7838

7939
* seccomp: fix go-specs for errnoRet (#1042)
80-
* MAINTAINERS: Add @cyphar as maintainer (#1043)
8140
* Define State for container and runtime namespace (#1045)
82-
* Add Giuseppe Scrivano as a runtime spec maintainer (#1048)
83-
* Remove superfluous 'an' (#1049)
8441
* Add State status constants to spec-go (#1046)
8542
* config.go: make umask a pointer (#1058)
8643
* 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)
8944
* 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)
9545
* Fix seccomp notify inconsistencies (#1096)
9646
* runtime should WARN / ignore capabilities that cannot be granted (#1094)
9747
* config-linux: clarify the handling of ClosID RDT parameter (#1104)
9848
* defs-zos: [Fix] prevent schema parsers from hitting recursion-loop while resolving types. (#1117)
9949
* fix the lifecycle reference in the states listing (#1118)
100-
* add youki to implementations.md (#1126)
101-
* Switch to GitHub Actions, CODEOWNERS, etc. (#1128)
10250
* specify cgroup ownership semantics (#1123)
10351
* config-linux: MAY reject an unfit cgroup (#1125)
10452
* cgroup ownership: clarify that some files may not exist (#1137)
105-
* typo: seccompFD -> seccompFd (#1133)
10653
* schema: update README.md (#1083)
10754
* schema: make with golang 1.16 (#1084)
10855
* Update Windows CPU comments (#1144)
10956
* specs-go: export LinuxBlockIODevice (#1103)
11057
* config-linux: update type of LinuxCPU.Idle to *int64 (#1146)
111-
* fix RFC link (#1153)
11258
* 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)
11487
* GOVERNANCE: correct the Charter URL (#1157)
11588
* 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)
11697

11798
Changes with v1.0.2:
11899

0 commit comments

Comments
 (0)