Skip to content

Commit

Permalink
Merge pull request #5919 from nalind/v1.37.6
Browse files Browse the repository at this point in the history
[release-1.37] tag v1.37.6
  • Loading branch information
openshift-merge-bot[bot] authored Jan 22, 2025
2 parents 419d6fb + 75ef41e commit fd39521
Show file tree
Hide file tree
Showing 4 changed files with 29 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.37"
GOPATH: "/var/tmp/go"
GOSRC: "${GOPATH}/src/github.com/containers/buildah"
# Overrides default location (/tmp/cirrus) for repo clone
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

# Changelog

## v1.37.6 (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
Allow cache mounts to be stages or additional build contexts
[release-1.37][CI:DOCS] Touch up changelogs
[release-1.37][CI:DOCS] touchup changelog
Update CHANGELOG.md

## v1.37.5 (2024-10-17)

Bump the containers/storage library to v1.55.1 - Resolves CVE-2024-9676
Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- Changelog for v1.37.6 (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
* Allow cache mounts to be stages or additional build contexts
* [release-1.37][CI:DOCS] Touch up changelogs
* [release-1.37][CI:DOCS] touchup changelog
* Update CHANGELOG.md

- Changelog for v1.37.5 (2024-10-17)
* Bump the containers/storage library to v1.55.1 - Resolves CVE-2024-9676
* Properly validate cache IDs and sources - Resolves CVE-2024-9675
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.37.5"
Version = "1.37.6"

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

0 comments on commit fd39521

Please sign in to comment.