Skip to content

Commit f9de1bb

Browse files
Buildah v1.37.0
Bump Buildah to v1.37.0 in preparation for Podman v5.2 [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 7de5d5d commit f9de1bb

File tree

3 files changed

+144
-1
lines changed

3 files changed

+144
-1
lines changed

CHANGELOG.md

+72
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,78 @@
22

33
# Changelog
44

5+
## vv1.37.0 (2024-07-26)
6+
7+
Bump c/storage, c/image, c/common for v1.37.0
8+
"build with basename resolving user arg" tests: correct ARG use
9+
bud-multiple-platform-no-run test: correct ARG use
10+
imagebuildah: always have default values for $TARGET... args ready
11+
bump github.com/openshift/imagebuilder to v1.2.14
12+
fix(deps): update module github.com/docker/docker to v27.1.1+incompatible
13+
fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.1
14+
fix(deps): update module github.com/docker/docker to v27.1.0+incompatible
15+
CI: use local registry, part 2 of 2
16+
CI: use local registry, part 1 of 2
17+
fix(deps): update module github.com/fsouza/go-dockerclient to v1.11.1
18+
Revert "fix(deps): update github.com/containers/image/v5 to v5.31.1"
19+
Replace libimage.LookupReferenceFunc with the manifests version
20+
conformance tests: enable testing CompatVolumes
21+
conformance tests: add a test that tries to chown a volume
22+
imagebuildah: make traditional volume handling not the default
23+
StageExecutor.prepare(): mark base image volumes for preservation
24+
fix(deps): update module github.com/containers/image/v5 to v5.31.1
25+
Vendor in latest containers/(common, storage, image)
26+
fix(deps): update module golang.org/x/term to v0.22.0
27+
fix(deps): update module golang.org/x/sys to v0.22.0
28+
fix(deps): update golang.org/x/exp digest to 7f521ea
29+
fix(deps): update github.com/containers/luksy digest to a8846e2
30+
imagebuildah.StageExecutor.Copy(): reject new flags for now
31+
bump github.com/openshift/imagebuilder to v1.2.11
32+
Rework parsing of --pull flags
33+
fix(deps): update module github.com/containers/image/v5 to v5.31.1
34+
imagebuildah.StageExecutor.prepare(): log the --platform flag
35+
CI VMs: bump
36+
buildah copy: preserve owner info with --from= a container or image
37+
conformance tests: enable testing CompatSetParent
38+
containerImageRef.NewImageSource(): move the FROM comment to first
39+
commit: set "parent" for docker format only when requested
40+
Update godoc for Builder.EnsureContainerPathAs
41+
fix(deps): update module github.com/spf13/cobra to v1.8.1
42+
fix(deps): update module github.com/containernetworking/cni to v1.2.0
43+
fix(deps): update module github.com/opencontainers/runc to v1.1.13
44+
Change default for podman build to --pull missing
45+
fix(deps): update module github.com/containers/common to v0.59.1
46+
Clarify definition of --pull options
47+
buildah: fix a nil pointer reference on FreeBSD
48+
Use /var/tmp for $TMPDIR for vfs conformance jobs
49+
Cirrus: run `df` during job setup
50+
conformance: use quay.io/libpod/centos:7 instead of centos:8
51+
Stop setting "parent" in docker format
52+
conformance: check if workdir trims path separator suffixes
53+
push integration test: pass password to docker login via stdin
54+
Re-enable the "copy with chown" conformance test
55+
healthcheck: Add support for `--start-interval`
56+
fix(deps): update module github.com/docker/docker to v26.1.4+incompatible
57+
fix(deps): update module github.com/containerd/containerd to v1.7.18
58+
tests: set _CONTAINERS_USERNS_CONFIGURED=done for libnetwork
59+
Cross-build on Fedora
60+
Drop copyStringSlice() and copyStringStringMap()
61+
fix(deps): update module golang.org/x/crypto to v0.24.0
62+
fix(deps): update module github.com/openshift/imagebuilder to v1.2.10
63+
Provide an uptime_netbsd.go
64+
Spell unix as "!windows"
65+
Add netbsd to lists-of-OSes
66+
fix(deps): update golang.org/x/exp digest to fd00a4e
67+
[skip-ci] Packit: enable c10s downstream sync
68+
CI VMs: bump, to debian with cgroups v2
69+
Document when BlobDirectory is overridden
70+
fix secret mounts for env vars when using chroot isolation
71+
Change to take a types.ImageReference arg
72+
imagebuildah: Support custom image reference lookup for cache push/pull
73+
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0
74+
Bump to v1.37.0-dev
75+
CI: Clarify Debian use for conformance tests
76+
577
## v1.36.0 (2024-05-23)
678

779
build: be more selective about specifying the default OS

changelog.txt

+71
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
- Changelog for vv1.37.0 (2024-07-26)
2+
* Bump c/storage, c/image, c/common for v1.37.0
3+
* "build with basename resolving user arg" tests: correct ARG use
4+
* bud-multiple-platform-no-run test: correct ARG use
5+
* imagebuildah: always have default values for $TARGET... args ready
6+
* bump github.com/openshift/imagebuilder to v1.2.14
7+
* fix(deps): update module github.com/docker/docker to v27.1.1+incompatible
8+
* fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.1
9+
* fix(deps): update module github.com/docker/docker to v27.1.0+incompatible
10+
* CI: use local registry, part 2 of 2
11+
* CI: use local registry, part 1 of 2
12+
* fix(deps): update module github.com/fsouza/go-dockerclient to v1.11.1
13+
* Revert "fix(deps): update github.com/containers/image/v5 to v5.31.1"
14+
* Replace libimage.LookupReferenceFunc with the manifests version
15+
* conformance tests: enable testing CompatVolumes
16+
* conformance tests: add a test that tries to chown a volume
17+
* imagebuildah: make traditional volume handling not the default
18+
* StageExecutor.prepare(): mark base image volumes for preservation
19+
* fix(deps): update module github.com/containers/image/v5 to v5.31.1
20+
* Vendor in latest containers/(common, storage, image)
21+
* fix(deps): update module golang.org/x/term to v0.22.0
22+
* fix(deps): update module golang.org/x/sys to v0.22.0
23+
* fix(deps): update golang.org/x/exp digest to 7f521ea
24+
* fix(deps): update github.com/containers/luksy digest to a8846e2
25+
* imagebuildah.StageExecutor.Copy(): reject new flags for now
26+
* bump github.com/openshift/imagebuilder to v1.2.11
27+
* Rework parsing of --pull flags
28+
* fix(deps): update module github.com/containers/image/v5 to v5.31.1
29+
* imagebuildah.StageExecutor.prepare(): log the --platform flag
30+
* CI VMs: bump
31+
* buildah copy: preserve owner info with --from= a container or image
32+
* conformance tests: enable testing CompatSetParent
33+
* containerImageRef.NewImageSource(): move the FROM comment to first
34+
* commit: set "parent" for docker format only when requested
35+
* Update godoc for Builder.EnsureContainerPathAs
36+
* fix(deps): update module github.com/spf13/cobra to v1.8.1
37+
* fix(deps): update module github.com/containernetworking/cni to v1.2.0
38+
* fix(deps): update module github.com/opencontainers/runc to v1.1.13
39+
* Change default for podman build to --pull missing
40+
* fix(deps): update module github.com/containers/common to v0.59.1
41+
* Clarify definition of --pull options
42+
* buildah: fix a nil pointer reference on FreeBSD
43+
* Use /var/tmp for $TMPDIR for vfs conformance jobs
44+
* Cirrus: run `df` during job setup
45+
* conformance: use quay.io/libpod/centos:7 instead of centos:8
46+
* Stop setting "parent" in docker format
47+
* conformance: check if workdir trims path separator suffixes
48+
* push integration test: pass password to docker login via stdin
49+
* Re-enable the "copy with chown" conformance test
50+
* healthcheck: Add support for `--start-interval`
51+
* fix(deps): update module github.com/docker/docker to v26.1.4+incompatible
52+
* fix(deps): update module github.com/containerd/containerd to v1.7.18
53+
* tests: set _CONTAINERS_USERNS_CONFIGURED=done for libnetwork
54+
* Cross-build on Fedora
55+
* Drop copyStringSlice() and copyStringStringMap()
56+
* fix(deps): update module golang.org/x/crypto to v0.24.0
57+
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.10
58+
* Provide an uptime_netbsd.go
59+
* Spell unix as "!windows"
60+
* Add netbsd to lists-of-OSes
61+
* fix(deps): update golang.org/x/exp digest to fd00a4e
62+
* [skip-ci] Packit: enable c10s downstream sync
63+
* CI VMs: bump, to debian with cgroups v2
64+
* Document when BlobDirectory is overridden
65+
* fix secret mounts for env vars when using chroot isolation
66+
* Change to take a types.ImageReference arg
67+
* imagebuildah: Support custom image reference lookup for cache push/pull
68+
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0
69+
* Bump to v1.37.0-dev
70+
* CI: Clarify Debian use for conformance tests
71+
172
- Changelog for v1.36.0 (2024-05-23)
273
* build: be more selective about specifying the default OS
374
* Bump to c/common v0.59.0

define/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
// identify working containers.
3030
Package = "buildah"
3131
// Version for the Package. Also used by .packit.sh for Packit builds.
32-
Version = "1.37.0-dev"
32+
Version = "1.37.0"
3333

3434
// DefaultRuntime if containers.conf fails.
3535
DefaultRuntime = "runc"

0 commit comments

Comments
 (0)