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

Commit

Permalink
version: bump to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Jan 16, 2017
1 parent 85f29be commit cfd196b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.15.0

This release improves translation of arch labels and image name annotations. It also changes the default output image filename.

- Translate "os" and "arch" labels of image manifest ([#234](https://github.com/appc/docker2aci/pull/234)).
- Minor style changes ([#230](https://github.com/appc/docker2aci/pull/230)).
- Bump appc/spec library version to 0.8.9 ([#233](https://github.com/appc/docker2aci/pull/233)).
- Image from file improvements; guesses at "originalname" and fixes for "--image"([#229](https://github.com/appc/docker2aci/pull/229)).

## v0.14.0

This release adds compatibility for OCI v1.0.0-rc2 types, introduces supports for converting image labels, and fixes some issues related to automatic fallback to registry API v1.
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.14.0+git"
var Version = "0.15.0"
var AppcVersion = schema.AppContainerVersion

0 comments on commit cfd196b

Please sign in to comment.