Skip to content

Commit 4631586

Browse files
committed
Bump to v0.5.2
Signed-off-by: Matthew Heon <[email protected]>
1 parent c8208a8 commit 4631586

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

changelog.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
- Changelog for v0.5.2 (2018-05-11):
2+
* vendor/golang.org/x/text: Vendor collate and language
3+
* hooks: Order injection by collated JSON filename
4+
* libpod: Add HooksDirNotExistFatal
5+
* hooks/read: Ignore IsNotExist for JSON files in ReadDir
6+
* pkg/hooks: Version the hook structure and add 1.0.0 hooks
7+
* Fix varlink remove image force
8+
* Update Podman-specific readme
9+
* Update main README
10+
* vendor.conf: Pin containernetworking/plugins to 1fb94a42
11+
* Do not error trying to remove cgroups that don't exist
12+
* Remove parent cgroup we create with cgroupfs
13+
* Place Conmon and Container in separate CGroups
14+
* Add --cgroup-manager flag to Podman binary
15+
* Major fixes to systemd cgroup handling
16+
* Skip systemd-style CGroups test
17+
* Alter CGroup path handling for 'podman top'
18+
* Add validation for CGroup parents. Pass CGroups path into runc
19+
* vendor/github.com/docker/docker/hack: Remove unused directory
20+
* varlink info
21+
* vendor.conf: Bump containerd/cgroups to 77e62851
22+
* vendor.conf: Bump CNI to v0.6.0
23+
* Dont eat the pull error message for varlink
24+
* podman push should honor registries.conf
25+
* alphabetize the varlink methods, types, and errors in the docs
26+
* Add missing newline to podman port
27+
* Generate varlink API documentation automatically
28+
* Allow streaming on some varlink container methods
29+
* Remove extra close from attach resize channel
30+
* Vendor in latest containers/storage fix for UserNS
31+
* container.go: fix lint error
32+
* Dockerfile.Fedora: use fedora:28 instead of fedora:27
33+
* Fix calculation of RunningFor in ps json output
34+
* Should not error out if container no longer exists in oci
35+
* Make invalid state nonfatal when cleaning up in run
36+
* test/e2e/run_userns_test.go: new file
37+
* podman, userNS: configure an intermediate mount namespace
38+
* networking, userNS: configure the network namespace after create
39+
* Begin wiring in USERNS Support into podman
40+
141
- Changelog for v0.5.1 (2018-05-04):
242
* Fix pulling from secure registry
343
* Optionally init() during container restart

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.5.2-dev"
4+
const Version = "0.5.2"

0 commit comments

Comments
 (0)