Skip to content

Commit

Permalink
Merge pull request #3741 from nalind/v1.23.2
Browse files Browse the repository at this point in the history
[release-1.23] bump(github.com/containerd/containerd), bump us to v1.23.2
  • Loading branch information
rhatdan committed Jan 24, 2022
2 parents 4b73e0d + 11ad795 commit 83a66a7
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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
@@ -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
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 <nalin@redhat.com> 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 <acui@redhat.com> 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
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
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/containers/buildah
go 1.13

require (
github.com/containerd/containerd v1.5.5
github.com/containerd/containerd v1.5.7
github.com/containernetworking/cni v0.8.1
github.com/containers/common v0.44.2
github.com/containers/image/v5 v5.16.0
Expand Down
4 changes: 3 additions & 1 deletion go.sum
Expand Up @@ -77,6 +77,7 @@ github.com/Microsoft/hcsshim v0.8.15/go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn
github.com/Microsoft/hcsshim v0.8.16/go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600=
github.com/Microsoft/hcsshim v0.8.18/go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4=
github.com/Microsoft/hcsshim v0.8.20/go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4=
github.com/Microsoft/hcsshim v0.8.21/go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4=
github.com/Microsoft/hcsshim v0.8.22 h1:CulZ3GW8sNJExknToo+RWD+U+6ZM5kkNfuxywSDPd08=
github.com/Microsoft/hcsshim v0.8.22/go.mod h1:91uVCVzvX2QD16sMCenoxxXo6L1wJnLMX2PSufFMtF0=
github.com/Microsoft/hcsshim/test v0.0.0-20201218223536-d3e5debf77da/go.mod h1:5hlzMzRKMLyo42nCZ9oml8AdTlq/0cvIaBv6tK1RehU=
Expand Down Expand Up @@ -178,8 +179,9 @@ github.com/containerd/containerd v1.5.0-beta.3/go.mod h1:/wr9AVtEM7x9c+n0+stptlo
github.com/containerd/containerd v1.5.0-beta.4/go.mod h1:GmdgZd2zA2GYIBZ0w09ZvgqEq8EfBp/m3lcVZIvPHhI=
github.com/containerd/containerd v1.5.0-rc.0/go.mod h1:V/IXoMqNGgBlabz3tHD2TWDoTJseu1FGOKuoA4nNb2s=
github.com/containerd/containerd v1.5.1/go.mod h1:0DOxVqwDy2iZvrZp2JUx/E+hS0UNTVn7dJnIOwtYR4g=
github.com/containerd/containerd v1.5.5 h1:q1gxsZsGZ8ddVe98yO6pR21b5xQSMiR61lD0W96pgQo=
github.com/containerd/containerd v1.5.5/go.mod h1:oSTh0QpT1w6jYcGmbiSbxv9OSQYaa88mPyWIuU79zyo=
github.com/containerd/containerd v1.5.7 h1:rQyoYtj4KddB3bxG6SAqd4+08gePNyJjRqvOIfV3rkM=
github.com/containerd/containerd v1.5.7/go.mod h1:gyvv6+ugqY25TiXxcZC3L5yOeYgEw0QMhscqVp1AR9c=
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
github.com/containerd/continuity v0.0.0-20191127005431-f65d91d395eb/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -47,7 +47,7 @@ github.com/cespare/xxhash/v2
github.com/chzyer/readline
# github.com/containerd/cgroups v1.0.1
github.com/containerd/cgroups/stats/v1
# github.com/containerd/containerd v1.5.5
# github.com/containerd/containerd v1.5.7
github.com/containerd/containerd/errdefs
github.com/containerd/containerd/log
github.com/containerd/containerd/pkg/userns
Expand Down

0 comments on commit 83a66a7

Please sign in to comment.