Skip to content

Commit 3e2875c

Browse files
committed
ChangeLog: Document changes since v0.5.0
Through f0e14cd (Merge pull request opencontainers#475 from michael-holzheu/seccomp_add_ppc_and_s390x, 2016-06-01). Signed-off-by: W. Trevor King <[email protected]>
1 parent f0e14cd commit 3e2875c

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

ChangeLog

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
11
OpenContainers Specifications
22

3+
Changes with v1.0.0-rc.1:
4+
Breaking changes:
5+
6+
* runtime: Split create and start, #384, #450, #463, #464, #467
7+
* runtime: Remove exec, #388
8+
* config: Runtime MUST generate errors for unsupported platforms,
9+
#441
10+
* config: Windows mount destinations MUST NOT be nested, #437
11+
12+
Additions:
13+
14+
* solaris: Added platform-specific configuration, #411, #424, #431,
15+
#436
16+
* runtime: Add 'status' to the state structure, #462
17+
* runtime: State no longer needs to be serialized as JSON, #446
18+
* runtime-linux: Add /dev symbolic links, #449
19+
* config: Allow absolute paths for root.path (which previously
20+
required relative paths), #394
21+
* config-linux: Add linux.mountLabel, #393
22+
* config-linux: Runtime SHOULD NOT modify ownership of any
23+
referenced filesystem (previously the restriction only applied to
24+
the root filesystem), #452
25+
* specs-go/seccomp: Add ppc and s390x to specs-go/config.go, #475
26+
27+
Minor fixes and documentation:
28+
29+
* README: Add project.md to the Table of Contents, #376
30+
* README: Consistenly indent the Table of Contents, #400
31+
* README: Link to LICENSE, #442
32+
* README: Weekly call is OCI-wide, #378
33+
* config: Explicitly put hooks in the runtime namespace, #415
34+
* config: Fix 'string' -> 'array of strings' typo for process.args,
35+
#416
36+
* runtime: The runtime MAY validate config.json, #418
37+
* runtime: Move errors section out of operations, #445
38+
* runtime: MAY -> SHOULD for post-stop error logging, #410
39+
* schema/README: Document JSON Schema usage, #360, #385
40+
* schema: Minor description updates, #456, #461
41+
* .pullapprove: Automate review approval, #458, #474
42+
* .gitignore: Hide more auto-generated files, #386, #392
43+
* .travis: git-validation detects Travis now, #366
44+
* Makefile: Add install.tools target, #349
45+
* Makefile: Allow native pandoc implementations, #428, #448
46+
* Makefile: Prefer Bash, #455
47+
* Makefile: Travis support for .gitvalidation, #422
48+
* specs-go/config: Add missing omitempties for Process.Terminal,
49+
Root.Readonly, Spec.Linux, and Spec.Mounts, #408, #429, #430, #431
50+
* specs-go/config: Remove incorrect omitempties for User.UID and
51+
User.GID, #425
52+
* specs-go/config: Drop platform-independent comment, #451
53+
* version: Include version in generated documentation, #406
54+
* *: Anchor examples, #348
55+
* *: Fix remnants from SelinuxProcessLabel to SelinuxLabel rename,
56+
#396
57+
* *: Outsource code-of-conduct to TOB repository, #375, #413
58+
* *: RFC 2119 consistency, #407, #409, #438, #444, #449
59+
* *: Typo fixes, #390, #401
60+
* *: Whitespace fixes and validation, #380, #381, #426
61+
* ROADMAP: Remove stale targets, #435
62+
363
Changes with v0.5.0:
464
Breaking changes:
565

@@ -277,4 +337,3 @@ Changes with v0.1.0:
277337
* Update Typo in ROADMAP.md
278338
* Use unsigned for IDs
279339
* version: introduce a string for dev indication
280-

0 commit comments

Comments
 (0)