Skip to content

Commit

Permalink
[release-1.34] Bump to v1.34.1
Browse files Browse the repository at this point in the history
As the title says.  Bumping to Buildah v1.34.1

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed Feb 22, 2024
1 parent 43ca8e6 commit a2bab63
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

# Changelog

## v1.34.1 (2024-02-21)

[release-1.34] Vendor bumps
manifest: addCompression use default from containers.conf
Build with CNI support on FreeBSD
tests: retrofit test for heredoc summary
build, heredoc: show heredoc summary in build output
docs: correct default authfile path
Make buildah match podman for handling of ulimits
imagebuildah: fix crash with empty RUN
docs: move footnotes to where they're applicable
Run codespell on code
Fix FreeBSD version parsing
Allow users to specify no-dereference
Fix a build break on FreeBSD
Remove a bad FROM line
commit: force omitHistory if the parent has layers but no history
docs: fix a couple of typos
stage_executor,heredoc: honor interpreter in heredoc
stage_executor,layers: burst cache if heredoc content is changed
Replace map[K]bool with map[K]struct{} where it makes sense
Replace strings.SplitN with strings.Cut
Document use of containers-transports values in buildah
commit: add a --add-file flag
mkcw: populate the rootfs using an overlay
Ignore errors if label.Relabel returns ENOSUP
manifest: addCompression use default from containers.conf

## v1.34.0 (2023-12-11)

vendor: update c/{common,image,storage}
Expand Down
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
- Changelog for v1.34.1 (2024-02-21)
* [release-1.34] Vendor bumps
* manifest: addCompression use default from containers.conf
* Build with CNI support on FreeBSD
* tests: retrofit test for heredoc summary
* build, heredoc: show heredoc summary in build output
* docs: correct default authfile path
* Make buildah match podman for handling of ulimits
* imagebuildah: fix crash with empty RUN
* docs: move footnotes to where they're applicable
* Run codespell on code
* Fix FreeBSD version parsing
* Allow users to specify no-dereference
* Fix a build break on FreeBSD
* Remove a bad FROM line
* commit: force omitHistory if the parent has layers but no history
* docs: fix a couple of typos
* stage_executor,heredoc: honor interpreter in heredoc
* stage_executor,layers: burst cache if heredoc content is changed
* Replace map[K]bool with map[K]struct{} where it makes sense
* Replace strings.SplitN with strings.Cut
* Document use of containers-transports values in buildah
* commit: add a --add-file flag
* mkcw: populate the rootfs using an overlay
* Ignore errors if label.Relabel returns ENOSUP
* manifest: addCompression use default from containers.conf

- Changelog for v1.34.0 (2023-12-11)
* vendor: update c/{common,image,storage}
* run: Allow using just one jail per container on FreeBSD
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.34.0"
Version = "1.34.1"

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

0 comments on commit a2bab63

Please sign in to comment.