summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-07 20:48:17 +0200
committerGitHub <noreply@github.com>2020-07-07 20:48:17 +0200
commit373ba8c017a0b5d298a0f53e60bd2069df0173a6 (patch)
tree9f7dcb76baee3bf5d25f0f4fe489624982db364f
parentc3c03f9ca1925a0fb1317bd464fff93db81b321b (diff)
parent0f338dd991fbf5db906942695b5333755e58c4b5 (diff)
downloadpodman-373ba8c017a0b5d298a0f53e60bd2069df0173a6.tar.gz
podman-373ba8c017a0b5d298a0f53e60bd2069df0173a6.tar.bz2
podman-373ba8c017a0b5d298a0f53e60bd2069df0173a6.zip
Merge pull request #6888 from mheon/bump_202
[CI:DOCS] Bump to v2.0.2
-rw-r--r--changelog.txt32
-rw-r--r--contrib/spec/podman.spec.in2
-rw-r--r--version/version.go2
3 files changed, 34 insertions, 2 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/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index d0347472c..bf51c76ae 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -42,7 +42,7 @@ Epoch: 99
%else
Epoch: 0
%endif
-Version: 2.0.2
+Version: 2.0.3
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
diff --git a/version/version.go b/version/version.go
index b578a5759..ef332ab08 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.3-dev"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility