Skip to content

Commit 2bad02d

Browse files
Merge pull request #13858 from mheon/bump_346
[CI:DOCS] Bump to v3.4.6
2 parents f83adcc + 7c7020b commit 2bad02d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
66
Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
77

8-
* [Latest Version: 3.3.1](https://github.com/containers/podman/releases/latest)
8+
* [Latest Version: 3.4.6](https://github.com/containers/podman/releases/latest)
99
* Latest Remote client for Windows
1010
* Latest Remote client for macOS
1111
* Latest Static Remote client for Linux

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 3.4.6
4+
### Security
5+
- This release addresses CVE-2022-27191, where an attacker could potentially cause crashes in remote Podman by using incorrect SSH ciphers.
6+
37
## 3.4.5
48
### Security
59
- This release addresses CVE-2022-27649, where Podman would set excess inheritable capabilities for processes in containers.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// NOTE: remember to bump the version at the top
2828
// of the top-level README.md file when this is
2929
// bumped.
30-
var Version = semver.MustParse("3.4.6-dev")
30+
var Version = semver.MustParse("3.4.7-dev")
3131

3232
// See https://docs.docker.com/engine/api/v1.40/
3333
// libpod compat handlers are expected to honor docker API versions

0 commit comments

Comments
 (0)