aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-02-18 15:14:36 -0500
committerMatthew Heon <mheon@redhat.com>2021-02-18 15:14:36 -0500
commitc2b393be43fee5150a812f0eaf954f50a563f56a (patch)
treebb240796d9df935766428c869141cf38b44b8e06
parent566c8a43baf63d43f3bf2320f0feadc6104d931e (diff)
downloadpodman-c2b393be43fee5150a812f0eaf954f50a563f56a.tar.gz
podman-c2b393be43fee5150a812f0eaf954f50a563f56a.tar.bz2
podman-c2b393be43fee5150a812f0eaf954f50a563f56a.zip
Final 3.0.1 release notes update
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--RELEASE_NOTES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f28ffd973..b802a4805 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,7 @@
- Fixed a bug where Podman would change ownership of a container's working directory, even if it already existed ([#9387](https://github.com/containers/podman/issues/9387)).
- Fixed a bug where the `podman generate systemd --new` command would incorrectly escape `%t` when generating the path for the PID file ([#9373](https://github.com/containers/podman/issues/9373)).
- Fixed a bug where Podman could, when run inside a Podman container with the host's containers/storage directory mounted into the container, erroneously detect a reboot and reset container state if the temporary directory was not also mounted in ([#9191](https://github.com/containers/podman/issues/9191)).
+- Fixed a bug where some options of the `podman build` command (including but not limited to `--jobs`) were nonfunctional ([#9247](https://github.com/containers/podman/issues/9247)).
### API
- Fixed a breaking change to the Libpod Wait API for Containers where the Conditions parameter changed type in Podman v3.0 ([#9351](https://github.com/containers/podman/issues/9351)).