-
Notifications
You must be signed in to change notification settings - Fork 815
Comparing changes
Open a pull request
base repository: containers/buildah
base: main
head repository: containers/buildah
compare: release-1.39
- 19 commits
- 27 files changed
- 4 contributors
Commits on Feb 24, 2025
-
chroot createPlatformContainer: use MS_REMOUNT
When setting mount propagation on the root mount before unmounting it, use MS_REBIND, since we know it's already a bind mount, and we actually want to affect the extant bind mount instead of creating another right over it. Otherwise, we might as well have not bothered. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4c0c3f0 - Browse repository at this point
Copy the full SHA 4c0c3f0View commit details
Commits on Feb 25, 2025
-
Merge pull request #6003 from nalind/remount-pivot-1.39
[release-1.39] chroot createPlatformContainer: use MS_REMOUNT
Configuration menu - View commit details
-
Copy full SHA for ba57a9f - Browse repository at this point
Copy the full SHA ba57a9fView commit details -
chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [s…
…ecurity] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7dbd710 - Browse repository at this point
Copy the full SHA 7dbd710View commit details -
Merge pull request #6009 from openshift-cherrypick-robot/cherry-pick-…
…6005-to-release-1.39 [release-1.39] chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security]
Configuration menu - View commit details
-
Copy full SHA for e6acd43 - Browse repository at this point
Copy the full SHA e6acd43View commit details -
Tell Cirrus to compare PRs on this branch to the release-1.39 branch rather than main. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 717fb39 - Browse repository at this point
Copy the full SHA 717fb39View commit details -
Tag a new release to pull in that fix for chroot isolation. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9347a39 - Browse repository at this point
Copy the full SHA 9347a39View commit details
Commits on Feb 26, 2025
-
Merge pull request #6007 from nalind/v1.39.1
[release-1.39] tag v1.39.1
Configuration menu - View commit details
-
Copy full SHA for 1c4d858 - Browse repository at this point
Copy the full SHA 1c4d858View commit details
Commits on Mar 3, 2025
-
[release-1.39] Bump c/image to v5.34.1, c/common v0.62.1
Bumping c/common to v0.62.1, c/image to v5.34.1 in preparation for the RHEL 9.6/10.0 ZeroDay Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b347de6 - Browse repository at this point
Copy the full SHA b347de6View commit details
Commits on Mar 4, 2025
-
[release-1.39] tests/conformance/testdata/Dockerfile.add:...
update some URLs The origin repository renamed its "master" branch to "main", so we need to update our references to items in that branch. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7ff3986 - Browse repository at this point
Copy the full SHA 7ff3986View commit details -
[release-1.39] Bump to Buildah v1.39.2
Bump to Buildah v1.39.2 in preparation for the RHEL 9.6/10.0 ZeroDay and to provide BYOPKI Certificate Validation. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d5d9d35 - Browse repository at this point
Copy the full SHA d5d9d35View commit details -
Merge pull request #6022 from TomSweeneyRedHat/dev/tsweeney/v1.39.2
[release-1.39] Bump c/image to v5.34.1, c/common v0.62.1, c/buildah v1.39.2
Configuration menu - View commit details
-
Copy full SHA for 814de74 - Browse repository at this point
Copy the full SHA 814de74View commit details
Commits on Mar 12, 2025
-
[release-1.39] Bump c/storage to v1.57.2, c/image v5.34.2,...
c/common v0.62.2 Bump: c/storage to v1.57.2 c/image to v5.34.2 c/common to v0.62.2 to eventually resolve: https://issues.redhat.com/browse/RHEL-82511 and https://issues.redhat.com/browse/RHEL-82509 in RHEL 9.6/10.0 ZeroDay once up in Podman Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 27e893d - Browse repository at this point
Copy the full SHA 27e893dView commit details -
[release-1.39] Bump to Buildah v1.39.3
Bump to Buildh v1.39.3 Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0a5cebb - Browse repository at this point
Copy the full SHA 0a5cebbView commit details
Commits on Mar 14, 2025
-
Merge pull request #6061 from TomSweeneyRedHat/dev/tsweeney/v1.39.3
[release-1.39] Bump c/storage to v1.57.2, c/image v5.34.2, c/common v0.62.2, c/buildah v1.39.3
Configuration menu - View commit details
-
Copy full SHA for 13d7ab9 - Browse repository at this point
Copy the full SHA 13d7ab9View commit details
Commits on Mar 26, 2025
-
createPlatformContainer: drop MS_REMOUNT|MS_BIND
When attempting to change the mount propagation of the old root directory tree before unmounting it, it's enough that we pass the requested propagation flags. In particular, MS_REC is the only flag that is supposed to be allowed to be specified along with a mount propagation flag, but in practice it was only triggering an error some of the time, and CI wasn't one of those times. The added test mounts the root filesystem as an overlay and then runs buildah as a rootless user on top of that, which is more comparable to a root-on-composefs configuration, which manages to trigger the error. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f560c45 - Browse repository at this point
Copy the full SHA f560c45View commit details -
Merge pull request #6089 from openshift-cherrypick-robot/cherry-pick-…
…6088-to-release-1.39 [release-1.39] createPlatformContainer: drop MS_REMOUNT|MS_BIND
Configuration menu - View commit details
-
Copy full SHA for c637c8e - Browse repository at this point
Copy the full SHA c637c8eView commit details
Commits on Mar 27, 2025
-
[release-1.39] Bump c/image to v5.34.3, c/common v0.62.3
Bump to c/common to v0.62.3 to vendor in c/image v5.34.3. This is the third SIC vendor dance step dance to resolve a DiffID issue noted in https://issues.redhat.com/browse/RHEL-85218 and https://issues.redhat.com/browse/RHEL-85219 Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 476f313 - Browse repository at this point
Copy the full SHA 476f313View commit details -
[release-1.39] Bump to Buildah v1.39.4
Bumping to Buildah v1.39.4 in preparation of RHEL 9.6/10.0 ZeroDay. This will help to resolve a number of Jira cards. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5b7b7ca - Browse repository at this point
Copy the full SHA 5b7b7caView commit details
Commits on Mar 28, 2025
-
Merge pull request #6094 from TomSweeneyRedHat/dev/tsweeney/v1.39.4_2
[release-1.39] Bump c/image to v5.34.3, c/common v0.62.3, Bulidah v1.39.4
Configuration menu - View commit details
-
Copy full SHA for b5337f9 - Browse repository at this point
Copy the full SHA b5337f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...release-1.39