Skip to content

Commit ed95730

Browse files
wkingvbatts
authored andcommitted
ChangeLog: Document changes since v0.3.0
Through 3b7c15d (Merge pull request opencontainers#334 from mrunalp/remove_state_dir, 2016-03-08). Signed-off-by: W. Trevor King <[email protected]>
1 parent ae4bdc6 commit ed95730

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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
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+
328
Changes with v0.3.0:
429
Breaking changes:
530

0 commit comments

Comments
 (0)