mirror of
https://github.com/containers/podman.git
synced 2025-09-24 15:25:41 +08:00
Bump github.com/containers/buildah from 1.21.0 to 1.21.1
Bumps [github.com/containers/buildah](https://github.com/containers/buildah) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/containers/buildah/releases) - [Changelog](https://github.com/containers/buildah/blob/v1.21.1/CHANGELOG.md) - [Commits](https://github.com/containers/buildah/compare/v1.21.0...v1.21.1) --- updated-dependencies: - dependency-name: github.com/containers/buildah dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/CHANGELOG.md
generated
vendored
3
vendor/github.com/containers/buildah/CHANGELOG.md
generated
vendored
@ -1,6 +1,9 @@
|
||||

|
||||
|
||||
# Changelog
|
||||
## v1.21.1 (2021-06-02)
|
||||
Fix handling of auth.json file while in a user namespace
|
||||
|
||||
## v1.21.0 (2021-05-19)
|
||||
Don't blow up if cpp detects errors
|
||||
Vendor in containers/common v0.38.4
|
||||
|
3
vendor/github.com/containers/buildah/changelog.txt
generated
vendored
3
vendor/github.com/containers/buildah/changelog.txt
generated
vendored
@ -1,3 +1,6 @@
|
||||
- Changelog for v1.21.1 (2021-06-03)
|
||||
* Fix handling of auth.json file while in a user namespace
|
||||
|
||||
- Changelog for v1.21.0 (2021-05-19)
|
||||
* Don't blow up if cpp detects errors
|
||||
* Vendor in containers/common v0.38.4
|
||||
|
2
vendor/github.com/containers/buildah/define/types.go
generated
vendored
2
vendor/github.com/containers/buildah/define/types.go
generated
vendored
@ -28,7 +28,7 @@ const (
|
||||
Package = "buildah"
|
||||
// Version for the Package. Bump version in contrib/rpm/buildah.spec
|
||||
// too.
|
||||
Version = "1.21.0"
|
||||
Version = "1.21.1"
|
||||
|
||||
// DefaultRuntime if containers.conf fails.
|
||||
DefaultRuntime = "runc"
|
||||
|
Reference in New Issue
Block a user