Skip to content

Commit b51d327

Browse files
committed
Bump to v0.4.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent 54bd0ae commit b51d327

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

changelog.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
- Changelog for HEAD (2018-04-05):
2+
* Remove image via storage if a buildah container is associated
3+
* Add hooks support to podman
4+
* Run images with no names
5+
* Prevent a potential race when stopping containers
6+
* Only allocate tty when -t
7+
* Stopping a stopped container should not be an error
8+
* Add conmon-pidfile flag to bash completions/manpages
9+
* --entrypoint= should delete existing entrypoint
10+
* Fix golint
11+
* Remove explicit Init() calls in run and start
12+
* Refactor dependency checks from init() into public API
13+
* Do not require Init() before Start()
14+
* Ensure dependencies are running before initializing containers
15+
* Add container dependencies to Inspect output
16+
* Add backend code for generic dependencies
17+
* Vendor in latest containers/image
18+
* Makefile: Fix typo podmon -> podman
19+
* Correct a godoc comment
20+
* Sleep for 5 seconds before pushing to registry in tests
21+
* Change errorf to warnf in warning removing ctr storage
22+
* Don't return an ImageConfig when creating storage
23+
* More gracefully handle unexpected storage deletion
24+
* Remove crictl from Dockerfile
25+
* Eliminate raceyness of sig-proxy test
26+
127
- Changelog for v0.3.5 (2018-03-29):
228
* Allow sha256: prefix for input
329
* Add secrets patch to podman

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

0 commit comments

Comments
 (0)