Skip to content

Commit

Permalink
Merge pull request #1242 from utam0k/proposal-v1.1.1
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
utam0k committed Feb 13, 2024
2 parents 0e1419d + 65cd1f8 commit 88b8deb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion specs-go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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

Expand Down

0 comments on commit 88b8deb

Please sign in to comment.