Skip to content

Commit b1f8ec1

Browse files
committed
Cleanup after release 1.103.1
1 parent a560ece commit b1f8ec1

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
## 1.104.0 (Unreleased)
2+
## 1.103.1 (November 06, 2020)
23

34
IMPROVEMENTS:
45

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

1112
BUG FIXES:
1213

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

1719
## 1.103.0 (October 30, 2020)
1820

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ require (
3434
github.com/satori/go.uuid v1.2.0 // indirect
3535
github.com/valyala/bytebufferpool v0.0.0-20180905182247-cdfbe9377474 // indirect
3636
github.com/valyala/fasthttp v0.0.0-20180927122258-761788a34bb6 // indirect
37-
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
3837
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
3938
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4039
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,6 @@ github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6Ac
469469
github.com/vmihailenco/msgpack v4.0.1+incompatible h1:RMF1enSPeKTlXrXdOcqjFUElywVZjjC6pqse21bKbEU=
470470
github.com/vmihailenco/msgpack v4.0.1+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
471471
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
472-
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 h1:6fRhSjgLCkTD3JnJxvaJ4Sj+TYblw757bqYgZaOq5ZY=
473-
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0/go.mod h1:/LWChgwKmvncFJFHJ7Gvn9wZArjbV5/FppcK2fKk/tI=
474472
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
475473
github.com/yuin/goldmark v1.1.30/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
476474
github.com/zclconf/go-cty v1.0.0/go.mod h1:xnAOWiHeOqg2nWS62VtQ7pbOu17FtxJNW8RLEih+O3s=

0 commit comments

Comments
 (0)