Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 1bfc435

Browse files
committed
version: bump to v0.17.2
1 parent cf01d25 commit 1bfc435

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.17.2
2+
3+
This is a bugfix release to ensure compatibility with newer go-1.10 toolchain.
4+
5+
- lib/internal: fix tar header format ([#260](https://github.com/appc/docker2aci/pull/260)).
6+
- tests: update script to run within gopath ([#261](https://github.com/appc/docker2aci/pull/261)).
7+
18
## v0.17.1
29

310
This is a bugfix release that fixes pulling certain images from the Google Container Registry.

lib/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ package docker2aci
1616

1717
import "github.com/appc/spec/schema"
1818

19-
var Version = "0.17.1+git"
19+
var Version = "0.17.2"
2020
var AppcVersion = schema.AppContainerVersion

0 commit comments

Comments
 (0)