Skip to content

Commit

Permalink
Bump to v1.24.2
Browse files Browse the repository at this point in the history
[NO TESTS NEEDED]

As the title says.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed Feb 16, 2022
1 parent 7fb3197 commit ce608bc
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

# Changelog

## v1.24.2 (2022-02-16)

Increase subuid/subgid to 65535
history: only add proxy vars to history if specified
run_linux: use --systemd-cgroup
buildah: new global option --cgroup-manager
Makefile: build with systemd when available
build(deps): bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8
Bump c/common to v0.47.4
Cirrus: Use updated VM images
conformance: add a few "replace-directory-with-symlink" tests
Bump back to v1.25.0-dev

## v1.24.1 (2022-02-03)

executor: Add support for inline --platform within Dockerfile
Expand Down
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- Changelog for v1.24.2 (2022-02-16)
* Increase subuid/subgid to 65535
* history: only add proxy vars to history if specified
* run_linux: use --systemd-cgroup
* buildah: new global option --cgroup-manager
* Makefile: build with systemd when available
* build(deps): bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8
* Bump c/common to v0.47.4
* Cirrus: Use updated VM images
* conformance: add a few "replace-directory-with-symlink" tests
* Bump back to v1.25.0-dev

- Changelog for v1.24.1 (2022-02-03)
* executor: Add support for inline --platform within Dockerfile
* caps: fix buildah run --cap-add=all
Expand Down
14 changes: 12 additions & 2 deletions contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Name: buildah
# Bump version in define/types.go too
Version: 1.25.0-dev
Version: 1.24.2
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -100,7 +100,17 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Thu Feb 03, 2022 Tom Sweeney <tsweeney@redhat.com> 1.25.0-dev-1
* Wed Feb 16, 2022 Tom Sweeney <tsweeney@redhat.com> 1.24.2-1
- Increase subuid/subgid to 65535
- history: only add proxy vars to history if specified
- run_linux: use --systemd-cgroup
- buildah: new global option --cgroup-manager
- Makefile: build with systemd when available
- build(deps): bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8
- Bump c/common to v0.47.4
- Cirrus: Use updated VM images
- conformance: add a few "replace-directory-with-symlink" tests
- Bump back to v1.25.0-dev

* Thu Feb 03, 2022 Tom Sweeney <tsweeney@redhat.com> 1.24.1-1
- executor: Add support for inline --platform within Dockerfile
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 (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.25.0-dev"
Version = "1.24.2"

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

0 comments on commit ce608bc

Please sign in to comment.