Skip to content

Commit 76dd6d6

Browse files
committed
ChangeLog: Document changes since v0.3.0
Through eea2a6c (Merge pull request opencontainers#310 from vbatts/multi-platform, 2016-03-09). Signed-off-by: W. Trevor King <[email protected]>
1 parent ae4bdc6 commit 76dd6d6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

ChangeLog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
OpenContainers 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, #339
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+
* go: Shift *.go to specs-go/*.go, #276
14+
* go: Move config_linux.go content into config.go, removing
15+
LinuxSpec, #310
16+
17+
Additions:
18+
19+
* config: Add annotations for opaque-to-the-runtime data, #331
20+
* config-linux: Make seccomp optional, #333
21+
* runtime: Added additional operations: state, stop, and exec.
22+
#225
23+
24+
Minor fixes and documentation:
25+
26+
* config-linux: Change mount type from *rune to *string and fix
27+
octal fileMode examples, #323
28+
* runtime: RFC 2119 phrasing for the lifecycle, #225
29+
* README: Add a full example of config.json, #276
30+
* README: Replace BlueJeans with UberConference, #326, #338
31+
* style: Document Go-pointer exceptions, #317
32+
333
Changes with v0.3.0:
434
Breaking changes:
535

0 commit comments

Comments
 (0)