|
1 | 1 | OpenContainers Specifications
|
2 | 2 |
|
| 3 | +Changes with v1.0.2: |
| 4 | + |
| 5 | + Additions: |
| 6 | + |
| 7 | + * Add create-container, create-runtime and start-container hooks (#1008) |
| 8 | + * config-linux: add Intel RDT CLOS name sharing support (#988) |
| 9 | + * config-linux: Add Intel RDT/MBA Linux support (#932) |
| 10 | + * config-linux: Add Memory cgroup's use_hierarchy (#985) |
| 11 | + * Add Linux personality support (#1012) |
| 12 | + * config: Add Windows Devices to Schema (#976) |
| 13 | + * Add support for SCMP_ACT_LOG (#1019) |
| 14 | + * config-linux: support seccomp flags (#1018) |
| 15 | + |
| 16 | + Minor fixes and documentation: |
| 17 | + |
| 18 | + * Makefile: avoid SELinux for making docs |
| 19 | + * Clarify case with pre-configured Intel RDT closID (#1034) |
| 20 | + * config-linux: describe more about rootfs mount propagation (#1035) |
| 21 | + * config-linux: add SHOULD to linux.namespaces.type (#1025) |
| 22 | + * Reduce DCO checks per PR from 3 to 1 (#1029) |
| 23 | + * Fix typo in RELEASES.md (#1033) |
| 24 | + * Remove some unneeded indent (#1031) |
| 25 | + * Add documentation how to do releases (#1027) |
| 26 | + * Removed Vishnu Kannan & Brandon Philips from maintainers (#1030 & #1028) |
| 27 | + * schema: drop id from umask (#1024) |
| 28 | + * implementations.md: fix repository for crun (#1017) |
| 29 | + * Update meeting info section to point to "org" repo (#1016) |
| 30 | + * Fix markdown escape in config-linux (#1013) |
| 31 | + * config-linux: add more info about hugetlb page size (#1011) |
| 32 | + * Fix ociVersion of Configuration Schema Example to support ambient capability (#1009) |
| 33 | + * Fix Namespaces to use LinuxNamespaceType (#1007) |
| 34 | + * change new pid namespace description (#1006) |
| 35 | + * updating link to code of conduct in org repository (#1001) |
| 36 | + * Update Windows LayerFolder docs (#999) |
| 37 | + * Windows:Have native CommandLine in Process (#998) |
| 38 | + * vm: fix parameters field (#994) |
| 39 | + * config-linux: documentation change for Intel RDT/MBA Software Controller support (#992) |
| 40 | + * Bump Go versions (#993) |
| 41 | + * Support for network namespace in windows (#989) |
| 42 | + * config: clarify source mount (#981) |
| 43 | + * Fix camelCasing on idType to align with other Windows spec conventions (#976) |
| 44 | + * meeting: Bump July meeting from the 4th to the 11th (#977) |
| 45 | + * docs: Added kata-runtime to implementations (#969) |
| 46 | + * Add gVisor to the implementations list (#970) |
| 47 | + * .travis.yml: Get schema dependencies in before_install (#968) |
| 48 | + * config: Clarify execution environment for hooks (#953) |
| 49 | + * config-linux: Drop console(4) reference (#965) |
| 50 | + * Linux devices: uid/gid relative to container (#959) |
| 51 | + * config: Add VM-based container configuration section (#949) |
| 52 | + * uidMappings: change order of fields for clarity (#956) |
| 53 | + * specs-go/config: Define RDMA cgroup (#942) |
| 54 | + * schema/Makefile: fix test (#947) |
| 55 | + * config: Fix Linux mount options links (#952) |
| 56 | + * glossary: Bump JSON spec to RFC 8259 (#951) |
| 57 | + * schema: Completely drop our JSON Schema 'id' properties (#945) |
| 58 | + * meeting: Bump January meeting from the 3rd to the 10th (#943) |
| 59 | + * config: add "umask" field to POSIX "user" section (#941) |
| 60 | + * schema: add allowed values for defaultAction (#940) |
| 61 | + * config: Dedent root paragraphs, since they aren't a list entry (#936) |
| 62 | + * fix the link to hook (#933) |
| 63 | + * config: Collapse extensibility to a single MUST (#916) |
| 64 | + * schema/defs-linux: change weight type to uint16 (#898) |
| 65 | + * runtime: Clarify ociVersion as based on the state schema (#903) |
| 66 | + |
3 | 67 | Changes with v1.0.1:
|
4 | 68 |
|
5 | 69 | Minor fixes and documentation:
|
|
0 commit comments