Skip to content

Commit

Permalink
chore(release): 0.35.0-beta.1
Browse files Browse the repository at this point in the history
# [0.35.0-beta.1](0.34.1...0.35.0-beta.1) (2022-11-28)

### Bug Fixes

* **bigQuery:** add labels in bigQueryDataset ([357524f](357524f))
* computeProject unknown field _reportNamePrefix ([0c7560e](0c7560e))
* cve vulnerabilities remediations ([ce7dd8f](ce7dd8f))
* **service:** Fix days ago value changed for test purposes ([841458c](841458c))

### Features

* **service:** Added GCP Billing service ([3a457f9](3a457f9))
  • Loading branch information
autocloud-deploy-bot committed Nov 28, 2022
1 parent 1cd7796 commit 15c4205
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.35.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.34.1...0.35.0-beta.1) (2022-11-28)


### Bug Fixes

* **bigQuery:** add labels in bigQueryDataset ([357524f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/357524f7865036954906419c735a8a4daf71e10c))
* computeProject unknown field _reportNamePrefix ([0c7560e](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/0c7560ebe0ffa69d56635abddb5b51328cf98f35))
* cve vulnerabilities remediations ([ce7dd8f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/ce7dd8f481f2ad3d86723ccae44ceaf31b3cd9a8))
* **service:** Fix days ago value changed for test purposes ([841458c](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/841458c5ff3b80958a02f5813ca5902342ac02eb))


### Features

* **service:** Added GCP Billing service ([3a457f9](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/3a457f9d4e0418e36214fcbd1c90e9c6d226a4b0))

# [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/cg-provider-gcp",
"version": "0.35.0-alpha.3",
"version": "0.35.0-beta.1",
"description": "CloudGraph provider plugin for GCP used to fetch GCP cloud data.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 15c4205

Please sign in to comment.