Skip to content

Commit

Permalink
Merge pull request #2949 from containers/bump_to_v.19.3
Browse files Browse the repository at this point in the history
Bump to v1.19.3
  • Loading branch information
rhatdan committed Jan 29, 2021
2 parents 06e091b + a7afe38 commit af31e45
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

# Changelog

## v1.19.3 (2021-01-28)
[ci:docs] Fix man page for buildah push
Vendor in containers/image v5.10.1
Rebuild layer if a change in ARG is detected
Bump golang.org/x/crypto to latest rel-1.19
local image lookup by digest
Use build-arg ENV val from local environment if set
Pick default OCI Runtime from containers.conf

## v1.19.2 (2021-01-15)
If overlay mount point destination does not exists, do not throw error
Vendor in containers/common

## v1.19.1 (2021-01-14)
Cherry pick localhost fix and update CI configuration for release-1.19
use local image name for pull policy checks
Vendor in common 0.33.1

## v1.19.0 (2021-01-08)
Update vendor of containers/storage and containers/common
Buildah inspect should be able to inspect manifests
Expand Down
2 changes: 1 addition & 1 deletion buildah.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.19.2"
Version = "1.19.3"
// The value we use to identify what type of information, currently a
// serialized Builder structure, we are using as per-container state.
// This should only be changed when we make incompatible changes to
Expand Down
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- Changelog for v1.19.3 (2021-01-28)
* [ci:docs] Fix man page for buildah push
* Vendor in containers/image v5.10.1
* Rebuild layer if a change in ARG is detected
* Bump golang.org/x/crypto to latest rel-1.19
* local image lookup by digest
* Use build-arg ENV val from local environment if set
* Pick default OCI Runtime from containers.conf

- Changelog for v1.19.2 (2021-01-15)
* If overlay mount point destination does not exists, do not throw error
* Vendor in containers/common

- Changelog for v1.19.1 (2021-01-14)
* Cherry pick localhost fix and update CI configuration for release-1.19
* use local image name for pull policy checks
* Vendor in common 0.33.1

- Changelog for v1.19.0 (2021-01-08)
* Update vendor of containers/storage and containers/common
* Buildah inspect should be able to inspect manifests
Expand Down
16 changes: 14 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 buildah.go too
Version: 1.19.2
Version: 1.19.3
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -100,11 +100,23 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Thu Jan 28, 2021 Tom Sweeney <tsweeney@redhat.com> 1.19.3-1
- [ci:docs] Fix man page for buildah push
- Vendor in containers/image v5.10.1
- Rebuild layer if a change in ARG is detected
- Bump golang.org/x/crypto to latest rel-1.19
- local image lookup by digest
- Use build-arg ENV val from local environment if set
- Pick default OCI Runtime from containers.conf

* Fri Jan 15, 2021 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
- If overlay destination does not exists, do not throw error
- If overlay mount point destination does not exists, do not throw error
- Vendor in containers/common

* Thu Jan 14, 2021 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
- Cherry pick localhost fix and update CI configuration for release-1.19
- use local image name for pull policy checks
- Vendor in common 0.33.1

* Fri Jan 8, 2021 Tom Sweeney <tsweeney@redhat.com> 1.19.0-1
- Update vendor of containers/storage and containers/common
Expand Down

0 comments on commit af31e45

Please sign in to comment.