summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-04 13:40:43 -0800
committerGitHub <noreply@github.com>2019-03-04 13:40:43 -0800
commit61842031131029351c2b6145b339cd4a350372e1 (patch)
tree6b734ef1607133f3f4d33a63a3187d4664534485
parent33be9e6845d74755a6626b9f142f6c264f6b670a (diff)
parentb00a456dc894ee515f8d392b74a5e421f08cf550 (diff)
downloadpodman-61842031131029351c2b6145b339cd4a350372e1.tar.gz
podman-61842031131029351c2b6145b339cd4a350372e1.tar.bz2
podman-61842031131029351c2b6145b339cd4a350372e1.zip
Merge pull request #2525 from mheon/release_notes_1.1.2
Update release notes for v1.1.2
-rw-r--r--RELEASE_NOTES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 67975730e..65a3f5eea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,16 @@
# Release Notes
+## 1.1.2
+### Bugfixes
+- Fixed a bug where the `podman image list`, `podman image rm`, and `podman container list` had broken global storage options
+- Fixed a bug where the `--label` option to `podman create` and `podman run` was missing the `-l` alias
+- Fixed a bug where running Podman with the `--config` flag would not set an appropriate default value for `tmp_dir` ([#2408](https://github.com/containers/libpod/issues/2408))
+- Fixed a bug where the `podman logs` command with the `--timestamps` flag produced unreadable output ([#2500](https://github.com/containers/libpod/issues/2500))
+- Fixed a bug where the `podman cp` command would automatically extract `.tar` files copied into the container ([#2509](https://github.com/containers/libpod/issues/2509))
+
+### Misc
+- The `podman container stop` command is now usable with the Podman remote client
+
## 1.1.1
### Bugfixes
- Fixed a bug where `podman container restore` was erroneously available as `podman restore` ([#2191](https://github.com/containers/libpod/issues/2191))