Skip to content

Commit b6d9ebf

Browse files
committed
Merge pull request #321 from vbatts/v0.3.0
v0.3.0
2 parents 80322b9 + c450676 commit b6d9ebf

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

ChangeLog

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

3+
Changes with v0.3.0:
4+
Breaking changes:
5+
6+
* config: Single, unified config file, #284
7+
* config: cwd is a required default, and must be absolute, #286,
8+
#307, #308, #312
9+
* config: qualify the name of the version field, #309
10+
* config-linux: Convert classID from hex to uint32, #296
11+
* config-linux: Separate mknod from cgroups, #298
12+
13+
Additions:
14+
15+
* config-linux: Add NoNewPrivileges setting for linux, #290
16+
17+
Minor fixes and documentation:
18+
19+
* config-linux: clarify oom_score_adj, #236, #292
20+
* config-linux: Update links to cgroups documentation, #318
21+
* config-linux: Remove pointers for slices preferring omitempty
22+
tag instead, #316
23+
* README: add runtime, bundle, and hook author user, #280
24+
* ROADMAP: reshuffled and split into GitHub issues, #300, #301,
25+
#304, #306
26+
* style: Collect established styles in a discoverable location, #287, #311
27+
328
Changes with v0.2.0:
429
* Add Apparmor, Selinux and Seccomp
530
* Add Apparmor, Selinux and Seccomp sections

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 = 3
9+
VersionMinor = 4
1010
// VersionPatch is for backwards-compatible bug fixes
1111
VersionPatch = 0
1212

0 commit comments

Comments
 (0)