Skip to content

Commit 6724737

Browse files
committed
VERSION: release 1.1.3
* Changelog for v1.1.3. * Fixed 1.1.2 release date. * Fixed the order of footnotes. Note that backport (rather than original) PRs are listed as references, since this makes it easier to cross-check against the git log. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 91fa032 commit 6724737

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

CHANGELOG.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99

10-
## [1.1.2] - 2022-05-06
10+
## [1.1.3] - 2022-06-09
11+
12+
> In the beginning there was nothing, which exploded.
13+
14+
### Fixed
15+
* Our seccomp `-ENOSYS` stub now correctly handles multiplexed syscalls on
16+
s390 and s390x. This solves the issue where syscalls the host kernel did not
17+
support would return `-EPERM` despite the existence of the `-ENOSYS` stub
18+
code (this was due to how s390x does syscall multiplexing). (#3478)
19+
* Retry on dbus disconnect logic in libcontainer/cgroups/systemd now works as
20+
intended; this fix does not affect runc binary itself but is important for
21+
libcontainer users such as Kubernetes. (#3476)
22+
* Inability to compile with recent clang due to an issue with duplicate
23+
constants in libseccomp-golang. (#3477)
24+
* When using systemd cgroup driver, skip adding device paths that don't exist,
25+
to stop systemd from emitting warnings about those paths. (#3504)
26+
* Socket activation was failing when more than 3 sockets were used. (#3494)
27+
* Various CI fixes. (#3472, #3479)
28+
29+
### Added
30+
* Allow to bind mount /proc/sys/kernel/ns_last_pid to inside container. (#3493)
31+
32+
### Changed
33+
* runc static binaries are now linked against libseccomp v2.5.4. (#3481)
34+
35+
36+
## [1.1.2] - 2022-05-11
1137

1238
> I should think I'm going to be a perpetual student.
1339
@@ -272,9 +298,7 @@ implementation (libcontainer) is *not* covered by this policy.
272298
cgroups at all during `runc update`). (#2994)
273299

274300
<!-- minor releases -->
275-
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.2...HEAD
276-
[1.1.2]: https://github.com/opencontainers/runc/compare/v1.1.1...v1.1.2
277-
[1.1.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.1.1
301+
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.3...HEAD
278302
[1.1.0]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
279303
[1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0
280304

@@ -285,5 +309,8 @@ implementation (libcontainer) is *not* covered by this policy.
285309
[1.0.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1
286310

287311
<!-- 1.1.z patch releases -->
288-
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.0...release-1.1
312+
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.3...release-1.1
313+
[1.1.3]: https://github.com/opencontainers/runc/compare/v1.1.2...v1.1.3
314+
[1.1.2]: https://github.com/opencontainers/runc/compare/v1.1.1...v1.1.2
315+
[1.1.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.1.1
289316
[1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2+dev
1+
1.1.3

0 commit comments

Comments
 (0)