Skip to content

Commit 88b8deb

Browse files
authored
Merge pull request #1242 from utam0k/proposal-v1.1.1
Release v1.2.0
2 parents 0e1419d + 65cd1f8 commit 88b8deb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

ChangeLog

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
OpenContainers Specifications
22

3+
Changes with v1.2.0:
4+
5+
Additions:
6+
7+
* config: add idmap and ridmap mount options (#1222)
8+
* config.md: allow empty mappings for [r]idmap (#1224)
9+
* features-linux: Expose idmap information (#1219)
10+
* mount: Allow relative mount destinations on Linux (#1225)
11+
* features: add potentiallyUnsafeConfigAnnotations (#1205)
12+
* config: add support for org.opencontainers.image annotations #1197
13+
14+
Minor fixes:
15+
16+
* config: improve bind mount and propagation doc (#1228)
17+
18+
Documentation, CI & Governance:
19+
20+
* fix link to hooks in features (#1226)
21+
* specs-go: add missing deprecation comment for Hooks.Prestart (#1232)
22+
* specs-go: mark LinuxMemory.Kernel as deprecated ()#1233)
23+
324
Changes with v1.1.0:
425

526
Breaking changes (but rather conforms to the existing runc implementation):

specs-go/version.go

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

0 commit comments

Comments
 (0)