Bump to v1.6.1-rc1

Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
Matthew Heon 2019-10-02 12:42:10 -04:00
parent 257a985f5a
commit a2fdb6ea02
3 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- Changelog for v1.6.1-rc1 (2019-10-02)
* rootless: set DBUS_SESSION_BUS_ADDRESS if it is not set
* install.md: add libbtrfs-dev for Debian build
* Bump github.com/onsi/gomega from 1.5.0 to 1.7.0
* Cirrus: Show names/versions of critical packages
* network: add workaround for slirp4netns --enable-sandbox issue
* rootless: do not attempt a CNI refresh
* Bump github.com/containernetworking/plugins from 0.8.1 to 0.8.2
* network: hide EPERM warning when rootless
* networking: fix segfault when slirp4netns is missing
* Bump gitvalidation epoch
* Bump to v1.6.1-dev
* Move derivitive doc so it won't be treated as a manpage
* catatonit: clone and build
* bump catatonit to v0.1.4
- Changelog for v1.6.0 (2019-09-30) - Changelog for v1.6.0 (2019-09-30)
* info: add cgroups2 * info: add cgroups2
* Finalize release notes for 1.6.0 final * Finalize release notes for 1.6.0 final

View File

@ -39,7 +39,7 @@
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
Name: podman Name: podman
Version: 1.6.1 Version: 1.6.1-rc1
Release: #COMMITDATE#.git%{shortcommit0}%{?dist} Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 License: ASL 2.0

View File

@ -4,7 +4,7 @@ package version
// NOTE: remember to bump the version at the top // NOTE: remember to bump the version at the top
// of the top-level README.md file when this is // of the top-level README.md file when this is
// bumped. // bumped.
const Version = "1.6.1-dev" const Version = "1.6.1-rc1"
// RemoteAPIVersion is the version for the remote // RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility // client API. It is used to determine compatibility