summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-17 17:14:21 -0400
committerGitHub <noreply@github.com>2020-06-17 17:14:21 -0400
commitdaabbc1a1e82b840a51b6d769cdf19cfda474144 (patch)
treeddd4245df7159fcc29caa2a72da2c2263ba14b0b
parent7b5073b46e4ba3914ce526fa60ef91346f50f577 (diff)
parent4b08d9ea5739d7ead45a89fb08878db3d61824c8 (diff)
downloadpodman-daabbc1a1e82b840a51b6d769cdf19cfda474144.tar.gz
podman-daabbc1a1e82b840a51b6d769cdf19cfda474144.tar.bz2
podman-daabbc1a1e82b840a51b6d769cdf19cfda474144.zip
Merge pull request #6657 from mheon/bump-2.0.0-rc7
[CI:DOCS] Bump to v2.0.0-RC7
-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