Bump to v1.8.1-rc3

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon 2020-03-06 15:26:31 -05:00
parent c3177b781b
commit e5f7cb3978
3 changed files with 55 additions and 2 deletions

View file

@ -1,3 +1,56 @@
- Changelog for v1.8.1-rc3 (2020-03-06)
* Update release notes for v1.8.1-RC3
* Part 2: try to clean up the long image instance names
* WIP: Try renaming long cirrus job names
* vendor: update github.com/containernetworking/cni to v0.7.2-0.20200304161608-4fae32b84921
* Removed extraneous comments and defaults plus amended variable declaration
* Removed the unnecessary code
* Implemented size parameter on GetContainer
* Implement size parameter on ListContainers
* Map configured status to created to match docker API states
* Fix to remove null entry from end of images json
* Register handlers without version to align with docker API
* golangci: enable goimports
* generate systemd: remove leading slashes
* exec: fix error code when conmon fails
* Vendor buildah 1.14.2
* env: don't set "container" env
* Fix podman image sign help output
* avoid adding to nil map
* Exec: use ErrorConmonRead
* exec: get the exit code from sync pipe instead of file
* generate systemd: add network dependencies
* Bump to Buildah v1.14.1
* APIv2 tests: add tests for stop
* Add the rmi flag to podman-run to delete container image
* consolidate env handling into pkg/env
* CI: format cirrus logs
* Update docs/source/markdown/podman-build.1.md
* Allow devs to set labels in container images for default capabilities.
* CI: add API v2 tests
* more swagger fixes
* Bump github.com/opencontainers/selinux from 1.3.2 to 1.3.3
* Add validate() for containers
* Cirrus: Fix gate image & false-positive exits
* Update pod bindings and Add test to validate prune pod apiv2 binding.
* Fix wrong condition in bindings test
* Ensure that exec sessions inherit supplemental groups
* Cirrus: Update VM images
* Cirrus: Force runc use in F30
* rework apiv2 wait endpoint|binding
* build: specify input fd to buildah
* Cirrus: Remove unnecessary handle_crun workaround
* Cirrus: Print env. vars at end of setup.
* Cirrus: Fix not growing Fedora root
* network create should use firewall plugin
* add firewall plugin (no backend) to default cni config
* binding tests for volumes
* Bump to v1.8.1-dev
* container Exists: fix URL
* CI: package_versions: include hostinfo, kernel
* Review comments
* [WIP] Add cmd flag to show container name in log
- Changelog for v1.8.1-rc2 (2020-02-27)
* Update release notes for v1.8.1-rc2
* Vendor in latest containers/buildah

View file

@ -48,7 +48,7 @@ Epoch: 99
%else
Epoch: 0
%endif
Version: 1.8.1
Version: 1.8.1-rc3
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0

View file

@ -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.1-rc3"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility