Skip to content

Commit 0d104bb

Browse files
authored
Merge pull request #672 from vbatts/bump-version
Bump version for 1.0.0-rc4
2 parents 2392e66 + 2a234c7 commit 0d104bb

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

ChangeLog

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

3+
Changes with v1.0.0-rc4:
4+
Additions:
5+
6+
* config-linux: Allow negative values for some resources (#648)
7+
* config-linux: Lift no-tweaking namespace restriction (#649)
8+
9+
Removals and increased restrictions:
10+
11+
* config: Rlimit types must be unique (#607)
12+
* config: Forbid empty-string keys in 'annotations' (#645, #654)
13+
* config-linux: Require runtime errors for pre-existing devices
14+
(#647)
15+
* runtime: Only require 'pid' in the state for created/running
16+
statuses (#664)
17+
* schema: Add 'consoleSize' and update requirements (#646)
18+
* schema: Remove string pointers (#656)
19+
* schema/config-linux: Remove blockIODeviceThrottle and other
20+
pointers (#545)
21+
22+
Breaking Go changes:
23+
24+
* specs-go/config: Remove string pointers (#653)
25+
* specs-go/config: Make Spec.Hooks a pointer (#427)
26+
* specs-go/config: Convert some resources from unsigned integers
27+
to signed integers (#648)
28+
29+
Minor fixes and documentation:
30+
31+
* config: Explicitly list 'hooks' as optional and cite POSIX for
32+
'env' and 'args' (#427)
33+
* runtime: Replace "process is stopped" with "process exits"
34+
(#465)
35+
* schema/config-linux: Add missing kernelTCP (#655)
36+
* schema/validate: Allow schema identifiers to contain a URL
37+
scheme (#490)
38+
* .travis: Fix git-validation commit ranges (#216)
39+
* *: Add anchor tags to a number of spec locations (#612, #636,
40+
#637, #638, #639, #640)
41+
* *: Typo fixes and polishing (#643, #650, #652, #656, #660, #665)
42+
343
Changes with v1.0.0-rc3:
444
Additions:
545

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

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

0 commit comments

Comments
 (0)