File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11OpenContainers 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+
324Changes with v1.1.0:
425
526 Breaking changes (but rather conforms to the existing runc implementation):
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ 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
1313 // VersionDev indicates development branch. Releases will be empty string.
14- VersionDev = "+dev "
14+ VersionDev = ""
1515)
1616
1717// Version is the specification version that the package types support.
You can’t perform that action at this time.
0 commit comments