Skip to content

Commit 1cd7716

Browse files
chore(release): 1.0.0-alpha.1
# 1.0.0-alpha.1 (2022-05-16) ### Bug Fixes * **rebase:** fastforward alpha to main ([2a42aed](2a42aed)) * **services:** fix ccn service connection file ([ed87d28](ed87d28)) * initial release ([c8ee8f1](c8ee8f1)) * initial release ([911a0e7](911a0e7)) ### Features * **boilerplate:** add boilerplate, vpc, subnet and tags ([a4b1da7](a4b1da7)) * **ccn:** add ccn and ccn attachment ([f4ba707](f4ba707)) * **ccn:** update README ([0403c4f](0403c4f)) * **securityGroup:** add security group service ([1f20850](1f20850)) * **securityGroupRule:** add securityGroupRule service ([a6e7144](a6e7144)) * **vpnGateway:** add tencent vpnGateway ([362bf7f](362bf7f))
1 parent d16c0b2 commit 1cd7716

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 1.0.0-alpha.1 (2022-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **rebase:** fastforward alpha to main ([2a42aed](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/2a42aedd5a0488d49406b56d6b2eccffbb750aba))
7+
* **services:** fix ccn service connection file ([ed87d28](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/ed87d280abef5619cc76357fcef54f3efa8706b3))
8+
* initial release ([c8ee8f1](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/c8ee8f1ae4efd7357aa40453aa2960d1c63791f9))
9+
* initial release ([911a0e7](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/911a0e7c580cc5d838c4a9adbeb677440e07d8ba))
10+
11+
12+
### Features
13+
14+
* **boilerplate:** add boilerplate, vpc, subnet and tags ([a4b1da7](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/a4b1da78373b39deb24b0c02605c2cce0cac72a6))
15+
* **ccn:** add ccn and ccn attachment ([f4ba707](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/f4ba70780e0d133094e209c8995b80027bd98bcf))
16+
* **ccn:** update README ([0403c4f](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/0403c4fca7ea97270c499b17434e3c05b148ce72))
17+
* **securityGroup:** add security group service ([1f20850](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/1f20850176f0e9f3c48e3f0d8fe86ac533370e7d))
18+
* **securityGroupRule:** add securityGroupRule service ([a6e7144](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/a6e714495bb6669d338aa42fae43603eccc2bde0))
19+
* **vpnGateway:** add tencent vpnGateway ([362bf7f](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/362bf7f37f9a858edabc233f655e19a62a5a7ca5))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-tencent",
3-
"version": "0.0.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "CloudGraph provider plugin for Tencent Cloud used to fetch Tencent Cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)