aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-07-07 14:25:29 -0400
committerMatthew Heon <mheon@redhat.com>2020-07-07 14:25:29 -0400
commit201c9505b88f451ca877d29a73ed0f1836bb96c7 (patch)
treead42d0305fdb662ff4072fb43abb16676d338421
parentc3c03f9ca1925a0fb1317bd464fff93db81b321b (diff)
downloadpodman-201c9505b88f451ca877d29a73ed0f1836bb96c7.tar.gz
podman-201c9505b88f451ca877d29a73ed0f1836bb96c7.tar.bz2
podman-201c9505b88f451ca877d29a73ed0f1836bb96c7.zip
Bump to v2.0.2v2.0.2
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--changelog.txt32
-rw-r--r--version/version.go2
2 files changed, 33 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 845fb1c37..72acb5594 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,35 @@
+- Changelog for v2.0.2 (2020-07-07):
+ * Finalize release notes for Podman v2.0.2
+ * fix race condition in `libpod.GetEvents(...)`
+ * Fix bug where `podman mount` didn't error as rootless
+ * remove podman system connection
+ * Fix imports to ensure v2 is used with libpod
+ * Update release notes for v2.0.2
+ * specgen: fix order for setting rlimits
+ * Ensure umask is set appropriately for 'system service'
+ * generate systemd: improve pod-flags filter
+ * Fix a bug with APIv2 compat network remove to log an ErrNetworkNotFound instead of nil
+ * Fixes --remote flag issues
+ * Pids-limit should only be set if the user set it
+ * Set console mode for windows
+ * Allow empty host port in --publish flag
+ * Add a note on the APIs supported by `system service`
+ * fix: Don't override entrypoint if it's `nil`
+ * Set TMPDIR to /var/tmp by default if not set
+ * test: add tests for --user and volumes
+ * container: move volume chown after spec generation
+ * libpod: volume copyup honors namespace mappings
+ * Fix `system service` panic from early hangup in events
+ * stop podman service in e2e tests
+ * Print errors from individual containers in pods
+ * auto-update: clarify systemd-unit requirements
+ * podman ps truncate the command
+ * move go module to v2
+ * Vendor containers/common v0.14.4
+ * Bump to imagebuilder v1.1.6 on v2 branch
+ * Account for non-default port number in image name
+ * [CI:DOCS]Add swagger.yaml to docs/
+
- Changelog for v2.0.1 (2020-06-25):
* Update release notes with further v2.0.1 changes
* Fix inspect to display multiple label: changes
diff --git a/version/version.go b/version/version.go
index b578a5759..51c9edcb4 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,7 +4,7 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-const Version = "2.0.2-dev"
+const Version = "2.0.2"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility