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 v1.2.0 #682

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from all commits
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.2.0 [2024-11-04]

_What's new?_

- New tables added
- [gcp_compute_instance_group_manager](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_compute_instance_group_manager) ([#669](https://github.com/turbot/steampipe-plugin-gcp/pull/669)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Enhancements_

- Added `labels` and `tags` columns to the `gcp_compute_global_forwarding_rule` table. ([#678](https://github.com/turbot/steampipe-plugin-gcp/pull/678)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)
- Added `database_installed_version` and `maintenance_version` columns to the `gcp_sql_database_instance` table. ([#677](https://github.com/turbot/steampipe-plugin-gcp/pull/677)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Bug fixes_

- Fixed the `gcp_compute_instance_group` table to correctly return values for the `instances` column of regional instance groups. ([#670](https://github.com/turbot/steampipe-plugin-gcp/pull/670)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)
- Fixed the `kubernetes_node_pool` table to correctly return data instead of an error for node pools with auto-pilot disabled. ([#668](https://github.com/turbot/steampipe-plugin-gcp/pull/668)) (Thanks [@multani](https://github.com/multani) for the contribution!)

## v1.0.0 [2024-10-22]

There are no significant changes in this plugin version; it has been released to align with [Steampipe's v1.0.0](https://steampipe.io/changelog/steampipe-cli-v1-0-0) release. This plugin adheres to [semantic versioning](https://semver.org/#semantic-versioning-specification-semver), ensuring backward compatibility within each major version.
Expand Down
Loading