diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-11 12:04:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 12:04:12 -0400 |
commit | da9d216350c4c69293a0ab83771273263e081d50 (patch) | |
tree | c4961e701a3598ab0441c99773df8569d87d26c8 | |
parent | 087fc79233f647cdbd4b4bc409c3bd8b02aedb13 (diff) | |
parent | 8877fed86e29a1e58f91a1fd98f7f02a0e98e450 (diff) | |
download | podman-da9d216350c4c69293a0ab83771273263e081d50.tar.gz podman-da9d216350c4c69293a0ab83771273263e081d50.tar.bz2 podman-da9d216350c4c69293a0ab83771273263e081d50.zip |
Merge pull request #5457 from mheon/bump-1.8.1
[CI:DOCS]Bump to v1.8.1
-rw-r--r-- | changelog.txt | 13 | ||||
-rw-r--r-- | contrib/spec/podman.spec.in | 2 | ||||
-rw-r--r-- | version/version.go | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/changelog.txt b/changelog.txt index 8bc7671af..651ef89b8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +- Changelog for v1.8.1 (2020-03-11) + * man pages: fix inconsistencies + * Update release notes for v1.8.1 final release + * build for amd64|arm|ppc64le + * update systemd & dbus dependencies + * Refactor handler packages + * Remove nonexistent --set arg from runlabel documentation + * hide --trace flag + * podman --help: mention defaults of bools + * docs: clarify that --syslog expects an argument + * Bump to v1.8.1-dev + * commands: rename file and add likns to readthedocs + - Changelog for v1.8.1-rc4 (2020-03-09) * Revert "exec: get the exit code from sync pipe instead of file" * Revert "Exec: use ErrorConmonRead" diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index a9c3bc3be..0222be7ba 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -48,7 +48,7 @@ Epoch: 99 %else Epoch: 0 %endif -Version: 1.8.1 +Version: 1.8.2 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 d5926d744..5a7b4a36e 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 = "1.8.1-dev" +const Version = "1.8.2-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |