Skip to content

Commit 74adc17

Browse files
authored
Release v3.0.16 (#182)
1 parent a41fa44 commit 74adc17

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
### Master
44

5+
### 3.0.16
6+
57
- Support environment variable `ALIBABA_CLOUD_VENDOR`
68
> Set environment variables `ALIBABA_CLOUD_VENDOR` to add a custom UserAgent ID
79
- Update API meta data, and update endpoint pattern of product cr
810
- Update gosdk dependence
911
- Change logic of flag `--pager`
1012

11-
### 3.0.15 :
13+
### 3.0.15
1214

1315
- Update API meta data, update version of product CMS to 2019-01-01
1416

15-
### 3.0.14 :
17+
### 3.0.14
1618

1719
- Update API meta data and increase kms product help
1820
- Remove the `RootFilter[0]` input at field `rows=` that confuses the user
@@ -25,7 +27,8 @@
2527
- add row number for flag `--output` output format.
2628
> If you want show row number at output format, you can use field `num=ture` after flag `--output` to enable the num.
2729
28-
### 3.0.13 :
30+
### 3.0.13
31+
2932
- update API meta data
3033
- update flag `--output`
3134
> The filtering is based on array form, use `cols=` to Specify the fields to be filtered, and `rows=` to specify the array where the specified field is located, And if the field is below the root element, you can omit `rows=`.
@@ -35,13 +38,13 @@
3538
3639
>NOTE: Fields in two arrays cannot be mixed
3740
38-
### 3.0.12 :
41+
### 3.0.12
3942

4043
- update API meta data
4144
- update dependency package
4245
- added go1.12 test environment
4346

44-
### 3.0.11 :
47+
### 3.0.11
4548

4649
- update API meta data
4750
- improve output format of command `configure get`

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=3.0.15
1+
export VERSION=3.0.16
22
export RELEASE_PATH="releases/aliyun-cli-${VERSION}"
33

44
all: build

README-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848

4949
阿里云CLI工具下载、解压后即可使用,支持Mac, Linux, Windows平台(x64版本)。 您可以将解压的`aliyun`可执行文件移至`/usr/local/bin`目录下,或添加到`$PATH`中。
5050

51-
下载链接如下 (3.0.15):
51+
下载链接如下 (3.0.16):
5252

53-
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.15-amd64.tgz)
54-
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.15-amd64.tgz)
55-
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.15-amd64.zip)
53+
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.16-amd64.tgz)
54+
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.16-amd64.tgz)
55+
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.16-amd64.zip)
5656

5757
- **编译源码**
5858

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ You can install Alibaba Cloud CLI either through the installer or the source cod
4848

4949
Download the installer, then extract the installer. You can move the extracted `aliyun` executable file to the `/usr/local/bin` directory or add it to the `$PATH`.
5050

51-
Download link: (3.0.15)
51+
Download link: (3.0.16)
5252

53-
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.15-amd64.tgz)
54-
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.15-amd64.tgz)
55-
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.15-amd64.zip)
53+
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.16-amd64.tgz)
54+
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.16-amd64.tgz)
55+
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.16-amd64.zip)
5656

5757
- **Compile source code**
5858

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
# by default, all script lines are interpreted as batch
1010
- cmd: git clone -q --branch=master https://github.com/aliyun/aliyun-openapi-meta.git C:\Users\appveyor\go\src\github.com\aliyun\aliyun-openapi-meta
1111
- cmd: set path=%path%;C:\Users\appveyor\go\bin
12-
- cmd: set VERSION=3.0.15
12+
- cmd: set VERSION=3.0.16
1313
- cmd: go get -u github.com/jteeuwen/go-bindata/...
1414
- cmd: go-bindata -o resource/metas.go -pkg resource -prefix ../aliyun-openapi-meta ../aliyun-openapi-meta/...
1515
- cmd: go build -ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=%VERSION%'" -o C:\Users\appveyor\go\bin\aliyun.exe main/main.go

0 commit comments

Comments
 (0)