Skip to content

Commit

Permalink
Cleanup after release 1.103.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Nov 6, 2020
1 parent a560ece commit b1f8ec1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
## 1.104.0 (Unreleased)
## 1.103.1 (November 06, 2020)

IMPROVEMENTS:

- ci test supports network acl [GH-2995]
- Increase sls retry type [GH-2992]
- Modify the order of updating the interface [GH-2983]
- Modify the way of obtaining Drds instance vpc id [GH-2981]
- update changelog [GH-2978]
- ci test supports network acl ([#2995](https://github.com/aliyun/terraform-provider-alicloud/issues/2995))
- Increase sls retry type ([#2992](https://github.com/aliyun/terraform-provider-alicloud/issues/2992))
- Modify the order of updating the interface ([#2983](https://github.com/aliyun/terraform-provider-alicloud/issues/2983))
- Modify the way of obtaining Drds instance vpc id ([#2981](https://github.com/aliyun/terraform-provider-alicloud/issues/2981))
- update changelog ([#2978](https://github.com/aliyun/terraform-provider-alicloud/issues/2978))

BUG FIXES:

- fix client bug when loading endpoint [GH-2994]
- fix network acl error [GH-2986]
- fix auto_provisioning_group and reserved_instance set attribute failed bug [GH-2972]
- fix(alicloud_eip): delete it failed error ([#2996](https://github.com/aliyun/terraform-provider-alicloud/issues/2996))
- fix client bug when loading endpoint ([#2994](https://github.com/aliyun/terraform-provider-alicloud/issues/2994))
- fix network acl error ([#2986](https://github.com/aliyun/terraform-provider-alicloud/issues/2986))
- fix auto_provisioning_group and reserved_instance set attribute failed bug ([#2972](https://github.com/aliyun/terraform-provider-alicloud/issues/2972))

## 1.103.0 (October 30, 2020)

Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ require (
github.com/satori/go.uuid v1.2.0 // indirect
github.com/valyala/bytebufferpool v0.0.0-20180905182247-cdfbe9377474 // indirect
github.com/valyala/fasthttp v0.0.0-20180927122258-761788a34bb6 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,6 @@ github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6Ac
github.com/vmihailenco/msgpack v4.0.1+incompatible h1:RMF1enSPeKTlXrXdOcqjFUElywVZjjC6pqse21bKbEU=
github.com/vmihailenco/msgpack v4.0.1+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 h1:6fRhSjgLCkTD3JnJxvaJ4Sj+TYblw757bqYgZaOq5ZY=
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0/go.mod h1:/LWChgwKmvncFJFHJ7Gvn9wZArjbV5/FppcK2fKk/tI=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.30/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/zclconf/go-cty v1.0.0/go.mod h1:xnAOWiHeOqg2nWS62VtQ7pbOu17FtxJNW8RLEih+O3s=
Expand Down

0 comments on commit b1f8ec1

Please sign in to comment.