Skip to content

Commit 9f9b8cf

Browse files
committed
Bump to v0.8.4
Signed-off-by: Matthew Heon <[email protected]>
1 parent 717b038 commit 9f9b8cf

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

changelog.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
- Changelog for v0.8.4 (2018-08-24)
2+
* Add release notes
3+
* Regenerate easyjson after rebase
4+
* Vendor easyjson code to fix build
5+
* Swap from FFJSON to easyjson
6+
* Make 'make clean' remove FFJSON generated code
7+
* rootless: allow to override policy.json by the user
8+
* add completion for --pod in run and create
9+
* Fixed formatting and lowered verbosity of pod ps
10+
* Do not try to enable AppArmor in rootless mode
11+
* exposes tcp port only if no proto specified.
12+
* rpm-spec: use skopeo-containers instead of containers-common
13+
* Reveal information about container capabilities
14+
* Vendor in latest projectatomic/buildah
15+
* Refactor error checking in With*NSFromPod options
16+
* Fixing network ns segfault
17+
* Change pause container to infra container
18+
* Support pause containers in varlink
19+
* Added option to share kernel namespaces in libpod and podman
20+
* Changed GetContainerStats to return ErrCtrStateInvalid
21+
* Add GetPodStats to varlink
22+
* rpm-spec: update distro-specific dependencies
23+
* Add podman pod top
24+
* Include pod stats and top in commands/completions
25+
* Vendor changes to psgo
26+
* Fix syntax description of --ulimit command
27+
* Swap test image in exec test to fedora for useradd
28+
* Add tests for exec --user
29+
* Properly translate users into runc format for exec
30+
* test: ad more tests for rootless containers
31+
* rootless: fix --net host --privileged
32+
* Fix a bug with hook ALWAYS matching with a process
33+
* Fixed segfault in stats where container had netNS none or from container
34+
* Enable pod stats with short ID and name
35+
* Touch up cert-dir in man pages
36+
* make dbuild fixed on ubuntu/debian
37+
* vendor latest github.com/urfave/cli
38+
* Add retry decorator for flakey tests
39+
* Update error message from reviews
40+
* Support Attach subcommand in pypodman
41+
* Fix handling of devices
42+
* tutorial: point to containers/skopeo
43+
* point to containers/skopeo
44+
* install.md: point to containers/libpod
45+
* Bump gitvalidation epoch
46+
* Bump to v0.8.4-dev
47+
148
- Changelog for v0.8.3 (2018-08-17)
249
* Make failure to retrieve individual ctrs/pods nonfatal
350
* Mention that systemd is the default cgroup manager

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

0 commit comments

Comments
 (0)