Skip to content

Commit

Permalink
Bump to v1.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: Nalin Dahyabhai <[email protected]>
  • Loading branch information
nalind committed Jan 24, 2022
1 parent 3ec002a commit 11ad795
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Changelog

## v1.23.2 (2022-01-24)

Bump containerd to v1.5.7
copier: RemoveAll possibly-directories
copier.Put: check for is-not-a-directory using lstat, not stat
Cirrus: Reduce CI tasks to releive (sic) maint. burden
Backport PR #3562: Cirrus: Fix defunct package metadata breaking cache

## v1.23.1 (2021-09-27)

Vendor containers/common v0.44.2
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- Changelog for v1.23.2 (2022-01-24)
* Bump containerd to v1.5.7
* copier: RemoveAll possibly-directories
* copier.Put: check for is-not-a-directory using lstat, not stat
* Cirrus: Reduce CI tasks to releive (sic) maint. burden
* Backport PR #3562: Cirrus: Fix defunct package metadata breaking cache

- Changelog for v1.23.1 (2021-09-27)
* Vendor containers/common v0.44.2
* post-1.23 branch fixups
Expand Down
9 changes: 8 additions & 1 deletion 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.23.1
Version: 1.23.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,6 +100,13 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Mon Jan 24, 2022 Nalin Dahyabhai <[email protected]> 1.23.2-1
- Bump containerd to v1.5.7
- copier: RemoveAll possibly-directories
- copier.Put: check for is-not-a-directory using lstat, not stat
- Cirrus: Reduce CI tasks to releive (sic) maint. burden
- Backport PR #3562: Cirrus: Fix defunct package metadata breaking cache

* Mon Sep 27, 2021 Ashley Cui <[email protected]> 1.23.1-1
- Vendor containers/common v0.44.2
- post-1.23 branch fixups
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.23.1"
Version = "1.23.2"

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

0 comments on commit 11ad795

Please sign in to comment.