Skip to content

Commit 4bea3e9

Browse files
committed
Bump to v0.10.1.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent 4aeaadb commit 4bea3e9

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- Changelog for v0.10.1.1 (2018-10-16)
2+
* Update release notes for 0.10.1.1
3+
* Mount proper cgroup for systemd to manage inside of the container.
4+
* Cirrus: Enable debugging delay on non-zero exit
5+
* Touchup fileo typo
6+
* volume: resolve symlinks in paths
7+
* volume: write the correct ID of the container in error messages
8+
* vendor: update containers/buildah
9+
* papr: relabel GOPATH/github.com/containers/libpod
10+
* tests: do not fail in the cleanup phase
11+
* tests: do not make assumptions on the mount output
12+
* papr_prepare: remove double process for starting up .papr.sh
13+
* Add support for pod commands
14+
* Support auth file environment variable & add change to man pages
15+
* Generate a passwd file for users not in container
16+
* Bump gitvalidation epoch
17+
* Bump to v0.10.2-dev
18+
119
- Changelog for v0.10.1 (2018-10-11)
220
* Swap from map to channels for podman stop workers
321
* Add release notes for 0.10.1

contrib/spec/podman.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
4040

4141
Name: podman
42-
Version: 0.10.2
42+
Version: 0.10.1.1
4343
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
4444
Summary: Manage Pods, Containers and Container Images
4545
License: ASL 2.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// NOTE: remember to bump the version at the top
55
// of the top-level README.md file when this is
66
// bumped.
7-
const Version = "0.10.2-dev"
7+
const Version = "0.10.1.1"

0 commit comments

Comments
 (0)