diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-12-07 14:14:47 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-12-07 14:14:47 -0500 |
commit | 66d34998316adac9f9d3c0f422705bf4b02011d5 (patch) | |
tree | 3e87f5e48b73471459bd68d645d9808c3d12b36b /changelog.txt | |
parent | 1a5024193094a178cd93b675a0178062236c4a22 (diff) | |
download | podman-66d34998316adac9f9d3c0f422705bf4b02011d5.tar.gz podman-66d34998316adac9f9d3c0f422705bf4b02011d5.tar.bz2 podman-66d34998316adac9f9d3c0f422705bf4b02011d5.zip |
Bump to v0.12.1.1v0.12.1.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 6373f219c..bc141cceb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 |