File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 11OpenContainers Specifications
22
3+ Changes with v0.4.0:
4+ Breaking changes:
5+
6+ * config: Move capabilities, selinuxProcessLabel, apparmorProfile,
7+ and noNewPrivileges from the linux setting to the process setting
8+ and make them optional, renaming selinuxProcessLabel to
9+ selinuxLabel, #329, #330
10+ * runtime: Rename version to ociVerison in the state JSON, #225
11+ * runtime: Remove the directory requirement for storing state, now
12+ that there is a 'state' operation, #225, #334
13+
14+ Additions:
15+
16+ * config-linux: Make seccomp optional, #333
17+ * runtime: Added additional operations: state, stop, and exec.
18+ #225
19+
20+ Minor fixes and documentation:
21+
22+ * config-linux: Change mount type from *rune to *string and fix
23+ octal fileMode examples, #323
24+ * runtime: RFC 2119 phrasing for the lifecycle, #225
25+ * README: Replace BlueJeans with UberConference, #326
26+ * style: Document Go-pointer exceptions, #317
27+
328Changes with v0.3.0:
429 Breaking changes:
530
You can’t perform that action at this time.
0 commit comments