Skip to content

Commit

Permalink
Merge pull request #65 from nowenL/develop
Browse files Browse the repository at this point in the history
QCOS-0 Prepare for release 2.2.0
  • Loading branch information
nowenL authored Jan 12, 2017
2 parents 15c3dff + ab8a4bd commit e50d66b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ install:
- go get -v github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide && git checkout 84607742b10f492430762d038e954236bbaf23f7 && go install
- cd $PROJECT_ROOT/kirk
- glide install
- echo $GOPATH
- glide --debug install

script:
- make style
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# vNext

# Release 2.2.0
- vendorManaged 应用状态的response 改details为message
- ListRepoTags和GetImageConfig 支持获取imagesize
- spec和app添加Privileges字段
- 为各个 Client 接口添加 GetConfig 方法

# 2.1.0
# Release 2.1.0
- 新增应用平台user权限的接口
- 修改日志搜索返回结果字段及其Tag

Expand Down
2 changes: 1 addition & 1 deletion kirksdk/kirksdk.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package kirksdk

const Version = "2.1.0"
const Version = "2.2.0"

0 comments on commit e50d66b

Please sign in to comment.