Skip to content

Commit 79032b6

Browse files
authored
Merge pull request #642 from vbatts/version-bump
Version bump for v1.0.0-rc3
2 parents d12da90 + a6118d4 commit 79032b6

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

ChangeLog

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

3+
Changes with v1.0.0-rc3:
4+
Additions:
5+
6+
* config: Add support for Windows-based containers (#565, #573)
7+
* config: Add process.consoleSize (#563)
8+
* config: Explicitly allow unknown extensions and document
9+
annotations key conventions (#510)
10+
* config: Define mounts entries for Solaris (#588)
11+
12+
Removals and increased restrictions:
13+
14+
* config: Require absolute paths for mount destinations (#609)
15+
* config-linux: Require absolute path for maskedPaths and
16+
readonlyPaths (#587)
17+
* config-linux: Only require /dev/console when process.terminal is
18+
true. Also require /dev/console to be provided by a bind mount
19+
(#518)
20+
* runtime: Require runtimes to generate errors when the container
21+
specified in config.json cannot be created (#559)
22+
23+
Breaking Go changes:
24+
25+
* specs-go/config: Aggressive namespacing (#567)
26+
* specs-go/config: Remove pointers from LinuxHugepageLimit,
27+
LinuxInterfacePriority, and LinuxPids properties (#586)
28+
* specs-go/state: Rename version to ociVersion (#633)
29+
LinuxInterfacePriority, and LinuxPids properties (#586)
30+
31+
Minor fixes and documentation:
32+
33+
* spec: Separate the spec from project scaffolding (#626)
34+
* README: Define "unspecified", "undefined", and
35+
"implementation-defined" (#575)
36+
* config: Clarify absolue and relative values for root.path (#558)
37+
* config: Clarify ociVersion covering the configuration <->
38+
runtime API (#523)
39+
* config-linux: Forbid duplicated namespaces with same `type`
40+
(#597)
41+
* glossary: Make objects explicitly unordered and forbid duplicate
42+
names (#584)
43+
* specs-go/config: Add platform tags to Rlimits and
44+
NoNewPRivileges (#564)
45+
* schema/defs-linux: Use int64 for major/minor types (#610)
46+
* Makefile: Add support for Go 1.7 (#547)
47+
* Makefile: Require Go >= 1.6 for golint (#589)
48+
* Makefile: Use a POSIX-compatible test ('==' -> '=') (#542)
49+
* implementations: Rename ocitools -> runtime-tools (#585)
50+
* *: Typo fixes and polishing (#556, #566, #568, #569, #571, #572,
51+
#574, #595, #596, #599, #600, #601, #603, #605, #608, #613, #617,
52+
#619, #621, #622, #623, #624, #625, #627, #629)
53+
354
Changes with v1.0.0-rc2:
455
Additions:
556

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 = "-rc2-dev"
14+
VersionDev = "-rc3-dev"
1515
)
1616

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

0 commit comments

Comments
 (0)