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

Commit 76a5ef3

Browse files
committed
version: bump to v0.17.0
1 parent 5145072 commit 76a5ef3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.17.0
2+
3+
This is mostly a bugfix release that fixes a couple of panics and supports additional docker image syntax.
4+
5+
- Avoid panicking on scratch images ([248](https://github.com/appc/docker2aci/pull/248)).
6+
- Bugfix/panic on invalid env entry ([#249](https://github.com/appc/docker2aci/pull/249)).
7+
- lib/common: update `ParseDockerURL` ([#250](https://github.com/appc/docker2aci/pull/250)).
8+
19
## v0.16.0
210

311
This release adds a manifest hash annotation on converted images and introduces some API changes to allow for more granular control on registries and media types.

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.16.0+git"
19+
var Version = "0.17.0"
2020
var AppcVersion = schema.AppContainerVersion

0 commit comments

Comments
 (0)