Skip to content

Commit 36852b0

Browse files
committed
version: release v1.2.0
Signed-off-by: utam0k <[email protected]>
1 parent 68346ed commit 36852b0

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)