Skip to content

Commit

Permalink
Merge pull request appc#243 from lucab/to-upstream/release-0.16.0
Browse files Browse the repository at this point in the history
docker2aci v0.16.0
  • Loading branch information
lucab authored Feb 11, 2017
2 parents d6e05f6 + 4354bfb commit 9cec4de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.16.0

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.

- Annotate manifest hash ([#237](https://github.com/appc/docker2aci/pull/237)).
- Allow selective disabling of registries and media types ([#239](https://github.com/appc/docker2aci/pull/239)).
- Update appc/spec to 0.8.10 ([#242](https://github.com/appc/docker2aci/pull/242)).

## v0.15.0

This release improves translation of arch labels and image name annotations. It also changes the default output image filename.
Expand Down
2 changes: 1 addition & 1 deletion lib/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package docker2aci

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

var Version = "0.15.0+git"
var Version = "0.16.0+git"
var AppcVersion = schema.AppContainerVersion

0 comments on commit 9cec4de

Please sign in to comment.