Skip to content

Commit ce5b48b

Browse files
Merge pull request #7787 from mheon/bump_211
[CI:DOCS] Bump to v2.1.1
2 parents bb8e77d + 02457d1 commit ce5b48b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

changelog.txt

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- Changelog for v2.1.1 (2020-09-25):
2+
* e2e tests: SkipIfRemote(): add a reason
3+
* Examine all SkipIfRemote functions
4+
* Update release notes for v2.1.1
5+
* HTTP Attach: Wait until both STDIN and STDOUT finish
6+
* Evict containers before removing via V2 API
7+
* remote load: check if input is directory
8+
* build: honor --runtime setting
9+
* set interactive mode with compat create endpoint
10+
* apiv2 container limit differ from docker-api
11+
* Allow filtering on pod label values
12+
* Remove final v2remotefail failures
13+
* Fix a bug where log-driver json-file was made no logs
14+
* add missing return for compat kill
15+
* Include cgroup manager in `podman info` output
16+
* Add Server header to API service responses
17+
* podman save: fix redirect of multi-images
18+
119
- Changelog for v2.1.0 (2020-09-22):
220
* Update release notes for v2.1.0 Final Release
321
* Fix up attach tests for podman remote

contrib/spec/podman.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Epoch: 99
4242
%else
4343
Epoch: 0
4444
%endif
45-
Version: 2.1.1
45+
Version: 2.1.2
4646
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
4747
Summary: Manage Pods, Containers and Container Images
4848
License: ASL 2.0

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// NOTE: remember to bump the version at the top
99
// of the top-level README.md file when this is
1010
// bumped.
11-
var Version = semver.MustParse("2.1.1-dev")
11+
var Version = semver.MustParse("2.1.2-dev")
1212

1313
// APIVersion is the version for the remote
1414
// client API. It is used to determine compatibility

0 commit comments

Comments
 (0)