Skip to content

Commit 4501aef

Browse files
authored
V3.0.21 (#205)
* update dependence * Release v3.0.21
1 parent a10afa8 commit 4501aef

File tree

119 files changed

+6504
-1896
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+6504
-1896
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Master
44

5+
### 3.0.21
6+
7+
- update: API meta data
8+
- update: dependence
9+
510
### 3.0.20
611

712
- add product: fnf, default version 2019-03-15

Gopkg.lock

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
# unused-packages = true
2626

2727

28-
[[constraint]]
29-
name = "github.com/aliyun/alibaba-cloud-sdk-go"
30-
version = "1.53.22"
31-
3228
[[constraint]]
3329
name = "github.com/aliyun/aliyun-oss-go-sdk"
3430
version = "1.8.0"
@@ -45,10 +41,6 @@
4541
branch = "master"
4642
name = "github.com/droundy/goopt"
4743

48-
[[constraint]]
49-
name = "github.com/jmespath/go-jmespath"
50-
version = "0.2.2"
51-
5244
[[constraint]]
5345
name = "github.com/onsi/ginkgo"
5446
version = "1.4.0"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=3.0.20
1+
export VERSION=3.0.21
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
@@ -39,11 +39,11 @@ CLI 版本更改说明请参考 [CHANGELOG](./CHANGELOG.md)
3939

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

42-
下载链接如下 (3.0.20):
42+
下载链接如下 (3.0.21):
4343

44-
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.20-amd64.tgz)
45-
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.20-amd64.tgz)
46-
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.20-amd64.zip)
44+
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.21-amd64.tgz)
45+
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.21-amd64.tgz)
46+
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.21-amd64.zip)
4747

4848
- **使用brew**
4949

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The release notes for the CLI can be found in the [CHANGELOG](./CHANGELOG.md)
3737

3838
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`.
3939

40-
Download link: (3.0.20)
40+
Download link: (3.0.21)
4141

42-
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.20-amd64.tgz)
43-
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.20-amd64.tgz)
44-
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.20-amd64.zip)
42+
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.21-amd64.tgz)
43+
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.21-amd64.tgz)
44+
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.21-amd64.zip)
4545

4646
- **Use brew**
4747
If you have installed `brew` in your computer, you can use it to install Alibaba Cloud CLI as following:

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.20
12+
- cmd: set VERSION=3.0.21
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

vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/api_timeout.go

Lines changed: 249 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/roa_signature_composer.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)