summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-07-23 12:36:20 -0400
committerMatthew Heon <mheon@redhat.com>2020-07-23 12:36:20 -0400
commit2349723f89bdb3033d064f6278ca04da8b8ae42d (patch)
treee90f9f69268c8b636a00f4497cbe4fcb119f6a47
parentdade9159e7a0f848e101221274faa3f4f03cf132 (diff)
downloadpodman-2.0.3.tar.gz
podman-2.0.3.tar.bz2
podman-2.0.3.zip
Bump to v2.0.3v2.0.3
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--changelog.txt49
-rw-r--r--version/version.go2
2 files changed, 50 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 72acb5594..51161c020 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,52 @@
+- Changelog for v2.0.3 (2020-07-23):
+ * Drop a nonfunctional test in test/apiv2
+ * Update release notes for v2.0.3
+ * Fix handling of entrypoint
+ * log API: add context to allow for cancelling
+ * fix API: Create container with an invalid configuration
+ * Remove all instances of named return "err" from Libpod
+ * Fix: Correct connection counters for hijacked connections
+ * Fix: Hijacking v2 endpoints to follow rfc 7230 semantics
+ * Remove hijacked connections from active connections list
+ * version/info: format: allow more json variants
+ * Correctly print STDOUT on non-terminal remote exec
+ * Fix container and pod create commands for remote create
+ * Mask out /sys/dev to prevent information leak from the host
+ * Ensure sig-proxy default is propagated in start
+ * Add SystemdMode to inspect for containers
+ * When determining systemd mode, use full command
+ * Fix lint
+ * Populate remaining unused fields in `pod inspect`
+ * Include infra container information in `pod inspect`
+ * play-kube: add suport for "IfNotPresent" pull type
+ * docs: user namespace can't be shared in pods
+ * Fix "Error: unrecognized protocol \"TCP\" in port mapping"
+ * Error on rootless mac and ip addresses
+ * Fix & add notes regarding problematic language in codebase
+ * abi: set default umask and rlimits
+ * Used reference package with errors for parsing tag
+ * fix: system df error when an image has no name
+ * Fix Generate API title/description
+ * Add noop function disable-content-trust
+ * fix play kube doesn't override dockerfile ENTRYPOINT
+ * Support default profile for apparmor
+ * Bump github.com/containers/common to v0.14.6
+ * events endpoint: backwards compat to old type
+ * events endpoint: fix panic and race condition
+ * Switch references from libpod.conf to containers.conf
+ * podman.service: set type to simple
+ * podman.service: set doc to podman-system-service
+ * podman.service: use default registries.conf
+ * podman.service: use default killmode
+ * podman.service: remove stop timeout
+ * systemd: symlink user->system
+ * vendor golang.org/x/text@v0.3.3
+ * Fix a bug where --pids-limit was parsed incorrectly
+ * search: allow wildcards
+ * [CI:DOCS]Do not copy policy.json into gating image
+ * Fix systemd pid 1 test
+ * Cirrus: Rotate keys post repo. rename
+
- Changelog for v2.0.2 (2020-07-07):
* Finalize release notes for Podman v2.0.2
* fix race condition in `libpod.GetEvents(...)`
diff --git a/version/version.go b/version/version.go
index ef332ab08..3047acfc1 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.3-dev"
+const Version = "2.0.3"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility