Bump to v0.12.1.1

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon
2018-12-07 14:14:47 -05:00
parent 1a50241930
commit 66d3499831
3 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,26 @@
- Changelog for v0.12.1.1 (2018-12-07)
* Update release notes for v0.12.1.1
* Fix errors where OCI hooks directory does not exist
* add timeout to pod stop
* Remove manual handling of insecure registries in (podman search)
* Fix reporting the registries.conf path on error
* Remove manual handling of insecure registries in doPullImage
* Remove the forceSecure parameter on the pull call stack
* Remove manual handling of insecure registries in PushImageToReference
* Factor out the registries.conf location code in pkg/registries
* Remove the forceSecure parameter of Image.PushImageTo*
* Minimally update for the DockerInsecureSkipTLSVerify type change
* Bump gitvalidation epoch
* Bump to v0.12.2-dev
* Fix build on non-Linux
* Remove some unused data structures and code
* Vendor buildah after merging https://github.com/containers/buildah/pull/1214
* Update containers/image to 63a1cbdc5e6537056695cf0d627c0a33b334df53
* Cirrus: Document and codify base-image production
* Cirrus: Use Makefile for image-building
* Refactor BooleanAction to mimic golang interface
* generate kube
- Changelog for v0.12.1 (2018-12-06)
* Update release notes for 0.12.1
* bind mount /etc/resolv.conf|hosts in pods

View File

@ -39,7 +39,7 @@
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
Name: podman
Version: 0.12.2
Version: 0.12.1.1
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0

View File

@ -4,4 +4,4 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
const Version = "0.12.2-dev"
const Version = "0.12.1.1"