Skip to content

Commit

Permalink
ChangeLog: Document changes since v1.0.0
Browse files Browse the repository at this point in the history
Through 3417098 (Merge pull request opencontainers#913 from rutsky/fix-link,
2017-10-04).

There have also been a few non-spec changes which I have not
documented in the ChangeLog:

13b4639 .pullapprove.yml: Switch to v2 and other project-template
  updates (opencontainers#902)
f6f2514 README: Make meetings monthly (were weekly) (opencontainers#910)
e27acdd implementations: Replace "cc-oci-runtime" with "cc-runtime"
  (opencontainers#922)
8a16f08 .mailmap: Consolidate James' entries (opencontainers#924)

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Oct 4, 2017
1 parent 3417098 commit a970c47
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
OpenContainers Specifications

Changes with v1.0.1:

Minor fixes and documentation:

* spec: Expand "OCI" in spec-title reference and add "Initiative"
(#900)
* config: Simplify title to "Configuration" (#901)
* config: Fix "procfs_2" -> "proc_2" link label (#906)
* config: Fix IEEE Std 1003.1-2008 exec link markup (#913)
* config: Add a trailing period to the "cannot be mapped" rlimits
line (#915)
* config-linux: More specific documentation for weightDevice and
throttle* (#825)
* config-linux: Modify procfs to proc (#905)
* config-linux: Fix "psuedo" -> "pseudo" typo (#921)
* config-windows: Make maximum a uint16 (was a uint) (#891)
* runtime: Change "process in the container" -> "container
process" (#907)
* schema/config-schema: Use ArrayOfStrings in capabilities
properties. (#886)
* schema/config-linux:
s/throttleWriteIopsDevice/throttleWriteIOPSDevice/ (#899)
* schema/config-linux: add intelRdt field (#889)
* schema/config-solaris: Replaced refs with some fields
(cappedCPU.ncpus, etc.) (#892)

Changes with v1.0.0:

Breaking changes:
Expand Down

0 comments on commit a970c47

Please sign in to comment.