Skip to content

Commit 8e77f58

Browse files
wkingvbatts
authored andcommitted
ChangeLog: Document changes since v0.4.0
Through 6734c7a (Merge pull request #370 from vbatts/json_schema_and_examples, 2016-04-11). The only unlisted changes to master were a brief run with ffjson (#343, #351), but that was pulled out due to gccgo issues in #363. Signed-off-by: W. Trevor King <[email protected]>
1 parent 6734c7a commit 8e77f58

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

ChangeLog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
OpenContainers Specifications
22

3+
Changes with v0.5.0:
4+
Breaking changes:
5+
6+
* specs-go: Renamed the repository from opencontainers/specs to
7+
opencontainers/runtime-spec, #365
8+
9+
Additions:
10+
11+
* config: Add 'timeout' for hooks, #346
12+
* config-linux: Add 'maskedPaths' and 'readonlyPaths', #364
13+
14+
Minor fixes and documentation:
15+
16+
* JSON Schema bug-fixes and improved examples, #370
17+
* README: Define "unconditionally compliant", #374
18+
* config: Make Markdown canonical, #342
19+
* config: Explicitly list mapping from symbolic names to UID/GIDs as
20+
out-of-scope, #347
21+
* config-linux: Require the runtime mount namespace for namespace
22+
'path' values, #275
23+
* config-linux: Reword kernelTCP docs, #377
24+
* specs-go: Add omitempty to 'Device' and 'Namespace', #340
25+
* .travis.yml: Use built-in 'go vet' and current 'go lint', dropping
26+
Go < 1.5, #372, #352
27+
* implementations: Expand ocitools scope to include testing, #328
28+
* style: Move one-sentence-per-line rule from the README, #369
29+
* style: Remove dangling parenthesis, #359
30+
* README: Add a link to the IRC logs, #358
31+
* Fix "manadate", "exmaple", "paramters", and "preferrably" typos,
32+
#353, #354
33+
334
Changes with v0.4.0:
435
Breaking changes:
536

0 commit comments

Comments
 (0)