summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-06-17 16:56:53 -0400
committerMatthew Heon <mheon@redhat.com>2020-06-17 16:56:53 -0400
commit5460ea87d48ea6c10a5ef3c753c57e27b3356aae (patch)
treeb3797a7ef7d934c0b4b6ecb2c8209f73a3f213f9 /changelog.txt
parent7b5073b46e4ba3914ce526fa60ef91346f50f577 (diff)
downloadpodman-5460ea87d48ea6c10a5ef3c753c57e27b3356aae.tar.gz
podman-5460ea87d48ea6c10a5ef3c753c57e27b3356aae.tar.bz2
podman-5460ea87d48ea6c10a5ef3c753c57e27b3356aae.zip
Bump to v2.0.0-rc7v2.0.0-rc7
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 951c01c80..8a401a967 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,45 @@
+- Changelog for v2.0.0-rc7 (2020-06-17)
+ * Bump Buildah to v1.15.0
+ * Move logs functionality to separate file for APIv2
+ * generate systemd: `ExecStopPost` for all units
+ * Revert #6591 to fix issue with failed tests
+ * vendor github.com/containers/image/v5@v5.5.1
+ * Add support for the unless-stopped restart policy
+ * fix misc remote build issues
+ * "streaming output" logs test: fix flake
+ * Fix handling of old oci hooks
+ * [CI:DOCS] Fixes #6548
+ * Re-add resource limit warnings to Specgen
+ * Add <return> to lines returen in podman-remote logs
+ * Vendor containers/common v0.14.0
+ * Show Anon, GID, UID in v2 volumes
+ * Fix podman inspect on overlapping/missing objects
+ * Fix --init and --init-path
+ * Fix podman-remote images
+ * Revert "Change Varlink systemd unit to use `system service`"
+ * Bump github.com/containers/conmon
+ * handlers/compat: fix lint error
+ * auto-update: use image's arch
+ * APIv2 tests: Add some tests for podman pods
+ * Add deprecated message to varlink command
+ * Handle errors on attach properly
+ * fix podman cp can create an extra directory level
+ * Remove redundant break in for loop.
+ * Bump to v2.0.0-dev
+ * generate systemd: `--replace` on named containers/pods
+ * pod create --replace
+ * {create,run} --replace
+ * Bump github.com/uber/jaeger-client-go
+ * Bump github.com/onsi/ginkgo from 1.12.3 to 1.13.0
+ * Adds more docker py test
+ * The string field of Built was missing from server
+ * Add some additional fields to imageinspect
+ * Do not print error message when container does not exist
+ * Changed from t.StopAtEOF() to t.Stop() and added error check
+ * Fix -f logs to stop when a container exits
+ * Add the missing return
+ * Fix -f logs follow with stopped container
+
- Changelog for v2.0.0-rc6 (2020-06-15)
* Change Varlink systemd unit to use `system service`
* Turn on More linters