Skip to content

Commit 3f1c150

Browse files
committed
Merge pull request opencontainers#379 from vbatts/bump_version
Bump version for v0.5.0 release
2 parents a0db213 + 54fba08 commit 3f1c150

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

ChangeLog

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

3+
Changes with v0.5.0:
4+
Breaking changes:
5+
6+
* specs-go: Renamed the repository from opencontainers/specs to
7+
opencontainers/runtime-spec, #365
8+
9+
Additions:
10+
11+
* config: Add 'timeout' for hooks, #346
12+
* config-linux: Add 'maskedPaths' and 'readonlyPaths', #364
13+
14+
Minor fixes and documentation:
15+
16+
* JSON Schema bug-fixes and improved examples, #370
17+
* README: Define "unconditionally compliant", #374
18+
* config: Make Markdown canonical, #342
19+
* config: Explicitly list mapping from symbolic names to UID/GIDs as
20+
out-of-scope, #347
21+
* config-linux: Require the runtime mount namespace for namespace
22+
'path' values, #275
23+
* config-linux: Reword kernelTCP docs, #377
24+
* specs-go: Add omitempty to 'Device' and 'Namespace', #340
25+
* .travis.yml: Use built-in 'go vet' and current 'go lint', dropping
26+
Go < 1.5, #372, #352
27+
* implementations: Expand ocitools scope to include testing, #328
28+
* style: Move one-sentence-per-line rule from the README, #369
29+
* style: Remove dangling parenthesis, #359
30+
* README: Add a link to the IRC logs, #358
31+
* Fix "manadate", "exmaple", "paramters", and "preferrably" typos,
32+
#353, #354
33+
334
Changes with v0.4.0:
435
Breaking changes:
536

specs-go/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
// VersionMajor is for an API incompatible changes
77
VersionMajor = 0
88
// VersionMinor is for functionality in a backwards-compatible manner
9-
VersionMinor = 5
9+
VersionMinor = 6
1010
// VersionPatch is for backwards-compatible bug fixes
1111
VersionPatch = 0
1212

0 commit comments

Comments
 (0)