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

docker2aci v0.16.0 #243

Merged
merged 2 commits into from
Feb 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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