Skip to content

Commit b0be9e2

Browse files
committed
Merge remote-tracking branch 'main/main' into alpha
2 parents 4d15f75 + 757e070 commit b0be9e2

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
1-
# [0.35.0-alpha.4](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.35.0-alpha.3...0.35.0-alpha.4) (2022-11-28)
1+
# [0.35.0](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.34.1...0.35.0) (2022-11-28)
22

33

44
### Bug Fixes
55

6-
* snyk remediation fixes ([e6fe708](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/e6fe708735b886381743d88945193d8dd3648085))
6+
* **bigQuery:** add labels in bigQueryDataset ([357524f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/357524f7865036954906419c735a8a4daf71e10c))
7+
* computeProject unknown field _reportNamePrefix ([0c7560e](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/0c7560ebe0ffa69d56635abddb5b51328cf98f35))
8+
* cve vulnerabilities remediations ([ce7dd8f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/ce7dd8f481f2ad3d86723ccae44ceaf31b3cd9a8))
9+
* **service:** Fix days ago value changed for test purposes ([841458c](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/841458c5ff3b80958a02f5813ca5902342ac02eb))
10+
11+
12+
### Features
13+
14+
* **service:** Added GCP Billing service ([3a457f9](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/3a457f9d4e0418e36214fcbd1c90e9c6d226a4b0))
15+
16+
# [0.35.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.34.1...0.35.0-beta.1) (2022-11-28)
17+
18+
19+
### Bug Fixes
20+
21+
* **bigQuery:** add labels in bigQueryDataset ([357524f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/357524f7865036954906419c735a8a4daf71e10c))
22+
* computeProject unknown field _reportNamePrefix ([0c7560e](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/0c7560ebe0ffa69d56635abddb5b51328cf98f35))
23+
* cve vulnerabilities remediations ([ce7dd8f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/ce7dd8f481f2ad3d86723ccae44ceaf31b3cd9a8))
24+
* **service:** Fix days ago value changed for test purposes ([841458c](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/841458c5ff3b80958a02f5813ca5902342ac02eb))
25+
26+
27+
### Features
28+
29+
* **service:** Added GCP Billing service ([3a457f9](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/3a457f9d4e0418e36214fcbd1c90e9c6d226a4b0))
730

831
# [0.35.0-alpha.3](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.35.0-alpha.2...0.35.0-alpha.3) (2022-11-28)
932

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-gcp",
3-
"version": "0.35.0-alpha.4",
3+
"version": "0.35.0",
44
"description": "CloudGraph provider plugin for GCP used to fetch GCP cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)