diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-19 01:13:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 01:13:29 +0200 |
commit | 5df8178c995fe6422f0fed258cd65f6cbcf26f2e (patch) | |
tree | 2133b0fe0ebe7c94b88d1112dc36a254f03f1fee | |
parent | df9e3aa3dc4bb6990d9175039304b21548659c15 (diff) | |
parent | 8eb7888868e061b952fab6f34cd8b61a3a2e9cd7 (diff) | |
download | podman-5df8178c995fe6422f0fed258cd65f6cbcf26f2e.tar.gz podman-5df8178c995fe6422f0fed258cd65f6cbcf26f2e.tar.bz2 podman-5df8178c995fe6422f0fed258cd65f6cbcf26f2e.zip |
Merge pull request #3370 from mheon/release_notes_1.4.2
Update release notes for Podman 1.4.2
-rw-r--r-- | RELEASE_NOTES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d5717f7db..2264dbaa9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## 1.4.2 +### Bugfixes +- Fixed a bug where Podman could not run containers using an older version of Systemd as init ([#3295](https://github.com/containers/libpod/issues/3295)) + +### Misc +- Updated vendored Buildah to v1.9.0 to resolve a critical bug with Dockerfile `RUN` instructions +- The error message for running `podman kill` on containers that are not running has been improved +- The Podman remote client can now log to a file if syslog is not available + ## 1.4.1 ### Features - The `podman exec` command now sets its error code differently based on whether the container does not exist, and the command in the container does not exist |