Skip to content

Commit 337efca

Browse files
authored
Merge pull request #893 from opencontainers/bump-version
Release v1.0.0
2 parents 96de01b + 84ba019 commit 337efca

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog

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

3+
Changes with v1.0.0:
4+
5+
Breaking changes:
6+
7+
* config: Shift disableOOMKiller from linux.resources to
8+
linux.resources.memory (#896)
9+
10+
Decreased restrictions:
11+
12+
* runtime: Make the state JSON's pid optional on non-Linux platforms
13+
(#897)
14+
15+
Minor fixes and documentation:
16+
17+
* schema/defs-linux: Require Syscall.action (#885)
18+
* specs-go/config: Fix 'omiempty' -> 'omitempty' typo for
19+
LinuxSeccompArg.ValueTwo (#884)
20+
* ROAMAP: remove the pre-v1.0.0 roadmap (#890)
21+
322
Changes with v1.0.0-rc6:
423

524
Breaking changes:

specs-go/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
VersionPatch = 0
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-rc6-dev"
14+
VersionDev = "-dev"
1515
)
1616

1717
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)