Skip to content

Commit

Permalink
Merge pull request #5920 from nalind/v1.35.5
Browse files Browse the repository at this point in the history
[release-1.35] tag v1.35.5
  • Loading branch information
openshift-merge-bot[bot] authored Jan 24, 2025
2 parents 65e1082 + 1f9269a commit df0b920
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
#### Global variables used for all tasks
####
# Name of the ultimate destination branch for this CI run, PR or post-merge.
DEST_BRANCH: "main"
DEST_BRANCH: "release-1.35"
GOPATH: "/var/tmp/go"
GOSRC: "${GOPATH}/src/github.com/containers/buildah"
# Overrides default location (/tmp/cirrus) for repo clone
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

# Changelog

## v1.35.5 (2025-01-20)

Fix TOCTOU error when bind and cache mounts use "src" values
define.TempDirForURL(): always use an intermediate subdirectory
internal/volume.GetBindMount(): discard writes in bind mounts
pkg/overlay: add a MountLabel flag to Options
pkg/overlay: add a ForceMount flag to Options
Add internal/volumes.bindFromChroot()
Add an internal/open package
Properly validate cache IDs and sources
CVE-2024-9407: validate "bind-propagation" flag settings
Allow cache mounts to be stages or additional build contexts
Integration tests: switch some base images
Disable most packit copr targets
Cross-build on Fedora

## v1.35.4 (2024-05-09)

[release-1.35] CVE-2024-3727 updates
Expand Down
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- Changelog for v1.35.5 (2025-01-20)
* Fix TOCTOU error when bind and cache mounts use "src" values
* define.TempDirForURL(): always use an intermediate subdirectory
* internal/volume.GetBindMount(): discard writes in bind mounts
* pkg/overlay: add a MountLabel flag to Options
* pkg/overlay: add a ForceMount flag to Options
* Add internal/volumes.bindFromChroot()
* Add an internal/open package
* Properly validate cache IDs and sources
* CVE-2024-9407: validate "bind-propagation" flag settings
* Allow cache mounts to be stages or additional build contexts
* Integration tests: switch some base images
* Disable most packit copr targets
* Cross-build on Fedora

- Changelog for v1.35.4 (2024-05-09)
* [release-1.35] CVE-2024-3727 updates
* integration test: handle new labels in "bud and test --unsetlabel"
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.4"
Version = "1.35.5"

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

0 comments on commit df0b920

Please sign in to comment.