Skip to content

Instantly share code, notes, and snippets.

@wking
Last active February 4, 2016 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wking/4ee11057828d82a6e3d2 to your computer and use it in GitHub Desktop.
Save wking/4ee11057828d82a6e3d2 to your computer and use it in GitHub Desktop.
opencontainers/specs v0.3.0
Breaking changes:
* config: Single, unified config file, #284
* config: cwd is a required default and must be absolute, #286,
#307, #308, #312
* config: Qualify the name of the version field, #309
* config-linux: Convert classID from hex to uint32, #296
* config-linux: Separate mknod from cgroups, #298
Additions:
* config-linux: Add NoNewPrivileges setting for linux, #290
Minor fixes and documentation:
* config-linux: Clarify oom_score_adj, #236, #292
* config-linux: Update links to cgroups documentation, #318
* config-linux: Remove pointers for slices preferring omitempty
tag instead, #316
* README: add runtime, bundle, and hook author user, #280
* ROADMAP: reshuffled and split into GitHub issues, #300, #301,
#304, #306
* style: Collect established styles in a discoverable location, #287, #311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment