From 6c897da2a5a42cbe26de5a9544fdf1c2439bd2dc Mon Sep 17 00:00:00 2001 From: utam0k Date: Fri, 5 Jan 2024 14:29:49 +0900 Subject: [PATCH] Release v1.1.1 Signed-off-by: utam0k --- ChangeLog | 21 +++++++++++++++++++++ specs-go/version.go | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c93790817..282ce9cf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ OpenContainers Specifications +Changes with v1.1.1: + + 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): diff --git a/specs-go/version.go b/specs-go/version.go index 35358c2c5..6b5860d8e 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -8,7 +8,7 @@ const ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor = 1 // VersionPatch is for backwards-compatible bug fixes - VersionPatch = 0 + VersionPatch = 1 // VersionDev indicates development branch. Releases will be empty string. VersionDev = "+dev"