Skip to content

Commit

Permalink
Merge pull request #5958 from dashea/dshea-version-1.27.6
Browse files Browse the repository at this point in the history
[release-1.27] Bump to 1.27.6
  • Loading branch information
openshift-merge-bot[bot] authored Jan 30, 2025
2 parents 85dabc8 + a820f7e commit 29922b1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# Changelog

## v1.27.6 (2025-01-30)

Fix cache locks with multiple mounts
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

## v1.27.5 (2024-10-24)

Properly validate cache IDs and sources
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- Changelog for v1.27.6 (2025-01-30)
* Fix cache locks with multiple mounts
* 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

- Changelog for v1.27.5 (2024-10-24)
* Properly validate cache IDs and sources

Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.27.5"
Version = "1.27.6"

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

0 comments on commit 29922b1

Please sign in to comment.