Skip to content

Commit db6bf9e

Browse files
committed
Bump to v0.3.5
Signed-off-by: Matthew Heon <[email protected]>
1 parent 1e59053 commit db6bf9e

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

changelog.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- Changelog for v0.3.5 (2018-03-29):
2+
* Allow sha256: prefix for input
3+
* Add secrets patch to podman
4+
* Fix tests
5+
* Remove a loop in container graph
6+
* Only start containers that are not running in pod start
7+
* Change pod Start() to use container dependency graph
8+
* Add tests for container graphs
9+
* Initial implementation of container graph generation
10+
* Error is already wrapped properly.
11+
* Check for duplicate names when generating new container and pod names.
12+
* podman: new option --conmon-pidfile=
13+
* Ensure container dependencies are part of the same pod
14+
* Prevent ctrs not in pods from depending on pod ctrs
15+
* Disable --sig-proxy tests due to race conditions
16+
* Remove dependency on kubernetes
17+
* Vendor in lots of kubernetes stuff to shrink image size
18+
* Fix some minor issues lint has been picking up
19+
* cmd/podman/run.go: Error nicely when no image found
20+
* podman exec should handle options --env foo
21+
* Remove current SQLite DB driver
22+
* Update containers/storage to pick up overlay driver fix
23+
* First tag, untag THEN reload the image
24+
* Add files section to podman man page
25+
126
- Changelog for v0.3.4 (2018-03-23):
227
* Bump version to v0.3.4
328
* Make container env variable conditional

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

0 commit comments

Comments
 (0)