Skip to content

Commit 73eeec0

Browse files
chore(release): 1.0.0-beta.1
# 1.0.0-beta.1 (2022-07-01) ### Bug Fixes * **ccn:** fix ccn and ccnAttachment ([384db27](384db27)) * **mutation:** use schema names for mutations ([cbe8921](cbe8921)) * **mutation:** use schema names for mutations ([3bec593](3bec593)) * **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)) * **camGroup:** add camGroup service ([3c64503](3c64503)) * **camGroup:** add camGroup service README ([86643b0](86643b0)) * **camPolicy:** add camPolicy service ([3b8df16](3b8df16)) * **camPolicy:** add camPolicy service ([3596551](3596551)) * **camPolicy:** add camPolicy service ([6c26c84](6c26c84)) * **camPolicy:** add tencent cam policy ([123b8dd](123b8dd)) * **camUser:** add camUser service ([fa2c3b8](fa2c3b8)) * **camUser:** add camUser service ([caaaaa7](caaaaa7)) * **camUser:** add camUser service add region global ([c6162a6](c6162a6)) * **camUser:** fix global region ([feb5add](feb5add)) * **camUser:** merge alpha ([c1ed872](c1ed872)) * **ccn:** add ccn and ccn attachment ([f4ba707](f4ba707)) * **ccn:** update README ([0403c4f](0403c4f)) * **customerGateway:** add customerGateway service ([cdee2e8](cdee2e8)) * **gatewayRoute:** merge alpha ([17d9777](17d9777)) * **kubernetesEngine:** add tke service ([ae097a7](ae097a7)) * **networkAcl:** add networkAcl service ([3665d1e](3665d1e)) * **routeTable:** add connection from routeTable to subnet ([6a34907](6a34907)) * **routeTable:** add routeTable ([112f1d5](112f1d5)) * **routeTable:** add routeTable service ([76ff05a](76ff05a)) * **routeTable:** update README ([f32ffec](f32ffec)) * **routeTable:** update README ([3fd9c90](3fd9c90)) * **securityGroup:** add security group service ([5be1232](5be1232)) * **securityGroup:** add security group service ([1f20850](1f20850)) * **securityGroupRule:** add securityGroupRule service ([c436eb8](c436eb8)) * **securityGroupRule:** add securityGroupRule service ([a6e7144](a6e7144)) * **vpnConnection:** add vpnConnection service ([f2b0072](f2b0072)) * **vpnGateway:** add tencent vpnGateway ([362bf7f](362bf7f)) * **vpnGatewayRoute:** add vpnGatewayRoute service ([ba42cbe](ba42cbe)) * **vpnGatewayRoute:** add vpnGatewayRoute service ([f56783f](f56783f))
1 parent c8ab8d2 commit 73eeec0

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# 1.0.0-beta.1 (2022-07-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **ccn:** fix ccn and ccnAttachment ([384db27](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/384db271bb2b6d06ec2ab9bab6acf8d6b066effc))
7+
* **mutation:** use schema names for mutations ([cbe8921](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/cbe8921a7c7c6f9b4dd3a52180c713853dc82ee0))
8+
* **mutation:** use schema names for mutations ([3bec593](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3bec59304a84c93176d9125bc7d0e527f88ff458))
9+
* **rebase:** fastforward alpha to main ([2a42aed](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/2a42aedd5a0488d49406b56d6b2eccffbb750aba))
10+
* **services:** fix ccn service connection file ([ed87d28](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/ed87d280abef5619cc76357fcef54f3efa8706b3))
11+
* initial release ([c8ee8f1](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/c8ee8f1ae4efd7357aa40453aa2960d1c63791f9))
12+
* initial release ([911a0e7](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/911a0e7c580cc5d838c4a9adbeb677440e07d8ba))
13+
14+
15+
### Features
16+
17+
* **boilerplate:** add boilerplate, vpc, subnet and tags ([a4b1da7](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/a4b1da78373b39deb24b0c02605c2cce0cac72a6))
18+
* **camGroup:** add camGroup service ([3c64503](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3c645034eb189b0f6eccc59d61412602dcefaf29))
19+
* **camGroup:** add camGroup service README ([86643b0](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/86643b08cb0e46e035f91b221bf4a80ff85ef08c))
20+
* **camPolicy:** add camPolicy service ([3b8df16](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3b8df166c3edd75f6b40f445f6a4375481d2f0ce))
21+
* **camPolicy:** add camPolicy service ([3596551](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/35965518ed7f32da4bf024d780d56828c5250c60))
22+
* **camPolicy:** add camPolicy service ([6c26c84](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/6c26c84f04399ce540f1c33a9e59bac3448def0c))
23+
* **camPolicy:** add tencent cam policy ([123b8dd](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/123b8dd376242fdf07e167f1c10045f13d607c58))
24+
* **camUser:** add camUser service ([fa2c3b8](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/fa2c3b8dbe90781e28291f654734e6ee0b610e39))
25+
* **camUser:** add camUser service ([caaaaa7](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/caaaaa7e548c146580a0758ed18865d3fc428545))
26+
* **camUser:** add camUser service add region global ([c6162a6](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/c6162a69296e89aff6730f7fe706d137553a6d5f))
27+
* **camUser:** fix global region ([feb5add](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/feb5add6bf7010952f3b81101e9a84c881a4af42))
28+
* **camUser:** merge alpha ([c1ed872](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/c1ed8729c5afef905c0f04cf4ae01b87c1a595ef))
29+
* **ccn:** add ccn and ccn attachment ([f4ba707](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/f4ba70780e0d133094e209c8995b80027bd98bcf))
30+
* **ccn:** update README ([0403c4f](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/0403c4fca7ea97270c499b17434e3c05b148ce72))
31+
* **customerGateway:** add customerGateway service ([cdee2e8](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/cdee2e85baa41ce5364051641345af0563e2601f))
32+
* **gatewayRoute:** merge alpha ([17d9777](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/17d9777c4a25f9b8ae6ea0799ee67e8a8281c8d7))
33+
* **kubernetesEngine:** add tke service ([ae097a7](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/ae097a7575c19611ede542feadbe381f8e233051))
34+
* **networkAcl:** add networkAcl service ([3665d1e](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3665d1e14782040d601152a252bd889e64fdef98))
35+
* **routeTable:** add connection from routeTable to subnet ([6a34907](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/6a3490754dc5da4aa3ebe68072b2f6fe5063130b))
36+
* **routeTable:** add routeTable ([112f1d5](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/112f1d561208e122b36b51e842f2802cf1ee76be))
37+
* **routeTable:** add routeTable service ([76ff05a](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/76ff05ac8cb7cad4ccdf68b5d74633248a350aa8))
38+
* **routeTable:** update README ([f32ffec](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/f32ffecf3e67551826fae5025b3c2bf0e2a1feb4))
39+
* **routeTable:** update README ([3fd9c90](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3fd9c9080b6ee007ec598b86b108f301e34e41af))
40+
* **securityGroup:** add security group service ([5be1232](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/5be123281dca7d37e29e91617f03ece3b6a2b07c))
41+
* **securityGroup:** add security group service ([1f20850](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/1f20850176f0e9f3c48e3f0d8fe86ac533370e7d))
42+
* **securityGroupRule:** add securityGroupRule service ([c436eb8](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/c436eb8a15269f6738527a415421638f22e95193))
43+
* **securityGroupRule:** add securityGroupRule service ([a6e7144](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/a6e714495bb6669d338aa42fae43603eccc2bde0))
44+
* **vpnConnection:** add vpnConnection service ([f2b0072](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/f2b0072e237e787c2bf0d11358003a7a126e15de))
45+
* **vpnGateway:** add tencent vpnGateway ([362bf7f](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/362bf7f37f9a858edabc233f655e19a62a5a7ca5))
46+
* **vpnGatewayRoute:** add vpnGatewayRoute service ([ba42cbe](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/ba42cbe2c892dd5ebfc826c899445f2c42aefc05))
47+
* **vpnGatewayRoute:** add vpnGatewayRoute service ([f56783f](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/f56783f3f20b91bfe25af1dd959dd7ba4bccd0e6))
48+
149
# [1.0.0-alpha.11](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/compare/1.0.0-alpha.10...1.0.0-alpha.11) (2022-06-10)
250

351

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": "1.0.0-alpha.11",
3+
"version": "1.0.0-beta.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)