Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CHANGELOG for v0.50.0 #557

Merged
merged 2 commits into from
Mar 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.50.0 [2024-03-29]

_What's new?_

- New tables added
- [gcp_vertex_ai_model](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_vertex_ai_model) ([#555](https://github.com/turbot/steampipe-plugin-gcp/pull/555))

_Enhancements_

- Added support for `quota_project` config arg to provide users the ability to set the `project ID` used for billing and quota. When set, this `project ID` is used to track quota usage and billing for the operations performed with the GCP connection. If `quota_project` is not specified directly, the system will look for the `GOOGLE_CLOUD_QUOTA_PROJECT` environment variable to determine which project to use for billing and quota. If neither is specified, billing and quota are tracked against the project associated with the credentials used for authentication. ([#556](https://github.com/turbot/steampipe-plugin-gcp/pull/556))

_Bug fixes_

- Fixed the `retry_policy_maximum_backoff` and `retry_policy_minimum_backoff` columns of `gcp_pubsub_subscription` table to correctly return data. ([#552](https://github.com/turbot/steampipe-plugin-gcp/pull/552)) (Thanks to [@mvanholsteijn](https://github.com/mvanholsteijn) for the contribution!)

## v0.49.0 [2024-02-02]

_What's new?_
Expand Down
Loading