Skip to content

Commit

Permalink
version: release v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <k0ma@utam0k.jp>
  • Loading branch information
utam0k committed Jan 26, 2024
1 parent 68346ed commit 36852b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
@@ -1,5 +1,26 @@
OpenContainers Specifications

Changes with v1.2.0:

Additions:

* config: add idmap and ridmap mount options (#1222)
* config.md: allow empty mappings for [r]idmap (#1224)
* features-linux: Expose idmap information (#1219)
* mount: Allow relative mount destinations on Linux (#1225)
* features: add potentiallyUnsafeConfigAnnotations (#1205)
* config: add support for org.opencontainers.image annotations #1197

Minor fixes:

* config: improve bind mount and propagation doc (#1228)

Documentation, CI & Governance:

* fix link to hooks in features (#1226)
* specs-go: add missing deprecation comment for Hooks.Prestart (#1232)
* specs-go: mark LinuxMemory.Kernel as deprecated ()#1233)

Changes with v1.1.0:

Breaking changes (but rather conforms to the existing runc implementation):
Expand Down
4 changes: 2 additions & 2 deletions specs-go/version.go
Expand Up @@ -6,12 +6,12 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 1
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 1
VersionMinor = 2
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "+dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 36852b0

Please sign in to comment.