Skip to content

Commit e4a1553

Browse files
committed
Bump to v0.10.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent 44b650c commit e4a1553

File tree

3 files changed

+83
-2
lines changed

3 files changed

+83
-2
lines changed

changelog.txt

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
- Changelog for v0.10.1 (2018-10-11)
2+
* Swap from map to channels for podman stop workers
3+
* Add release notes for 0.10.1
4+
* Pass along syslog variable to podman cleanup processes
5+
* Sort all command flags
6+
* rootless: detect when user namespaces are not enabled
7+
* Log an otherwise ignored error from joining a net ns
8+
* Fix gofmt
9+
* Add tests for --ip flag
10+
* Update manpages for --ip flag
11+
* Add --ip flag and plumbing into libpod
12+
* Document --net as an alias of --network in podman run & create
13+
* Update OCICNI vendor to 2d2983e4
14+
* Temporary commit to swap branches
15+
* rootless: report more error messages from the startup phase
16+
* rootless: fix an hang on older versions of setresuid/setresgid
17+
* Update OCICNI vendor to e617a611
18+
* fix runlabel functions based on QA feedback
19+
* Vendor latest containers/image
20+
* Stop containers in parallel fashion
21+
* wip
22+
* remove hack/dind
23+
* Vendor in latest github.com/containers/storage,image, buildah
24+
* runlabel: execute /proc/self/exe and avoid recursion
25+
* Re-add source-verify in cirrus-ci
26+
* added links to buildah.io and podman.io to README.md
27+
* Lower CPU/Memory usage by cirrus VMs
28+
* skip userns tests on non-fedora distributions for now
29+
* Remove Travis
30+
* docker: Double quote array expansions to avoid re-splitting elements
31+
* Ensure resolv.conf has the right label and path
32+
* Remove no longer used libnetwork from vendor.conf
33+
* Fix lint
34+
* Drop libnetwork vendor and move the code into pkg/
35+
* Update libnetwork vendor to current master to fix CI
36+
* Switch to using libnetwork's resolvconf package
37+
* Add configuration for Cirrus-CI
38+
* disable gce building of images
39+
* re-add BR for golang compiler to contrib/spec/podman.spec.in
40+
* completions: add checkpoint/restore completions
41+
* tests: add checkpoint/restore test
42+
* tutorial: add checkpoint/restore to tutorial
43+
* docs: add checkpoint and restore man pages
44+
* Add support to checkpoint/restore containers
45+
* oci: split the stdout and stderr pipes
46+
* oci: always set XDG_RUNTIME_DIR
47+
* Fix pod status reporting for new Exited state
48+
* Add ability for ubuntu to be tested
49+
* selinux: drop superflous relabel
50+
* rootless: always set XDG_RUNTIME_DIR
51+
* Fix python tests
52+
* Fix Wait() to allow Exited state as well as Stopped
53+
* Fix cleanupRuntime to only save if container is valid
54+
* Fix bug with exited state and container remove
55+
* Address review comments and fix ps output
56+
* Add ContainerStateExited and OCI delete() in cleanup()
57+
* Need to allocate memory for hook struct
58+
* Disable SELinux labeling if --privileged
59+
* * Update documenation
60+
* Implement pod varlink bindings
61+
* Update docs to build a runc that works with systemd
62+
* runtime: fix message which assumes the runtime is runc
63+
* rootless: raise an error when trying to use cgroups
64+
* Add --all flag to podman kill
65+
* Add podman.io to README.md
66+
* Vendor in the latest containers/storage, image and buildah
67+
* Don't tmpcopyup on systemd cgroup
68+
* Add container runlabel command
69+
* run complex image names with short names
70+
* Add buildah version and distribution to info
71+
* Disable Fedora 29 and CentOS7 VM testing
72+
* podman runs disabled containers and privileged containers as spc_t
73+
* Update the OWNERS file so bot assigns sane reviewers
74+
* rework CI tests to test on VMs
75+
* Put openshift dockerfiles in test/install
76+
* Bump gitvalidation epoch
77+
* Bump to v0.9.4-dev
78+
* contrib/python/*/Makefile: Fallback to unversioned 'python'
79+
* Makefile: Drop PYTHON
80+
* Makefile: Call contrib/python's clean regardless of HAS_PYTHON3
81+
182
- Changelog for v0.9.3.1 (2018-09-25)
283
* Update release notes for 0.9.3.1
384
* Disable problematic SELinux code causing runc issues

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.4
42+
Version: 0.10.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.9.4-dev"
7+
const Version = "0.10.1"

0 commit comments

Comments
 (0)