Skip to content

Commit

Permalink
Merge pull request #893 from opencontainers/bump-version
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
vbatts authored Jul 19, 2017
2 parents 96de01b + 84ba019 commit 337efca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
OpenContainers Specifications

Changes with v1.0.0:

Breaking changes:

* config: Shift disableOOMKiller from linux.resources to
linux.resources.memory (#896)

Decreased restrictions:

* runtime: Make the state JSON's pid optional on non-Linux platforms
(#897)

Minor fixes and documentation:

* schema/defs-linux: Require Syscall.action (#885)
* specs-go/config: Fix 'omiempty' -> 'omitempty' typo for
LinuxSeccompArg.ValueTwo (#884)
* ROAMAP: remove the pre-v1.0.0 roadmap (#890)

Changes with v1.0.0-rc6:

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion specs-go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-rc6-dev"
VersionDev = "-dev"
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 337efca

Please sign in to comment.