Skip to content

Commit

Permalink
VERSION: release 1.1.13
Browse files Browse the repository at this point in the history
Signed-off-by: lifubang <lifubang@acmcoder.com>
  • Loading branch information
lifubang committed Jun 13, 2024
1 parent 2b3a247 commit 58aa920
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased 1.1.z]

## [1.1.13] - 2024-06-13

> There is no certainty in the world. This is the only certainty I have.
### Important Notes
* If building with Go 1.22.x, make sure to use 1.22.4 or a later version.
(see #4233 for more details)

### Fixed

* Support go 1.22.4+. (#4313)
* runc list: fix race with runc delete. (#4231)
* Fix set nofile rlimit error. (#4277, #4299)
* libct/cg/fs: fix setting rt_period vs rt_runtime. (#4284)
* Fix a debug msg for user ns in nsexec. (#4315)
* script/*: fix gpg usage wrt keyboxd. (#4316)
* CI fixes and misc backports. (#4241)
* Fix codespell warnings. (#4300)

### Changed

* Silence security false positives from golang/net. (#4244)
* libcontainer: allow containers to make apps think fips is enabled/disabled for testing. (#4257)
* allow overriding VERSION value in Makefile. (#4270)
* Vagrantfile.fedora: bump Fedora to 39. (#4261)
* ci/cirrus: rm centos stream 8. (#4305, #4308)

## [1.1.12] - 2024-01-31

> Now you're thinking with Portals™!
Expand Down Expand Up @@ -511,7 +538,8 @@ implementation (libcontainer) is *not* covered by this policy.
[1.0.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1

<!-- 1.1.z patch releases -->
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.12...release-1.1
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.13...release-1.1
[1.1.13]: https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13
[1.1.12]: https://github.com/opencontainers/runc/compare/v1.1.11...v1.1.12
[1.1.11]: https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.11
[1.1.10]: https://github.com/opencontainers/runc/compare/v1.1.9...v1.1.10
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.12+dev
1.1.13

0 comments on commit 58aa920

Please sign in to comment.