File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
OpenContainers Specifications
2
2
3
+ Changes with v1.1.1:
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
+
3
24
Changes with v1.1.0:
4
25
5
26
Breaking changes (but rather conforms to the existing runc implementation):
Original file line number Diff line number Diff line change 8
8
// VersionMinor is for functionality in a backwards-compatible manner
9
9
VersionMinor = 1
10
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 0
11
+ VersionPatch = 1
12
12
13
13
// VersionDev indicates development branch. Releases will be empty string.
14
14
VersionDev = "+dev"
You can’t perform that action at this time.
0 commit comments