Skip to content

Commit

Permalink
[release-1.35] Bump to v1.35.1
Browse files Browse the repository at this point in the history
As the title says.  Bumping to v1.35.1 in preparation
of Podman v5.0.

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Mar 18, 2024
1 parent 9de9c20 commit f0141c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog

## v1.35.1 (2024-03-18)

[release-1.35] CVE-2024-1753 container escape fix

## v1.35.0 (2024-03-06)

fix(deps): update module github.com/stretchr/testify to v1.9.0
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Changelog for v1.35.1 (2024-03-18)
* [release-1.35] CVE-2024-1753 container escape fix

- Changelog for v1.35.0 (2024-03-06)
* fix(deps): update module github.com/stretchr/testify to v1.9.0
* cgroups: reuse version check from c/common
Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// identify working containers.
Package = "buildah"
// Version for the Package. Also used by .packit.sh for Packit builds.
Version = "1.35.0"
Version = "1.35.1"

// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"
Expand Down

0 comments on commit f0141c6

Please sign in to comment.