File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
19
- Changelog for v2.1.0 (2020-09-22):
2
20
* Update release notes for v2.1.0 Final Release
3
21
* Fix up attach tests for podman remote
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Epoch: 99
42
42
%else
43
43
Epoch: 0
44
44
%endif
45
- Version: 2.1.1
45
+ Version: 2.1.2
46
46
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
47
47
Summary: Manage Pods, Containers and Container Images
48
48
License: ASL 2.0
Original file line number Diff line number Diff line change 8
8
// NOTE: remember to bump the version at the top
9
9
// of the top-level README.md file when this is
10
10
// bumped.
11
- var Version = semver .MustParse ("2.1.1 -dev" )
11
+ var Version = semver .MustParse ("2.1.2 -dev" )
12
12
13
13
// APIVersion is the version for the remote
14
14
// client API. It is used to determine compatibility
You can’t perform that action at this time.
0 commit comments