mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
Bump to v0.12.1.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -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)
|
- Changelog for v0.12.1 (2018-12-06)
|
||||||
* Update release notes for 0.12.1
|
* Update release notes for 0.12.1
|
||||||
* bind mount /etc/resolv.conf|hosts in pods
|
* bind mount /etc/resolv.conf|hosts in pods
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 0.12.2
|
Version: 0.12.1.1
|
||||||
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
|
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
@ -4,4 +4,4 @@ package version
|
|||||||
// NOTE: remember to bump the version at the top
|
// NOTE: remember to bump the version at the top
|
||||||
// of the top-level README.md file when this is
|
// of the top-level README.md file when this is
|
||||||
// bumped.
|
// bumped.
|
||||||
const Version = "0.12.2-dev"
|
const Version = "0.12.1.1"
|
||||||
|
Reference in New Issue
Block a user