Skip to content

Commit 95dbcad

Browse files
committed
Bump to v0.9.1.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent 6ffce63 commit 95dbcad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
- Changelog for v0.9.1.1 (2018-09-10)
2+
* Update release notes for 0.9.1.1
3+
* Replace existing iptables handler with firewall code
4+
* Vendor CNI plugins firewall code
5+
* Fix displaying size on size calculation error
6+
* Bump gitvalidation epoch
7+
* Bump to v0.9.2-dev
8+
19
- Changelog for v0.9.1 (2018-09-07)
210
* Update RELEASE_NOTES for 0.9.1 release
311
* Fix pod sharing for utsmode

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.9.2
42+
Version: 0.9.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
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "0.9.2-dev"
4+
const Version = "0.9.1.1"

0 commit comments

Comments
 (0)