Skip to content

Commit a916309

Browse files
committed
VERSION: release 1.1.2
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 364ec0f commit a916309

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
# Changelog/
1+
# Changelog
22
This file documents all notable changes made to this project since runc 1.0.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
10+
## [1.1.2] - 2022-05-06
11+
12+
> I should think I’m going to be a perpetual student.
13+
14+
### Security
15+
* A bug was found in runc where runc exec --cap executed processes with
16+
non-empty inheritable Linux process capabilities, creating an atypical Linux
17+
environment. For more information, see [GHSA-f3fp-gc8g-vw66][] and
18+
CVE-2022-29162.
19+
20+
### Changed
21+
* `runc spec` no longer sets any inheritable capabilities in the created
22+
example OCI spec (`config.json`) file.
23+
24+
[GHSA-f3fp-gc8g-vw66]: https://github.com/opencontainers/runc/security/advisories/GHSA-f3fp-gc8g-vw66
25+
26+
927
## [1.1.1] - 2022-03-28
1028

1129
> Violence is the last refuge of the incompetent.
@@ -25,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2543
* libcontainer/cgroups no longer panics in cgroup v1 managers if `stat`
2644
of `/sys/fs/cgroup/unified` returns an error other than ENOENT. (#3435)
2745

46+
2847
## [1.1.0] - 2022-01-14
2948

3049
> A plan depends as much upon execution as it does upon concept.
@@ -35,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3554
should avoid folks accidentally creating broken runc binaries (and
3655
incorrectly importing our internal libraries into their projects). (#3331)
3756

57+
3858
## [1.1.0-rc.1] - 2021-12-14
3959

4060
> He who controls the spice controls the universe.
@@ -252,7 +272,8 @@ implementation (libcontainer) is *not* covered by this policy.
252272
cgroups at all during `runc update`). (#2994)
253273

254274
<!-- minor releases -->
255-
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.1...HEAD
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
256277
[1.1.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.1.1
257278
[1.1.0]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
258279
[1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1+dev
1+
1.1.2

0 commit comments

Comments
 (0)