Skip to content

Commit 4c0d8b0

Browse files
committed
Bump to v0.4.3
Signed-off-by: Matthew Heon <[email protected]>
1 parent 3c5c0f5 commit 4c0d8b0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

changelog.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
- Changelog for v0.4.3 (2018-04-20):
2+
* podman push without destination image
3+
* Add make .git target
4+
* Fix tests for podman run --attach
5+
* Print ctr ID if neither STDOUT and STDERR are attached
6+
* Add one test case for check diff in container and committed image
7+
* Vendor in latest containers/image and contaners/storage
8+
* Fix a typo
9+
* It is OK to start an already running container (with no attach)
10+
* Refactor logic for forceSecure in pull for readability
11+
* Small logic fix for podman pull with tls-verify
12+
* Allow podman start to attach to a running container
13+
* regression: tls verify should be set on registries.conf if insecure
14+
* ip validation game too strong
15+
* - reverse host field order (ip goes first) - fix host string split to permit IPv6
16+
* Allow podman to exit exit codes of removed containers
17+
* Modify diff and inspect docs
18+
* Add oci-systemd-hook as a runtime dep to copr spec
19+
* validate dns-search values prior to creation
20+
* Change container.locked to batched
21+
* Add a function for check if command exist
22+
* Add WaitContainerReady for wait for docker registry ready
23+
* Add several podman push tests
24+
* podman pull should always try to pull
25+
* Allow the use of -i/-a on any container
26+
* Fix secrets patch
27+
* Remove demos.sh file from test
28+
129
- Changelog for v0.4.2 (2018-04-13):
230
* Fix podman run --attach tests
331
* Fix another comparison of a Go interface against nil

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

0 commit comments

Comments
 (0)