<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Steampipe Changelog</title>
        <link>https://steampipe.io/changelog</link>
        <description>Changelog for Steampipe</description>
        <language>en</language>
        <lastBuildDate>Wed, 22 Apr 2026 14:00:00 GMT</lastBuildDate>
        <atom:link href="https://steampipe.io/changelog/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-4-2</guid>
            <title>Steampipe CLI v2.4.2 - Fix GHCR plugin install auth error</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-4-2</link>
            <description>_Bug fixes_
- Fix `steampipe plugin install` failing with an opaque `403 Forbidden` when stale GHCR credentials are present in `~/.docker/config.json` (e.g. from a prior `docker login`). Now retries the OCI pull anonymously when stored credentials are rejected. ([pipe-fittings#792](https://github.com/turbot/pipe-fittings/pull/792))</description>
            <pubDate>Wed, 22 Apr 2026 14:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-4-1</guid>
            <title>Steampipe CLI v2.4.1 - Dependency upgrades for security</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-4-1</link>
            <description>_Dependencies_
- Upgrade `google.golang.org/grpc` to v1.79.3 to remediate CVE-2026-33186 (CRITICAL).
- Upgrade `go.opentelemetry.io/otel/sdk` to v1.40.0 to remediate CVE-2026-24051 (HIGH).
- Bundled `steampipe-postgres-fdw` upgraded to v2.2.2.
- Compiled with Go 1.26.1.</description>
            <pubDate>Tue, 07 Apr 2026 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v1-8-0</guid>
            <title>GitHub plugin v1.8.0 - Fixed the github_team table by removing unsupported discussions_url and discussions_total_count columns</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v1-8-0</link>
            <description>_Bug fixes_

- Fixed the `github_team` table by removing unsupported `discussions_url` and `discussions_total_count` columns. ([#531](https://github.com/turbot/steampipe-plugin-github/pull/531)) (Thanks [@JayRovacsek](https://github.com/JayRovacsek) for the contribution!!)

_Dependencies_

- Recompiled plugin with Go version `1.26.0`. ([#539](https://github.com/turbot/steampipe-plugin-github/pull/539))
- Recompiled plugin with [steampipe-plugin-sdk v5.14.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5140-2026-02-25) that fixes several caching issues. ([#539](https://github.com/turbot/steampipe-plugin-github/pull/539))</description>
            <pubDate>Wed, 18 Mar 2026 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v1-5-2</guid>
            <title>Kubernetes plugin v1.5.2 - Fixed manifest and Helm template parsing to handle YAML document separators inside multi-line string values</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v1-5-2</link>
            <description>_Bug fixes_

- Fixed manifest and Helm template parsing to handle YAML document separators (`---`) inside multi-line string values, which previously caused all queries to fail with an unmarshalling error. ([#349](https://github.com/turbot/steampipe-plugin-kubernetes/pull/349))</description>
            <pubDate>Fri, 06 Mar 2026 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-30-0</guid>
            <title>AWS plugin v1.30.0 - Added aws_ec2_fleet table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-30-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_ec2_fleet](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ec2_fleet) ([#2689](https://github.com/turbot/steampipe-plugin-aws/pull/2689)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Enhancements_

- Added `actionability` column to `aws_health_event` table. ([#2697](https://github.com/turbot/steampipe-plugin-aws/pull/2697)) (Thanks [@Recurzion](https://github.com/Recurzion) for the contribution!)
- Added `monitoring_subscription` column to `aws_cloudfront_distribution` table. ([#2695](https://github.com/turbot/steampipe-plugin-aws/pull/2695)) (Thanks [@dj00808](https://github.com/dj00808) for the contribution!)
- Added `name`, `created_date`, `owner_account_id`, and `status` columns to `aws_ssoadmin_instance` table. ([#2692](https://github.com/turbot/steampipe-plugin-aws/pull/2692))

_Dependencies_

- Updated `urllib3`, `lodash`, and `diff` to address high severity vulnerabilities. ([#2698](https://github.com/turbot/steampipe-plugin-aws/pull/2698)) (Thanks [@dj00808](https://github.com/dj00808) for the contribution!)</description>
            <pubDate>Fri, 06 Mar 2026 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-4-0</guid>
            <title>Steampipe CLI v2.4.0 - Compiled with Go 1.26</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-4-0</link>
            <description>_Whats new_
- Compiled with Go 1.26.</description>
            <pubDate>Fri, 27 Feb 2026 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-3-6</guid>
            <title>Steampipe CLI v2.3.6 - Fixed date and timestamptz display</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-3-6</link>
            <description>_Bug fixes_
- Fix `date` and `timestamptz` display formatting in query results. ([#4450](https://github.com/turbot/steampipe/issues/4450))</description>
            <pubDate>Fri, 20 Feb 2026 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-3-5</guid>
            <title>Steampipe CLI v2.3.5 - Fixed autocomplete regression</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-3-5</link>
            <description>_Bug fixes_
- Fix autocomplete regression where suggestions disappear when typing a table name after `from `. ([#4928](https://github.com/turbot/steampipe/issues/4928))

_Dependencies_
- Updated `golang.org/x/crypto` package to remediate security vulnerabilities.</description>
            <pubDate>Fri, 06 Feb 2026 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-vanta-plugin-v2-2-0</guid>
            <title>Vanta plugin v2.2.0 - Added vanta_vulnerability table</title>
            <link>https://steampipe.io/changelog/turbot-vanta-plugin-v2-2-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [vanta_vulnerability](https://hub.steampipe.io/plugins/turbot/vanta/tables/vanta_vulnerability) ([#55](https://github.com/turbot/steampipe-plugin-vanta/pull/55))</description>
            <pubDate>Sat, 10 Jan 2026 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-3-4</guid>
            <title>Steampipe CLI v2.3.4 - Fixed deadlock issues</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-3-4</link>
            <description>_Bug fixes_

- Fix database client deadlocks caused by concurrent session map access during connection pool cleanup. ([#4917](https://github.com/turbot/steampipe/issues/4917))</description>
            <pubDate>Tue, 16 Dec 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-3-3</guid>
            <title>Steampipe CLI v2.3.3 - Stability &amp; Security Improvements</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-3-3</link>
            <description>**Memory and Resource Management**
- Fix query history memory leak due to unbounded growth. ([#4811](https://github.com/turbot/steampipe/issues/4811))
- Fix unbounded growth in autocomplete suggestions maps. ([#4812](https://github.com/turbot/steampipe/issues/4812))
- Fix goroutine leak in snapshot functionality. ([#4768](https://github.com/turbot/steampipe/issues/4768))

**Context and Synchronization**
- Fix RunBatchSession blocking when initData.Loaded never closes. ([#4781](https://github.com/turbot/steampipe/issues/4781))

**File Operations and Installation**
- Fix atomic write to prevent partial files during export. ([#4718](https://github.com/turbot/steampipe/issues/4718))
- Fix atomic OCI installations to prevent inconsistent states. ([#4758](https://github.com/turbot/steampipe/issues/4758))
- Fix atomic FDW binary replacement. ([#4753](https://github.com/turbot/steampipe/issues/4753))
- Fix disk space validation before OCI installation. ([#4754](https://github.com/turbot/steampipe/issues/4754))

**General Fixes**
- Improved SQL query parameterization in connection state management to prevent SQL injections. ([#4748](https://github.com/turbot/steampipe/issues/4748))
- Increase snapshot row streaming timeout from 5s to 30s. ([#4866](https://github.com/turbot/steampipe/issues/4866))

**Dependencies**
- Updated `containerd` and `crypto` packages to remediate vulnerabilities.</description>
            <pubDate>Mon, 15 Dec 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-12-0</guid>
            <title>Azure plugin v1.12.0 - Added CreationTime details to access_keys column in azure_storage_account table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-12-0</link>
            <description>_Enhancements_

- Added `CreationTime` details to the `access_keys` column in `azure_storage_account` table. ([#965](https://github.com/turbot/steampipe-plugin-azure/pull/965))</description>
            <pubDate>Fri, 05 Dec 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-29-0</guid>
            <title>AWS plugin v1.29.0 - Added columns api_status, api_status_message, disable_execute_api_endpoint, endpoint_access_mode, and security_policy to aws_api_gateway_rest_api table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-29-0</link>
            <description>_Enhancements_

- Added columns `api_status`, `api_status_message`, `disable_execute_api_endpoint`, `endpoint_access_mode`, and `security_policy` to `aws_api_gateway_rest_api` table. ([#2685](https://github.com/turbot/steampipe-plugin-aws/pull/2685))</description>
            <pubDate>Fri, 05 Dec 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-scaleway-plugin-v1-3-0</guid>
            <title>Scaleway plugin v1.3.0 - Added column billing_period to scaleway_billing_consumption table</title>
            <link>https://steampipe.io/changelog/turbot-scaleway-plugin-v1-3-0</link>
            <description>_Enhancements_

- Added column `billing_period` to the `scaleway_billing_consumption` table and enabled it as an optional filter (qual) for queries. ([#154](https://github.com/turbot/steampipe-plugin-scaleway/pull/154)) (Thanks [@tdannenmuller](https://github.com/tdannenmuller) for the contribution!)</description>
            <pubDate>Tue, 02 Dec 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-5-0</guid>
            <title>Cloudflare plugin v1.5.0 - Added cloudflare_managed_transform table</title>
            <link>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [cloudflare_managed_transform](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_managed_transform) ([#196](https://github.com/turbot/steampipe-plugin-cloudflare/pull/196)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)</description>
            <pubDate>Tue, 02 Dec 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-oci-plugin-v1-2-1</guid>
            <title>OCI plugin v1.2.1 - Fixed oci_identity_domain and oci_identity_dynamic_group tables to query across all compartments</title>
            <link>https://steampipe.io/changelog/turbot-oci-plugin-v1-2-1</link>
            <description>_Bug fixes_

- Fixed the `oci_identity_domain` and `oci_identity_dynamic_group` tables to query domains and dynamic groups across all compartments while avoiding duplicate results. ([#674](https://github.com/turbot/steampipe-plugin-oci/pull/674))</description>
            <pubDate>Fri, 28 Nov 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v1-13-0</guid>
            <title>GCP plugin v1.13.0 - Added gcp_workstations_workstation and gcp_workstations_workstation_cluster tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v1-13-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_workstations_workstation](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_workstations_workstation) ([#806](https://github.com/turbot/steampipe-plugin-gcp/pull/806))
  - [gcp_workstations_workstation_cluster](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_workstations_workstation_cluster) ([#806](https://github.com/turbot/steampipe-plugin-gcp/pull/806))

_Enhancements_

- Added default rate limiter configuration for tables using GCP Resource Manager APIs. ([#807](https://github.com/turbot/steampipe-plugin-gcp/pull/807)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)</description>
            <pubDate>Fri, 28 Nov 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-9-0</guid>
            <title>AzureAD plugin v1.9.0 - Added allowed_to_read_bitlocker_keys_for_owned_device column to azuread_authorization_policy table</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-9-0</link>
            <description>_Enhancements_

- Added `allowed_to_read_bitlocker_keys_for_owned_device` column to the `azuread_authorization_policy` table. ([#299](https://github.com/turbot/steampipe-plugin-azuread/pull/299))

_Bug fixes_

- Fixed an issue where queries against Azure Government tenants failed with `InvalidAuthenticationToken` errors. ([#300](https://github.com/turbot/steampipe-plugin-azuread/pull/300))</description>
            <pubDate>Fri, 28 Nov 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-5-0</guid>
            <title>Alibaba Cloud plugin v1.5.0 - Added alicloud_log_project, alicloud_log_store tables</title>
            <link>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [alicloud_log_project](https://hub.steampipe.io/plugins/turbot/alicloud/tables/alicloud_log_project) ([#540](https://github.com/turbot/steampipe-plugin-alicloud/pull/540))
  - [alicloud_log_store](https://hub.steampipe.io/plugins/turbot/alicloud/tables/alicloud_log_store) ([#541](https://github.com/turbot/steampipe-plugin-alicloud/pull/541))
  - [alicloud_security_center_asset](https://hub.steampipe.io/plugins/turbot/alicloud/tables/alicloud_security_center_asset) ([#541](https://github.com/turbot/steampipe-plugin-alicloud/pull/541))
  - [alicloud_security_center_vulnerability](https://hub.steampipe.io/plugins/turbot/alicloud/tables/alicloud_security_center_vulnerability) ([#541](https://github.com/turbot/steampipe-plugin-alicloud/pull/541))
  - [alicloud_sls_alert](https://hub.steampipe.io/plugins/turbot/alicloud/tables/alicloud_sls_alert) ([#540](https://github.com/turbot/steampipe-plugin-alicloud/pull/540))

_Enhancements_

- Added column `tde_encryption_key` to `alicloud_rds_instance` table. ([#541](https://github.com/turbot/steampipe-plugin-alicloud/pull/541))</description>
            <pubDate>Fri, 21 Nov 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-28-0</guid>
            <title>AWS plugin v1.28.0 - Added aws_budgets_budget, aws_ce_anomaly_monitor, aws_ce_cost_allocation_tags, and aws_config_rule_compliance_detail tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-28-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_budgets_budget](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_budgets_budget) ([#2681](https://github.com/turbot/steampipe-plugin-aws/pull/2681))
  - [aws_ce_anomaly_monitor](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ce_anomaly_monitor) ([#2681](https://github.com/turbot/steampipe-plugin-aws/pull/2681))
  - [aws_ce_cost_allocation_tags](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ce_cost_allocation_tags) ([#2681](https://github.com/turbot/steampipe-plugin-aws/pull/2681))
  - [aws_config_rule_compliance_detail](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_config_rule_compliance_detail) ([#2668](https://github.com/turbot/steampipe-plugin-aws/pull/2668))

_Enhancements_

- Added `options` column to `aws_ec2_transit_gateway_vpc_attachment` table. ([#2683](https://github.com/turbot/steampipe-plugin-aws/pull/2683))
- Added `managed_query_results_enabled`, `managed_query_results_kms_key`, and `enable_minimum_encryption_configuration` columns to `aws_athena_workgroup` table. ([#2678](https://github.com/turbot/steampipe-plugin-aws/pull/2678))
- Updated `aws_memorydb_cluster` table to retrieve detailed information about shards associated with the cluster. ([#2676](https://github.com/turbot/steampipe-plugin-aws/pull/2676)) (Thanks [@ustndagsemih](https://github.com/ustndagsemih) for the contribution!)</description>
            <pubDate>Thu, 20 Nov 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-11-0</guid>
            <title>Azure plugin v1.11.0 - Added subscription_policy to azure_tenant table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-11-0</link>
            <description>_Enhancements_

- Added the column `subscription_policy` to `azure_tenant` table. ([#957](https://github.com/turbot/steampipe-plugin-azure/pull/957))
- Added the columns `public_network_access` and `required_nsg_rules` to `azure_databricks_workspace` table. ([#961](https://github.com/turbot/steampipe-plugin-azure/pull/961))</description>
            <pubDate>Wed, 19 Nov 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-27-0</guid>
            <title>AWS plugin v1.27.0 - Added aws_bedrock_guardrail, aws_opensearch_reserved_instance, aws_sesv2_suppressed_destination, and aws_ssoadmin_customer_managed_policy_attachment tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-27-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_bedrock_guardrail](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_bedrock_guardrail) ([#2661](https://github.com/turbot/steampipe-plugin-aws/pull/2661)) (Thanks [@SatoriSec](https://github.com/SatoriSec) for the contribution!)
  - [aws_opensearch_reserved_instance](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_opensearch_reserved_instance) ([#2665](https://github.com/turbot/steampipe-plugin-aws/pull/2665))
  - [aws_sesv2_suppressed_destination](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_sesv2_suppressed_destination) ([#2667](https://github.com/turbot/steampipe-plugin-aws/pull/2667)) (Thanks [@jramosf](https://github.com/jramosf) for the contribution!)
  - [aws_ssoadmin_customer_managed_policy_attachment](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ssoadmin_customer_managed_policy_attachment) ([#2663](https://github.com/turbot/steampipe-plugin-aws/pull/2663)) (Thanks [@nickthejagger](https://github.com/nickthejagger) for the contribution!)

_Enhancements_

- Added the column `attributes` to `aws_ec2_target_group` table. ([#2664](https://github.com/turbot/steampipe-plugin-aws/pull/2664))
- Added the column `state` to `aws_organizations_account` table. ([#2677](https://github.com/turbot/steampipe-plugin-aws/pull/2677)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Deprecations_

- Deprecated the `status` column in `aws_organizations_account` table. ([#2677](https://github.com/turbot/steampipe-plugin-aws/pull/2677)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)</description>
            <pubDate>Tue, 18 Nov 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-3-2</guid>
            <title>Steampipe CLI v2.3.2 - Fix Linux builds by aligning the glibc baseline with supported distros to restore compatibility</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-3-2</link>
            <description>_Bug fixes_
- Fix linux builds by aligning the glibc baseline with supported distros to restore compatibility. ([#4691](https://github.com/turbot/steampipe/issues/4691))</description>
            <pubDate>Mon, 03 Nov 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-3-1</guid>
            <title>Steampipe CLI v2.3.1 - Fixed absolute openssl paths and min OS version requirement</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-3-1</link>
            <description>_Bug fixes_
- Fix issue where MacOS binaries failed to run due to absolute openssl paths and incorrect minimun OS version requirement. ([#4679](https://github.com/turbot/steampipe/issues/4679))</description>
            <pubDate>Fri, 31 Oct 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-3-0</guid>
            <title>Steampipe CLI v2.3.0 - Updated PostgreSQL version to 14.19</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-3-0</link>
            <description>_Whats new_
- Update database version to PostgreSQL 14.19. ([#4644](https://github.com/turbot/steampipe/issues/4644))

_Bug fixes_
- Fix issue where the truncation message was not showing in batch queries for table output format. ([#4674](https://github.com/turbot/steampipe/issues/4674))
- Improve truncation message for datasets exceeding 10k rows in table output format. ([#4674](https://github.com/turbot/steampipe/issues/4674))</description>
            <pubDate>Thu, 30 Oct 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-4-0</guid>
            <title>Cloudflare plugin v1.4.0 - Added the column leaked_credential_check_enabled to cloudflare_zone table</title>
            <link>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-4-0</link>
            <description>_Enhancements_

- Added the column `leaked_credential_check_enabled` to `cloudflare_zone` table. ([#187](https://github.com/turbot/steampipe-plugin-cloudflare/pull/187)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)
- Added the parent hydrate `cloudflare_zone` to the `cloudflare_dns_record` table, so queries no longer require `zone_id` in the `WHERE` or `JOIN` clause. ([#185](https://github.com/turbot/steampipe-plugin-cloudflare/pull/185)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)</description>
            <pubDate>Thu, 30 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-grafana-plugin-v1-3-0</guid>
            <title>Grafana plugin v1.3.0 - Added grafana_alert_rule table</title>
            <link>https://steampipe.io/changelog/turbot-grafana-plugin-v1-3-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [grafana_alert_rule](https://hub.steampipe.io/plugins/turbot/grafana/tables/grafana_alert_rule) ([#51](https://github.com/turbot/steampipe-plugin-grafana/pull/51)) (Thanks [@codenio](https://github.com/codenio) for the contribution!!)

_Bug fixes_

- Fixed the `folder_uid` column of `grafana_folder_permission` table to correctly return data instead of `null`. ([#49](https://github.com/turbot/steampipe-plugin-grafana/pull/49)) (Thanks [@codenio](https://github.com/codenio) for the contribution!!)</description>
            <pubDate>Mon, 27 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-googleworkspace-plugin-v1-3-1</guid>
            <title>Google Workspace plugin v1.3.1 - Fixed OAuth2 scope handling by shifting to table-specific scope requests instead of global scopes</title>
            <link>https://steampipe.io/changelog/turbot-googleworkspace-plugin-v1-3-1</link>
            <description>_Bug fixes_

- Fixed `OAuth2` scope handling by shifting to table-specific scope requests instead of global scopes, and documented required scopes per table. ([#94](https://github.com/turbot/steampipe-plugin-googleworkspace/pull/94))</description>
            <pubDate>Mon, 27 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-config-plugin-v1-3-0</guid>
            <title>Config plugin v1.3.0 - Added the xml_file table</title>
            <link>https://steampipe.io/changelog/turbot-config-plugin-v1-3-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [xml_file](https://hub.steampipe.io/plugins/turbot/config/tables/xml_file) ([#66](https://github.com/turbot/steampipe-plugin-config/pull/66)) (Thanks [@vil02](https://github.com/vil02) for the contribution!!)

_Bug fixes_

- Fixed file handling logic to close files correctly and improve error handling across all the tables. ([#68](https://github.com/turbot/steampipe-plugin-config/pull/68)) (Thanks [@vil02](https://github.com/vil02) for the contribution!!)</description>
            <pubDate>Mon, 27 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-8-0</guid>
            <title>AzureAD plugin v1.8.0 - Added user mailbox setting columns to azuread_user table</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-8-0</link>
            <description>_Enhancements_

- Added the following columns to the `azuread_user` table: ([#295](https://github.com/turbot/steampipe-plugin-azuread/pull/295))
  - `automatic_replies_setting`
  - `date_format`
  - `delegate_meeting_message_delivery_options`
  - `language`
  - `time_format`
  - `time_zone`
  - `user_purpose`
  - `working_hours`</description>
            <pubDate>Thu, 23 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-10-0</guid>
            <title>Azure plugin v1.10.0 - Added column dhcp_options to azure_virtual_network table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-10-0</link>
            <description>_Enhancements_

- Added the column `dhcp_options` to `azure_virtual_network` table. ([#959](https://github.com/turbot/steampipe-plugin-azure/pull/959)) (Thanks [@manzomanze](https://github.com/manzomanze) for the contribution!)

_Bug fixes_

- Fixed the `legacy_usage_detail` column in `azure_consumption_usage` table which now correctly returns the `MeterDetails` metadata instead of `null`. ([#953](https://github.com/turbot/steampipe-plugin-azure/pull/953))</description>
            <pubDate>Thu, 23 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-26-0</guid>
            <title>AWS plugin v1.26.0 - Added aws_eks_access_entry and aws_eks_access_policy_association tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-26-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_eks_access_entry](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_eks_access_entry) ([#2651](https://github.com/turbot/steampipe-plugin-aws/pull/2651))
  - [aws_eks_access_policy_association](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_eks_access_policy_association) ([#2651](https://github.com/turbot/steampipe-plugin-aws/pull/2651))

_Enhancements_

- Added the column `routing_config` to `aws_lambda_alias` table. ([#2657](https://github.com/turbot/steampipe-plugin-aws/pull/2657))

_Bug fixes_

- Fixed the `code` column in `aws_lambda_version` table to correctly return data instead of `null`. ([#2656](https://github.com/turbot/steampipe-plugin-aws/pull/2656))

_Dependencies_

- Recompiled plugin with [aws-sdk-go-v2 v1.39.3](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md). ([#2658](https://github.com/turbot/steampipe-plugin-aws/pull/2658))
- Updated the `OpenSearch` tables to use [github.com/aws/aws-sdk-go-v2/service/opensearch v1.52.6](https://github.com/aws/aws-sdk-go-v2/blob/main/service/opensearch/CHANGELOG.md#v1526-2025-10-16) module. ([#2658](https://github.com/turbot/steampipe-plugin-aws/pull/2658))</description>
            <pubDate>Thu, 23 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v1-7-0</guid>
            <title>GitHub plugin v1.7.0 - Added github_actions_environment_variable, github_actions_organization_variable and github_actions_repository_variable tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v1-7-0</link>
            <description>_What&apos;s new?_

- New tables added ([#516](https://github.com/turbot/steampipe-plugin-github/pull/516))
  - [github_actions_environment_variable](https://hub.steampipe.io/plugins/turbot/github/tables/github_actions_environment_variable)
  - [github_actions_organization_variable](https://hub.steampipe.io/plugins/turbot/github/tables/github_actions_organization_variable)
  - [github_actions_repository_variable](https://hub.steampipe.io/plugins/turbot/github/tables/github_actions_repository_variable)</description>
            <pubDate>Fri, 17 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-7-0</guid>
            <title>AzureAD plugin v1.7.0 - Added azuread_device_registration_policy table</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-7-0</link>
            <description>_What&apos;s new?_

- New tables added ([#294](https://github.com/turbot/steampipe-plugin-azuread/pull/294))
  - [azuread_device_registration_policy](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_device_registration_policy)</description>
            <pubDate>Fri, 17 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-9-0</guid>
            <title>Azure plugin v1.9.0 - Added azure_cost_forecast_daily and azure_cost_forecast_monthly tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-9-0</link>
            <description>_What&apos;s new?_

- New tables added: ([#950](https://github.com/turbot/steampipe-plugin-azure/pull/950))
  - [azure_cost_forecast_daily](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cost_forecast_daily)
  - [azure_cost_forecast_monthly](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cost_forecast_monthly)</description>
            <pubDate>Thu, 16 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-6-0</guid>
            <title>AzureAD plugin v1.6.0 - Added azuread_access_review_schedule_definition, azuread_authentication_method_policy, azuread_external_identity_policy tables</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-6-0</link>
            <description>_What&apos;s new?_

- New tables added ([#283](https://github.com/turbot/steampipe-plugin-azuread/pull/283))
  - [azuread_access_review_schedule_definition](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_access_review_schedule_definition)
  - [azuread_authentication_method_policy](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_authentication_method_policy)
  - [azuread_external_identity_policy](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_external_identity_policy)

_Enhancements_

- Added `additional_data` column to the `azuread_conditional_access_policy` table. ([#283](https://github.com/turbot/steampipe-plugin-azuread/pull/283))

_Dependencies_

- Recompiled plugin with [github.com/microsoftgraph/msgraph-beta-sdk-go v0.151.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/releases/tag/v0.151.0). ([#283](https://github.com/turbot/steampipe-plugin-azuread/pull/283))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.1](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5131-2025-09-25) that addresses critical and high vulnerabilities in dependent packages. ([#288](https://github.com/turbot/steampipe-plugin-azuread/pull/288))</description>
            <pubDate>Thu, 16 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugins-sdk-v5-13-1-upgrade</guid>
            <title>Steampipe plugins updated to address critical and high vulnerabilities in dependent packages</title>
            <link>https://steampipe.io/changelog/steampipe-plugins-sdk-v5-13-1-upgrade</link>
            <description>All Steampipe plugins have been updated to use [steampipe-plugin-sdk v5.13.1](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5131-2025-09-25), which includes:

- Updated dependent packages to address critical and high vulnerabilities
- Upgraded Go version to `1.24`</description>
            <pubDate>Tue, 14 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-microsoft365-plugin-v1-2-0</guid>
            <title>Microsoft365 plugin v1.2.0 - Added microsoft365_group, microsoft365_list, microsoft365_organization, microsoft365_site and microsoft365_user tables</title>
            <link>https://steampipe.io/changelog/turbot-microsoft365-plugin-v1-2-0</link>
            <description>_What&apos;s new?_

- New tables added ([#67](https://github.com/turbot/steampipe-plugin-microsoft365/pull/67))
  - [microsoft365_group](https://hub.steampipe.io/plugins/turbot/microsoft365/tables/microsoft365_group)
  - [microsoft365_list](https://hub.steampipe.io/plugins/turbot/microsoft365/tables/microsoft365_list)
  - [microsoft365_organization](https://hub.steampipe.io/plugins/turbot/microsoft365/tables/microsoft365_organization)
  - [microsoft365_site](https://hub.steampipe.io/plugins/turbot/microsoft365/tables/microsoft365_site)
  - [microsoft365_user](https://hub.steampipe.io/plugins/turbot/microsoft365/tables/microsoft365_user)

_Enhancements_

- Added the following columns to the `microsoft365_drive` table: ([#67](https://github.com/turbot/steampipe-plugin-microsoft365/pull/67))
  - `list`
  - `owner`
  - `quota`
  - `sharepoint_ids`
  - `system`

_Bug fixes_

- Fixed the `microsoft365_user` table to populate all the column values correctly. ([#68](https://github.com/turbot/steampipe-plugin-microsoft365/pull/68))

_Dependencies_

- Recompiled plugin with [msgraph-sdk-go v1.84.0](https://github.com/microsoftgraph/msgraph-sdk-go/releases/tag/v1.84.0). ([#67](https://github.com/turbot/steampipe-plugin-microsoft365/pull/67))
- Recompiled plugin with Go version `1.24`. ([#66](https://github.com/turbot/steampipe-plugin-microsoft365/pull/66))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.1](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5131-2025-09-25) that addresses critical and high vulnerabilities in dependent packages. ([#70](https://github.com/turbot/steampipe-plugin-microsoft365/pull/70))</description>
            <pubDate>Tue, 14 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-25-0</guid>
            <title>AWS plugin v1.25.0 - Added column full_snapshot_size_in_bytes to aws_ebs_snapshot table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-25-0</link>
            <description>_Enhancements_

- Added column `full_snapshot_size_in_bytes` to `aws_ebs_snapshot` table. ([#2652](https://github.com/turbot/steampipe-plugin-aws/pull/2652)) (Thanks [@bahybintang](https://github.com/bahybintang) for the contribution!)
- Added column `code` to `aws_lambda_alias` table. ([#2649](https://github.com/turbot/steampipe-plugin-aws/pull/2649))

_Bug fixes_

- Fixed the default rate limiter configuration for `AWS Kinesis` service tables. ([#2644](https://github.com/turbot/steampipe-plugin-aws/pull/2644))  (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.13.1](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5131-2025-09-25) that addresses critical and high vulnerabilities in dependent packages. ([#2649](https://github.com/turbot/steampipe-plugin-aws/pull/2649))</description>
            <pubDate>Tue, 14 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jira-plugin-v2-0-3</guid>
            <title>Jira plugin v2.0.3 - Fixed the jira_issue_comment table to correctly return data</title>
            <link>https://steampipe.io/changelog/turbot-jira-plugin-v2-0-3</link>
            <description>_Bug fixes_

- Fixed the `jira_issue_comment` table to correctly return data instead of an empty row when `issue_id` is passed in as an optional qual when querying the table. ([#190](https://github.com/turbot/steampipe-plugin-jira/pull/190))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.13.1](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5131-2025-09-25) that addresses critical and high vulnerabilities in dependent packages. ([#191](https://github.com/turbot/steampipe-plugin-jira/pull/191))</description>
            <pubDate>Mon, 06 Oct 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-steampipe-plugin-v1-1-0</guid>
            <title>Steampipe plugin v1.1.0 - Recompiled plugin with steampipe-plugin-sdk v5.13.1 that addresses critical and high vulnerabilities in dependent packages</title>
            <link>https://steampipe.io/changelog/turbot-steampipe-plugin-v1-1-0</link>
            <description>_Dependencies_

- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.1](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5131-2025-09-25) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Thu, 25 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-2-0</guid>
            <title>Steampipe CLI v2.2.0 - Add support for using context functions in steampipe connection config</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-2-0</link>
            <description>_Whats new_
- Add support for using context functions in steampipe connection config. ([#4433](https://github.com/turbot/steampipe/issues/4433))
- Show message during startup indicating whether Steampipe launched its own Postgres or connected to an existing service. ([#4427](https://github.com/turbot/steampipe/issues/4427))

_Bug fixes_
- Fix issue where running `plugin update` was creating the default config file, if it did not exist. ([#4628](https://github.com/turbot/steampipe/issues/4628))
- Fix help message after uninstalling plugins. ([#4483](https://github.com/turbot/steampipe/issues/4483))
- Fix issue where steampipe login was not respecting `PIPES_INSTALL_DIR` env var. ([#4402](https://github.com/turbot/steampipe/issues/4402))</description>
            <pubDate>Wed, 24 Sep 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-8-0</guid>
            <title>Azure plugin v1.8.0 - Added column support_plan to the azure_kubernetes_cluster table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-8-0</link>
            <description>_Enhancements_

- Added column `support_plan` to the `azure_kubernetes_cluster` table. ([#944](https://github.com/turbot/steampipe-plugin-azure/pull/944)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Bug fixes_

- Fixed the common `subscription_id` column across all Azure tables to always fetch the value from the API, ensuring consistency and avoiding mismatches with subscription IDs set via connection config arguments or environment variables. ([#948](https://github.com/turbot/steampipe-plugin-azure/pull/948))</description>
            <pubDate>Fri, 19 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-24-0</guid>
            <title>AWS plugin v1.24.0 - Added physical_resource_id column as an optional qualifier to the aws_cloudformation_stack_resource table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-24-0</link>
            <description>_Enhancements_

- Added `physical_resource_id` column as an optional qualifier to the `aws_cloudformation_stack_resource` table. ([#2635](https://github.com/turbot/steampipe-plugin-aws/pull/2635))
- Added `metadata` column to `aws_cloudformation_stack_resource` table. ([#2635](https://github.com/turbot/steampipe-plugin-aws/pull/2635))
- Added default rate limit configuration for `AWS Lambda` service tables. ([#2561](https://github.com/turbot/steampipe-plugin-aws/pull/2561))

_Bug fixes_

- Fixed the `aws_availability_zone` table to respect `ignore_error_codes` and `ignore_error_messages` connection config arguments. ([#2640](https://github.com/turbot/steampipe-plugin-aws/pull/2640))</description>
            <pubDate>Fri, 19 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v1-12-0</guid>
            <title>GCP plugin v1.12.0 - Added default rate limiter configurations for GCP Resource Manager, Compute Engine, Storage, Secret Manager, Logging, Pub/Sub, IAM, Cloud Functions, and Cloud DNS tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v1-12-0</link>
            <description>_Enhancements_

- Added default rate limiter configurations for GCP Resource Manager, Compute Engine, Storage, Secret Manager, Logging, Pub/Sub, IAM, Cloud Functions, and Cloud DNS tables. ([#779](https://github.com/turbot/steampipe-plugin-gcp/pull/779))</description>
            <pubDate>Thu, 18 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-5-0</guid>
            <title>AzureAD plugin v1.5.0 - Added azuread_cross_tenant_access_policy, azuread_directory_role_assignment, azuread_directory_role_definition tables</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azuread_cross_tenant_access_policy](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_cross_tenant_access_policy) ([#279](https://github.com/turbot/steampipe-plugin-azuread/pull/279))
  - [azuread_directory_role_assignment](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_directory_role_assignment) ([#265](https://github.com/turbot/steampipe-plugin-azuread/pull/265))
  - [azuread_directory_role_definition](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_directory_role_definition) ([#265](https://github.com/turbot/steampipe-plugin-azuread/pull/265))
  - [azuread_directory_role_eligibility_schedule_instance](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_directory_role_eligibility_schedule_instance) ([#265](https://github.com/turbot/steampipe-plugin-azuread/pull/265))
  - [azuread_directory_role_template](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_directory_role_template) ([#265](https://github.com/turbot/steampipe-plugin-azuread/pull/265))

_Dependencies_

- Recompiled plugin with Go version `1.24`. ([#267](https://github.com/turbot/steampipe-plugin-azuread/pull/267))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#267](https://github.com/turbot/steampipe-plugin-azuread/pull/267))</description>
            <pubDate>Thu, 18 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-datadog-plugin-v1-2-1</guid>
            <title>Datadog plugin v1.2.1 - Fixed pagination in datadog_security_monitoring_signal table</title>
            <link>https://steampipe.io/changelog/turbot-datadog-plugin-v1-2-1</link>
            <description>_Bug fixes_

- Fixed pagination in `datadog_security_monitoring_signal` table. ([#94](https://github.com/turbot/steampipe-plugin-datadog/pull/94)) (Thanks [@l-teles](https://github.com/l-teles) for the contribution!)</description>
            <pubDate>Wed, 17 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jira-plugin-v2-0-2</guid>
            <title>Jira plugin v2.0.2 - Updated the jira_issue table to use the latest Jira Cloud platform REST API v3</title>
            <link>https://steampipe.io/changelog/turbot-jira-plugin-v2-0-2</link>
            <description>_Bug fixes_

- Fixed the `fields` column in the `jira_issue` table to consistently return all custom fields instead of `null`. ([#185](https://github.com/turbot/steampipe-plugin-jira/pull/185)) (Thanks [@l-teles](https://github.com/l-teles) for the contribution!)</description>
            <pubDate>Tue, 16 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jira-plugin-v2-0-0</guid>
            <title>Jira plugin v2.0.0 - Updated the jira_issue table to use the latest Jira Cloud platform REST API v3</title>
            <link>https://steampipe.io/changelog/turbot-jira-plugin-v2-0-0</link>
            <description>_Breaking changes_

- [jira_issue_comment](https://hub.steampipe.io/plugins/turbot/jira/tables/jira_issue_comment) table now requires an `issue_id` filter in the `WHERE` or `JOIN` clause. ([#180](https://github.com/turbot/steampipe-plugin-jira/pull/180))

_Enhancements_

- Updated the `jira_issue` table to use the latest [Jira Cloud platform REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get). ([#180](https://github.com/turbot/steampipe-plugin-jira/pull/180))

_Bug fixes_

- Fixed the `jira_issue_worklog` table to correctly populate the `issue_id` column when provided as a query parameter. ([#164](https://github.com/turbot/steampipe-plugin-jira/pull/164))

_Dependencies_

- Recompiled plugin with Go version `1.24`. ([#175](https://github.com/turbot/steampipe-plugin-jira/pull/175))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#175](https://github.com/turbot/steampipe-plugin-jira/pull/175))</description>
            <pubDate>Fri, 12 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-datadog-plugin-v1-2-0</guid>
            <title>Datadog plugin v1.2.0 - Added support for the DD_CLIENT_API_URL environment variable to configure the `api_url` connection argument</title>
            <link>https://steampipe.io/changelog/turbot-datadog-plugin-v1-2-0</link>
            <description>_What&apos;s new?_

- Added support for the `DD_CLIENT_API_URL` environment variable to configure the `api_url` connection argument. Please refer to the [Configuration](https://hub.steampipe.io/plugins/turbot/datadog#configuration) section for more details. ([#92](https://github.com/turbot/steampipe-plugin-datadog/pull/92)) (Thanks [@l-teles](https://github.com/l-teles) for the contribution!)

_Dependencies_

- Recompiled plugin with Go version `1.24`. ([#89](https://github.com/turbot/steampipe-plugin-datadog/pull/89))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#89](https://github.com/turbot/steampipe-plugin-datadog/pull/89))</description>
            <pubDate>Fri, 12 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-crowdstrike-plugin-v1-2-0</guid>
            <title>CrowdStrike plugin v1.2.0 - Added crowdstrike_alert table</title>
            <link>https://steampipe.io/changelog/turbot-crowdstrike-plugin-v1-2-0</link>
            <description>_Deprecations_

- [crowdstrike_detection](https://hub.steampipe.io/plugins/turbot/crowdstrike/tables/crowdstrike_detection) table has been deprecated due to missing API support. It will be removed in a future major release. Please use [crowdstrike_alert](https://hub.steampipe.io/plugins/turbot/crowdstrike/tables/crowdstrike_alert) table instead. ([#57](https://github.com/turbot/steampipe-plugin-crowdstrike/pull/57))

_What&apos;s new?_

- New tables added
  - [crowdstrike_alert](https://hub.steampipe.io/plugins/turbot/crowdstrike/tables/crowdstrike_alert) ([#57](https://github.com/turbot/steampipe-plugin-crowdstrike/pull/57))

_Dependencies_

- Recompiled plugin with `github.com/crowdstrike/gofalcon` with [v0.16.0](https://github.com/CrowdStrike/gofalcon/releases/tag/v0.16.0). ([#57](https://github.com/turbot/steampipe-plugin-crowdstrike/pull/57))
- Recompiled plugin with Go version `1.24`. ([#55](https://github.com/turbot/steampipe-plugin-crowdstrike/pull/55))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#55](https://github.com/turbot/steampipe-plugin-crowdstrike/pull/55))</description>
            <pubDate>Fri, 12 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v1-6-0</guid>
            <title>GitHub plugin v1.6.0 - Added github_repository_discussion table</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v1-6-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_repository_discussion](https://hub.steampipe.io/plugins/turbot/github/tables/github_repository_discussion) ([#513](https://github.com/turbot/steampipe-plugin-github/pull/513))

_Dependencies_

- Recompiled plugin with Go version `1.24`. ([#509](https://github.com/turbot/steampipe-plugin-github/pull/509))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#509](https://github.com/turbot/steampipe-plugin-github/pull/509))</description>
            <pubDate>Mon, 08 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-pipes-plugin-v1-4-0</guid>
            <title>Pipes plugin v1.4.0 - Added DefaultRetryConfig to the plugin to efficiently handle rate limit errors</title>
            <link>https://steampipe.io/changelog/turbot-pipes-plugin-v1-4-0</link>
            <description>_Enhancements_

- Added `DefaultRetryConfig` to the plugin, enabling automatic retries on rate limit errors and improving overall query stability and performance. ([#55](https://github.com/turbot/steampipe-plugin-pipes/pull/55))

_Dependencies_

- Recompiled plugin with Go version `1.24`. ([#52](https://github.com/turbot/steampipe-plugin-pipes/pull/52))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#52](https://github.com/turbot/steampipe-plugin-pipes/pull/52))</description>
            <pubDate>Fri, 05 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-grafana-plugin-v1-2-0</guid>
            <title>Grafana plugin v1.2.0 - Recompiled plugin with grafana-openapi-client-go SDK</title>
            <link>https://steampipe.io/changelog/turbot-grafana-plugin-v1-2-0</link>
            <description>_Dependencies_

- Recompiled plugin with [github.com/grafana/grafana-openapi-client-go](https://github.com/grafana/grafana-openapi-client-go). ([#47](https://github.com/turbot/steampipe-plugin-grafana/pull/47))
- Recompiled plugin with Go version `1.24`. ([#45](https://github.com/turbot/steampipe-plugin-grafana/pull/45))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#45](https://github.com/turbot/steampipe-plugin-grafana/pull/45))</description>
            <pubDate>Thu, 04 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v1-11-0</guid>
            <title>GCP plugin v1.11.0 - Added gcp_organization_audit_policy table</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v1-11-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_organization_audit_policy](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_organization_audit_policy) ([#781](https://github.com/turbot/steampipe-plugin-gcp/pull/781))</description>
            <pubDate>Thu, 04 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-7-0</guid>
            <title>Azure plugin v1.7.0 - Added Azure cost and usage tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-7-0</link>
            <description>_What&apos;s new?_

- New tables added: ([#923](https://github.com/turbot/steampipe-plugin-azure/pull/923))
  - [azure_cost_by_resource_group_daily](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cost_by_resource_group_daily)
  - [azure_cost_by_resource_group_monthly](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cost_by_resource_group_daily)
  - [azure_cost_by_service_daily](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cost_by_service_daily)
  - [azure_cost_by_service_monthly](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cost_by_service_monthly)
  - [azure_cost_usage](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cost_usage)

_Enhancements_

- Added default rate limiter configuration for the following tables: ([#942](https://github.com/turbot/steampipe-plugin-azure/pull/942))
  - `azure_compute_virtual_machine`
  - `azure_key_vault_key`
  - `azure_key_vault_secret`
  - `azure_monitor_activity_log`
  - `azure_resource_group`
  - `azure_storage_account`
  - `azure_storage_blob`
  - `azure_subscription`</description>
            <pubDate>Thu, 04 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-3-0</guid>
            <title>Cloudflare plugin v1.3.0 - Added cloudflare_custom_certificate, cloudflare_healthcheck and cloudflare_worker_script tables</title>
            <link>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-3-0</link>
            <description>_What&apos;s new?_

- New tables added (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)
  - [cloudflare_custom_certificate](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_custom_certificate) ([#180](https://github.com/turbot/steampipe-plugin-cloudflare/pull/180))
  - [cloudflare_healthcheck](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_healthcheck) ([#181](https://github.com/turbot/steampipe-plugin-cloudflare/pull/181))
  - [cloudflare_worker_script](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_worker_script) ([#182](https://github.com/turbot/steampipe-plugin-cloudflare/pull/182))</description>
            <pubDate>Fri, 29 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-hcloud-plugin-v1-2-0</guid>
            <title>Hetzner Cloud plugin v1.2.0 - Added hcloud_firewall table</title>
            <link>https://steampipe.io/changelog/turbot-hcloud-plugin-v1-2-0</link>
            <description>- New tables added
  - [hcloud_firewall](https://hub.steampipe.io/plugins/turbot/hcloud/tables/hcloud_firewall) ([#47](https://github.com/turbot/steampipe-plugin-hcloud/pull/47)) (Thanks [@kuang87](https://github.com/kuang87) for the contribution!!)

_Bug fixes_

- Fixed the `bound_to` column of `hcloud_image` table to correctly return data instead of an error. ([#48](https://github.com/turbot/steampipe-plugin-hcloud/pull/48)) (Thanks [@kuang87](https://github.com/kuang87) for the contribution!!)

_Dependencies_

- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Fri, 22 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-exec-plugin-v1-2-0</guid>
            <title>Exec plugin v1.2.0 - Fixed the example query in the plugin documentation page</title>
            <link>https://steampipe.io/changelog/turbot-exec-plugin-v1-2-0</link>
            <description>_Bug fixes_

- Fixed the example query in the plugin documentation to use the correct column name `exec_output` instead of `output`. ([#63](https://github.com/turbot/steampipe-plugin-exec/pull/63)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!!)

_Dependencies_

- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Fri, 22 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-23-0</guid>
            <title>AWS plugin v1.23.0 - Added 9 new tables including aws_ec2_spot_fleet_request, aws_glue_ml_transform, and others</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-23-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_ec2_spot_fleet_request](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ec2_spot_fleet_request) ([#2599](https://github.com/turbot/steampipe-plugin-aws/pull/2599))
  - [aws_glue_ml_transform](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_glue_ml_transform) ([#2610](https://github.com/turbot/steampipe-plugin-aws/pull/2610))
  - [aws_inspector2_organization_configuration](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_inspector2_organization_configuration) ([#2608](https://github.com/turbot/steampipe-plugin-aws/pull/2608))
  - [aws_mskconnect_connector](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_mskconnect_connector) ([#2603](https://github.com/turbot/steampipe-plugin-aws/pull/2603))
  - [aws_s3_directory_bucket](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_s3_directory_bucket) ([#2618](https://github.com/turbot/steampipe-plugin-aws/pull/2618))
  - [aws_servicecatalog_portfolio_share](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_servicecatalog_portfolio_share) ([#2612](https://github.com/turbot/steampipe-plugin-aws/pull/2612))
  - [aws_ssm_service_setting](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ssm_service_setting) ([#2611](https://github.com/turbot/steampipe-plugin-aws/pull/2611))
  - [aws_transfer_connector](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_transfer_connector) ([#2606](https://github.com/turbot/steampipe-plugin-aws/pull/2606))
  - [aws_vpc_block_public_access_options](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_vpc_block_public_access_options) ([#2595](https://github.com/turbot/steampipe-plugin-aws/pull/2595))

_Enhancements_

- Added columns `tags` and `tags_src` to `aws_ec2_load_balancer_listener_rule` table. ([#2625](https://github.com/turbot/steampipe-plugin-aws/pull/2625))
- Added column `multi_az` to `aws_redshift_cluster` table. ([#2617](https://github.com/turbot/steampipe-plugin-aws/pull/2617))

_Bug fixes_

- Fixed the `aws_cloudformation_stack_resource` table to correctly return data instead of an error. ([#2622](https://github.com/turbot/steampipe-plugin-aws/pull/2622))</description>
            <pubDate>Fri, 22 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/xybytes-sentinelone-plugin-v0-0-4</guid>
            <title>SentinelOne plugin v0.0.4 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/xybytes-sentinelone-plugin-v0-0-4</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@xybytes](https://github.com/xybytes) for the new plugin!)
  - [sentinelone_activity](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_activity)
  - [sentinelone_agent](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_agent)
  - [sentinelone_alert](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_alert)
  - [sentinelone_application](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_application)
  - [sentinelone_cve](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_cve)
  - [sentinelone_note](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_note)
  - [sentinelone_threat](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_threat)
  - [sentinelone_timeline](https://hub.steampipe.io/plugins/xybytes/sentinelone/tables/sentinelone_timeline)</description>
            <pubDate>Thu, 21 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-okta-plugin-v1-2-0</guid>
            <title>Okta plugin v1.2.0 - Added okta_authenticator table</title>
            <link>https://steampipe.io/changelog/turbot-okta-plugin-v1-2-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [okta_authenticator](https://hub.steampipe.io/plugins/turbot/okta/tables/okta_authenticator) ([#182](https://github.com/turbot/steampipe-plugin-okta/pull/182)) (Thanks [@ameyer117](https://github.com/ameyer117) for the contribution!!)

_Bug fixes_

- Fixed the `okta_network_zone` table to correctly return data instead of an error. ([#160](https://github.com/turbot/steampipe-plugin-okta/pull/160))

_Dependencies_

- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Thu, 21 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-bigfix-plugin-v1-0-0</guid>
            <title>BigFix plugin v1.0.0 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/turbot-bigfix-plugin-v1-0-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [bigfix_action](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_action)
  - [bigfix_analysis](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_analysis)
  - [bigfix_computer](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_computer)
  - [bigfix_fixlet](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_fixlet)
  - [bigfix_property](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_property)
  - [bigfix_role](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_role)
  - [bigfix_site](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_site)
  - [bigfix_task](https://hub.steampipe.io/plugins/turbot/bigfix/tables/bigfix_task)</description>
            <pubDate>Tue, 19 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-vanta-plugin-v2-0-4</guid>
            <title>Vanta plugin v2.0.4 - Updated the plugin to follow the latest REST API structure</title>
            <link>https://steampipe.io/changelog/turbot-vanta-plugin-v2-0-4</link>
            <description>_Breaking changes_

- **Configuration Changes**
  - The plugin configuration format has changed to support the REST API.
  - You must now configure either **OAuth client credentials** or an **access token** for authentication. Please refer to the [Configuration](https://hub.steampipe.io/plugins/turbot/vanta#configuration) section for additional information.

- **API Migration**
  - Migrated from Vanta&apos;s deprecated **GraphQL** API to the new **REST** API.
  - Queries, dashboards, and benchmarks that reference removed columns (listed below) will fail until updated.

- **Removed Columns**

  **`vanta_computer`**
    - `agent_version`
    - `hostname`
    - `host_identifier`
    - `last_ping`
    - `num_browser_extensions`
    - `endpoint_applications`
    - `installed_av_programs`
    - `installed_password_managers`
    - `unsupported_reasons`
    - `organization_name`

  **`vanta_evidence`**
    - `title`
    - `evidence_request_id`
    - `category`
    - `uid`
    - `app_upload_enabled`
    - `restricted`
    - `dismissed_status`
    - `renewal_metadata`
    - `organization_name`

  **`vanta_group`**
    - `checklist`
    - `embedded_idp_group`
    - `organization_name`

  **`vanta_integration`**
    - `description`
    - `application_url`
    - `installation_url`
    - `logo_slug_id`
    - `credentials`
    - `integration_categories`
    - `service_categories`
    - `organization_name`

  **`vanta_monitor`**
    - `controls`
    - `organization_name`

  **`vanta_policy`**
    - `policy_type`
    - `created_at`
    - `updated_at`
    - `employee_acceptance_test_id`
    - `num_users`
    - `num_users_accepted`
    - `source`
    - `acceptance_controls`
    - `approver`
    - `standards`
    - `uploaded_doc`
    - `uploader`
    - `organization_name`

  **`vanta_user`**
    - `is_from_scan`
    - `needs_employee_digest_reminder`
    - `is_not_human`

  **`vanta_vendor`**
    - `vendor_risk_locked`
    - `owner`
    - `risk_profile`
    - `organization_name`

- **Migration Notes**
  - **Reason for change:** Vanta has ended GraphQL API support; the REST API is now the only supported interface.
  - **Action required:**
    - Update SQL queries to remove or replace references to removed columns.
    - Review table documentation for updated field availability.</description>
            <pubDate>Mon, 18 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-2-0</guid>
            <title>Cloudflare plugin v1.2.0 - Recompiled plugin with cloudflare-go v4.2.0</title>
            <link>https://steampipe.io/changelog/turbot-cloudflare-plugin-v1-2-0</link>
            <description>_Deprecations_

- The `cloudflare_firewall_rule` table has been deprecated. Please use `cloudflare_ruleset` table instead. ([#166](https://github.com/turbot/steampipe-plugin-cloudflare/pull/166)) 
- The following columns have been deprecated due to lack of API support and will be fully removed in the future major release: ([#166](https://github.com/turbot/steampipe-plugin-cloudflare/pull/166)) 
  - `cloudflare_account_member`
    - `code`
  - `cloudflare_dns_record`
    - `locked`
  - `cloudflare_logpush_job`
    - `frequency`
    - `logpull_options`
  - `cloudflare_user`
    - `api_key`
  - `cloudflare_zone`
    - `plan_pending`
    - `settings`

_What&apos;s new?_

- New tables added
  - [cloudflare_custom_page](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_custom_page) ([#176](https://github.com/turbot/steampipe-plugin-cloudflare/pull/176)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)
  - [cloudflare_logpush_job](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_logpush_job) ([#177](https://github.com/turbot/steampipe-plugin-cloudflare/pull/177)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)
  - [cloudflare_notification](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_notification) ([#179](https://github.com/turbot/steampipe-plugin-cloudflare/pull/179)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)
  - [cloudflare_ruleset](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_ruleset) ([#166](https://github.com/turbot/steampipe-plugin-cloudflare/pull/166))
  - [cloudflare_zone_setting](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_zone_setting) ([#170](https://github.com/turbot/steampipe-plugin-cloudflare/pull/170))
  - [cloudflare_zone](https://hub.steampipe.io/plugins/turbot/cloudflare/tables/cloudflare_zone) ([#170](https://github.com/turbot/steampipe-plugin-cloudflare/pull/170))

_Enhancements_

- Added the following new columns to the `cloudflare_zone` table: ([#174](https://github.com/turbot/steampipe-plugin-cloudflare/pull/174)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)
  - `smart_tiered_cache`
  - `regional_tiered_cache`
  - `argo_tiered_caching`
  - `argo_smart_routing`
  - `bot_management`
  - `security_txt`
- Added columns `account_name` and `health` to the `cloudflare_load_balancer_pool` table. ([#175](https://github.com/turbot/steampipe-plugin-cloudflare/pull/175)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)
- Added `max_request_timeout` and `max_retries` config arguments to effectively manage the plugin&apos;s rate limiting errors. ([#166](https://github.com/turbot/steampipe-plugin-cloudflare/pull/166)) 

_Bug fixes_

- Fixed the `ttl` column in `cloudflare_dns_record` table to correctly return data instead of `null`. ([#173](https://github.com/turbot/steampipe-plugin-cloudflare/pull/173)) (Thanks [@Theo-Bouguet](https://github.com/Theo-Bouguet) for the contribution!!)

_Dependencies_

- Recompiled plugin with [cloudflare-go v4.2.0](https://github.com/cloudflare/cloudflare-go/releases/tag/v4.2.0). ([#166](https://github.com/turbot/steampipe-plugin-cloudflare/pull/166)) 
- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Mon, 18 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-22-0</guid>
            <title>AWS plugin v1.22.0 - Added 6 new tables including aws_appsync_api, aws_codebuild_report_group, and others</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-22-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_appsync_api](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_appsync_api) ([#2591](https://github.com/turbot/steampipe-plugin-aws/pull/2591))
  - [aws_codebuild_report_group](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_codebuild_report_group) ([#2589](https://github.com/turbot/steampipe-plugin-aws/pull/2589))
  - [aws_connect_instance_attribute](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_connect_instance_attribute) ([#2592](https://github.com/turbot/steampipe-plugin-aws/pull/2592))
  - [aws_connect_instance](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_connect_instance) ([#2592](https://github.com/turbot/steampipe-plugin-aws/pull/2592))
  - [aws_datasync_task](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_datasync_task) ([#2590](https://github.com/turbot/steampipe-plugin-aws/pull/2590))
  - [aws_vpc_security_group_vpc_association](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_vpc_security_group_vpc_association) ([#2597](https://github.com/turbot/steampipe-plugin-aws/pull/2597))

_Enhancements_

- Added `api_cache` column to `aws_appsync_graphql_api` table. ([#2591](https://github.com/turbot/steampipe-plugin-aws/pull/2591))</description>
            <pubDate>Thu, 14 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-6-0</guid>
            <title>Azure plugin v1.6.0 - Added diagnostic_settings column to the azure_databricks_workspace table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-6-0</link>
            <description>_Enhancements_

- Added `diagnostic_settings` column to the `azure_databricks_workspace` table. ([#930](https://github.com/turbot/steampipe-plugin-azure/pull/930))
- Added `file_services` column to the `azure_storage_account` table. ([#933](https://github.com/turbot/steampipe-plugin-azure/pull/933))
- Added `rotation_policy` column to the `azure_key_vault_key` table. ([#931](https://github.com/turbot/steampipe-plugin-azure/pull/931))</description>
            <pubDate>Wed, 06 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-5-1</guid>
            <title>Azure plugin v1.5.1 - Fixed the azure_network_watcher_flow_log table to correctly return data</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-5-1</link>
            <description>_Bug fixes_

- Fixed the `azure_network_watcher_flow_log` table to correctly return data instead of an error. ([#926](https://github.com/turbot/steampipe-plugin-azure/pull/926))</description>
            <pubDate>Fri, 01 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-5-0</guid>
            <title>Azure plugin v1.5.0 - Added azure_network_profile table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-5-0</link>
            <description>_Deprecations_

- The following columns of the `azure_security_center_contact` have now been deprecated due to the lack of API support:
  - `alert_notifications`
  - `alerts_to_admins`
  
_What&apos;s new?_

- New tables added
  - [azure_network_profile](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_network_profile) ([#892](https://github.com/turbot/steampipe-plugin-azure/pull/892))

_Enhancements_

- Added [rate-limiter tags](https://steampipe.io/docs/guides/limiter#concurrency--rate-limiting) to all tables which can be used to smooth request rates and limit the number of parallel requests to avoid hitting API rate limits. ([#904](https://github.com/turbot/steampipe-plugin-azure/pull/904))
- Added `diagnostic_settings` column to `azure_app_service_web_app` table. ([#921](https://github.com/turbot/steampipe-plugin-azure/pull/921))
- Added `default_blob_diagnostic_settings`, `default_file_diagnostic_settings`, `default_table_diagnostic_settings` and `default_queue_diagnostic_settings` columns to `azure_storage_account` table. ([#918](https://github.com/turbot/steampipe-plugin-azure/pull/918))
- Added `key_policy` column to `azure_storage_account` table. ([#922](https://github.com/turbot/steampipe-plugin-azure/pull/922))

_Bug fixes_

- Fixed the `azure_storage_account` table to correctly handle the `no such host error for premium type storage account`. ([#922](https://github.com/turbot/steampipe-plugin-azure/pull/922))
- Fixed the `diagnostic_settings` column in `azure_key_vault` table to correctly return data instead of null. ([#915](https://github.com/turbot/steampipe-plugin-azure/pull/915))
- Fixed `azure_data_protection_backup_vault` and `azure_security_center_contact` tables to correctly return data instead of an error. ([#917](https://github.com/turbot/steampipe-plugin-azure/pull/917))
- Fixed the `azure_security_center_contact` table to correctly return data instead of null. ([#902](https://github.com/turbot/steampipe-plugin-azure/pull/902))

_Dependencies_

- Recompiled plugin with Go version `1.24`. ([#912](https://github.com/turbot/steampipe-plugin-azure/pull/912))
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#912](https://github.com/turbot/steampipe-plugin-azure/pull/912))</description>
            <pubDate>Fri, 01 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-21-0</guid>
            <title>AWS plugin v1.21.0 - Added aws_bedrock_* tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-21-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_bedrock_agent](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_bedrock_agent) ([#2580](https://github.com/turbot/steampipe-plugin-aws/pull/2580))
  - [aws_bedrock_foundation_model](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_bedrock_foundation_model) ([#2581](https://github.com/turbot/steampipe-plugin-aws/pull/2581))
  - [aws_bedrock_imported_model](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_bedrock_imported_model) ([#2581](https://github.com/turbot/steampipe-plugin-aws/pull/2581))
  - [aws_bedrock_knowledge_base](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_bedrock_knowledge_base) ([#2580](https://github.com/turbot/steampipe-plugin-aws/pull/2580))
  - [aws_elasticache_serverless_cache](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_elasticache_serverless_cache) ([#2538](https://github.com/turbot/steampipe-plugin-aws/pull/2538)) (Thanks [@michalpl-monday](https://github.com/michalpl-monday) for the contribution!)</description>
            <pubDate>Wed, 30 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v1-5-0</guid>
            <title>Kubernetes plugin v1.5.0 - Fixed the containers_resources_limits_std and containers_resources_requests_std columns in the kubernetes_pod table</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v1-5-0</link>
            <description>_Bug fixes_

- Fixed the `containers_resources_limits_std` and `containers_resources_requests_std` columns in the `kubernetes_pod` table to correctly return data when pod resource limits or requests are expressed in scientific notation, preventing errors. ([#315](https://github.com/turbot/steampipe-plugin-kubernetes/pull/315))

_Dependencies_

- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Fri, 25 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-hudsonrock-plugin-v1-0-0</guid>
            <title>Hudson Rock plugin v1.0.0 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/turbot-hudsonrock-plugin-v1-0-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [hudsonrock_search_by_domain](https://hub.steampipe.io/plugins/turbot/hudsonrock/tables/hudsonrock_search_by_domain)
  - [hudsonrock_search_by_email](https://hub.steampipe.io/plugins/turbot/hudsonrock/tables/hudsonrock_search_by_email)
  - [hudsonrock_search_by_ip](https://hub.steampipe.io/plugins/turbot/hudsonrock/tables/hudsonrock_search_by_ip)
  - [hudsonrock_search_by_username](https://hub.steampipe.io/plugins/turbot/hudsonrock/tables/hudsonrock_search_by_username)
  - [hudsonrock_url_by_domain](https://hub.steampipe.io/plugins/turbot/hudsonrock/tables/hudsonrock_url_by_domain)</description>
            <pubDate>Fri, 25 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v1-10-0</guid>
            <title>GCP plugin v1.10.0 - Fixed gcp_compute_ssl_policy table to return regional along with global SSL policies</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v1-10-0</link>
            <description>_Bug fixes_

- Fixed `gcp_compute_ssl_policy` table to return regional along with global SSL policies. ([#773](https://github.com/turbot/steampipe-plugin-gcp/pull/773))

_Dependencies_

- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Thu, 24 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-20-0</guid>
            <title>AWS plugin v1.20.0 - Added aws_bedrock_custom_model table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-20-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_bedrock_custom_model](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_bedrock_custom_model) ([#2569](https://github.com/turbot/steampipe-plugin-aws/pull/2569))

_Enhancements_

- Added `export` column to the `aws_acm_certificate` table. ([#2571](https://github.com/turbot/steampipe-plugin-aws/pull/2571))
- Added `ignore_error_messages` config arg to provide users the ability to set a list of additional AWS error messages to ignore while running queries. For more information, please see [AWS plugin configuration](https://hub.steampipe.io/plugins/turbot/aws#configuration) ([#2560](https://github.com/turbot/steampipe-plugin-aws/pull/2560))

_Dependencies_

- Recompiled plugin with Go version `1.24`.
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Thu, 24 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-googleworkspace-plugin-v1-2-0</guid>
            <title>Google Workspace plugin v1.2.0 - Added googleworkspace_activity_report table</title>
            <link>https://steampipe.io/changelog/turbot-googleworkspace-plugin-v1-2-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [googleworkspace_activity_report](https://hub.steampipe.io/plugins/turbot/googleworkspace/tables/googleworkspace_activity_report) ([#88](https://github.com/turbot/steampipe-plugin-googleworkspace/pull/88)) (Thanks [@assakafpix](https://github.com/assakafpix) for the contribution!!)

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.7](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5117-2025-06-04) which resolves an issue where rate limiters were not being applied to hydrate functions correctly. ([#87](https://github.com/turbot/steampipe-plugin-googleworkspace/pull/87))</description>
            <pubDate>Mon, 21 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v1-5-0</guid>
            <title>GitHub plugin v1.5.0 - Added github_traffic_clone_daily and github_traffic_clone_weekly tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v1-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_traffic_clone_daily](https://hub.steampipe.io/plugins/turbot/github/tables/github_traffic_clone_daily) ([#505](https://github.com/turbot/steampipe-plugin-github/pull/505)) (Thanks [@sohanmaheshwar](https://github.com/sohanmaheshwar) for the contribution!!)
  - [github_traffic_clone_weekly](https://hub.steampipe.io/plugins/turbot/github/tables/github_traffic_clone_weekly) ([#505](https://github.com/turbot/steampipe-plugin-github/pull/505)) (Thanks [@sohanmaheshwar](https://github.com/sohanmaheshwar) for the contribution!!)</description>
            <pubDate>Mon, 21 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-wiz-plugin-v1-2-0</guid>
            <title>Wiz plugin v1.2.0 - Fixed the control column of the wiz_cloud_config_rule table</title>
            <link>https://steampipe.io/changelog/turbot-wiz-plugin-v1-2-0</link>
            <description>_Bug fixes_

- Fixed the `control` column of `wiz_cloud_config_rule` table to correctly return data instead of an error. ([#61](https://github.com/turbot/steampipe-plugin-wiz/pull/61))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.7](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5117-2025-06-04) which resolves an issue where rate limiters were not being applied to hydrate functions correctly. ([#58](https://github.com/turbot/steampipe-plugin-wiz/pull/58))</description>
            <pubDate>Thu, 17 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-bitbucket-plugin-v1-2-0</guid>
            <title>Bitbucket plugin v1.2.0 - Added destination, destination_branch_name and source columns to the bitbucket_pull_request table</title>
            <link>https://steampipe.io/changelog/turbot-bitbucket-plugin-v1-2-0</link>
            <description>_Enhancements_

- Added `destination`, `destination_branch_name` and `source` columns to the `bitbucket_pull_request` table. ([#119](https://github.com/turbot/steampipe-plugin-bitbucket/pull/119))

_Bug fixes_

- Renamed the incorrectly named `branch_name` column to `source_branch_name` in the `bitbucket_pull_request` table to reflect the correct source branch of the pull request. ([#119](https://github.com/turbot/steampipe-plugin-bitbucket/pull/119))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.7](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5117-2025-06-04) which resolves an issue where rate limiters were not being applied to hydrate functions correctly. ([#115](https://github.com/turbot/steampipe-plugin-bitbucket/pull/115))</description>
            <pubDate>Thu, 17 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-19-0</guid>
            <title>AWS plugin v1.19.0 - Added aws_trusted_advisor_check_result table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-19-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_trusted_advisor_check_result](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_trusted_advisor_check_result) ([#2555](https://github.com/turbot/steampipe-plugin-aws/pull/2555))</description>
            <pubDate>Thu, 17 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/vadimklimov-cpi-plugin-v0-0-2</guid>
            <title>CPI plugin v0.0.2 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/vadimklimov-cpi-plugin-v0-0-2</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@vadimklimov](https://github.com/vadimklimov) for the new plugin!)
	- [cpi_integration_flow](https://hub.steampipe.io/plugins/vadimklimov/cpi/tables/cpi_integration_flow)
	- [cpi_integration_package](https://hub.steampipe.io/plugins/vadimklimov/cpi/tables/cpi_integration_package)
	- [cpi_message_mapping](https://hub.steampipe.io/plugins/vadimklimov/cpi/tables/cpi_message_mapping)
	- [cpi_script_collection](https://hub.steampipe.io/plugins/vadimklimov/cpi/tables/cpi_script_collection)
	- [cpi_value_mapping](https://hub.steampipe.io/plugins/vadimklimov/cpi/tables/cpi_value_mapping)</description>
            <pubDate>Tue, 15 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-1-0</guid>
            <title>Steampipe CLI v2.1.0 - Built with Go 1.24, module bumped to v2, and removed the version package</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-1-0</link>
            <description>_Whats new_
- Compiled with Go 1.24.
- The versioning mechanism has been changed to use GoReleaser for automated version management during the build process.

_Breaking changes_
- The [version](https://pkg.go.dev/github.com/turbot/steampipe@v1.1.4/pkg/version) package, which was previously used to control CLI versioning, has been removed in this version. This change only affects users who were importing the Steampipe version package in their Go code. Regular CLI usage is not impacted.

_Bug fixes_
- Bump module to v2. ([#4593](https://github.com/turbot/steampipe/issues/4593))

_Dependencies_
- Update `go-viper` package to remediate moderate vulnerabilities.</description>
            <pubDate>Wed, 09 Jul 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-17-0</guid>
            <title>AWS plugin v1.17.0 - Added aws_api_gateway_account and aws_iam_instance_profile tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-17-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_api_gateway_account](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_api_gateway_account) ([#2544](https://github.com/turbot/steampipe-plugin-aws/pull/2544))
  - [aws_iam_instance_profile](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_iam_instance_profile) ([#2541](https://github.com/turbot/steampipe-plugin-aws/pull/2541))

_Enhancements_

- Updated the `aws_cloudformation_stack` table to also return stacks that are in `DELETE_COMPLETE` state. ([#2548](https://github.com/turbot/steampipe-plugin-aws/pull/2548))
- Added rate limiters for the following tables: ([#2547](https://github.com/turbot/steampipe-plugin-aws/pull/2547)) 
  - `aws_iam_role`
  - `aws_iam_policy`
  - `aws_iam_policy_attachment` 
- Added default rate limiter configuration for `AWS CloudFormation`, `AWS Kinesis`, `AWS Route 53`, `AWS WAF` and `AWS WAF v2` service tables. ([#2537](https://github.com/turbot/steampipe-plugin-aws/pull/2537)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Bug fixes_

- Fixed `aws_rds_pending_maintenance_action` table to correctly return data instead of an error. ([#2545](https://github.com/turbot/steampipe-plugin-aws/pull/2545))</description>
            <pubDate>Fri, 04 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-16-1</guid>
            <title>AWS plugin v1.16.1 - Reverted the optimization of AWS S3 tables due to InvalidToken errors while executing queries</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-16-1</link>
            <description>_Bug fixes_

- Reverted the optimization of `aws_s3_*` tables from [#2519](https://github.com/turbot/steampipe-plugin-aws/pull/2519) due to `InvalidToken` errors while executing S3 queries. ([#2536](https://github.com/turbot/steampipe-plugin-aws/pull/2536))</description>
            <pubDate>Mon, 23 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-16-0</guid>
            <title>AWS plugin v1.16.0 - Optimized the aws_s3_bucket table to reduce the query time</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-16-0</link>
            <description>_Enhancements_

- Optimized the `aws_s3_bucket` table to reduce query time by improving how bucket regions are handled. ([#2519](https://github.com/turbot/steampipe-plugin-aws/pull/2519))

_Bug fixes_

- Fixed the `policy` column of `aws_iam_policy` table to correctly return data instead of an error when the policy document contains trailing tab characters. ([#2529](https://github.com/turbot/steampipe-plugin-aws/pull/2529))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.12.0](https://github.com/turbot/steampipe-plugin-sdk/blob/v5.12.0/CHANGELOG.md#v5120-2025-06-20), which introduces support for the `UnmarshalJSON` transform function, ensuring robust handling of IAM policy JSON columns. ([#2529](https://github.com/turbot/steampipe-plugin-aws/pull/2529))</description>
            <pubDate>Fri, 20 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v1-4-0</guid>
            <title>GitHub plugin v1.4.0 - Added support for fine-grained personal access token</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v1-4-0</link>
            <description>_What&apos;s new?_

- Added support for [Fine-grained personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token) via the `token` config argument, with each table’s documentation updated to specify the required permissions. Refer to the plugin&apos;s [Credentials](https://hub.steampipe.io/plugins/turbot/github#credentials) section for additional information. ([#497](https://github.com/turbot/steampipe-plugin-github/pull/497))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.7](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5117-2025-06-04) which resolves an issue where rate limiters were not being applied to hydrate functions correctly. ([#499](https://github.com/turbot/steampipe-plugin-github/pull/499))</description>
            <pubDate>Wed, 18 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-0-1</guid>
            <title>Steampipe CLI v2.0.1 - Fix error when running steampipe via symlink</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-0-1</link>
            <description>_Bug fixes_
- Fix `plugin manager is not running` error when starting steampipe via a symlink. ([#4573](https://github.com/turbot/steampipe/issues/4573))</description>
            <pubDate>Wed, 11 Jun 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v2-0-0</guid>
            <title>Steampipe CLI v2.0.0 - Increased glibc requirement to 2.34 for FDW and improved query planning accuracy</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v2-0-0</link>
            <description>_Breaking changes_
- Increased the minimum required `glibc` version to `2.34` for the FDW, due to the upgrade of the Linux build environment from Ubuntu 20.04 to Ubuntu 22.04 GitHub runners. As a result, Steampipe no longer supports older Linux distributions such as Ubuntu 20.04 and Amazon Linux 2.

_Bug fixes_
- Fix issue where the FDW did not correctly provide planning cost information for key-columns with an `any-of` requirement. This led the Postgres planner to choose query plans that do not include filters on those columns, even when filters were present in the query. ([#558](https://github.com/turbot/steampipe-postgres-fdw/issues/558))
- Fix issue where Steampipe was returning a 0 exit code even when a wrong sub-command was run. ([#4563](https://github.com/turbot/steampipe/issues/4563))</description>
            <pubDate>Wed, 11 Jun 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-15-0</guid>
            <title>AWS plugin v1.15.0 - Added aws_cost_by_resource_* tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-15-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_cost_by_resource_daily](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cost_by_resource_daily) ([#2510](https://github.com/turbot/steampipe-plugin-aws/pull/2510))
  - [aws_cost_by_resource_hourly](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cost_by_resource_hourly) ([#2510](https://github.com/turbot/steampipe-plugin-aws/pull/2510))
  - [aws_cost_by_resource_monthly](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cost_by_resource_monthly) ([#2510](https://github.com/turbot/steampipe-plugin-aws/pull/2510))
  - [aws_resource_explorer_resource](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_resource_explorer_resource) ([#2516](https://github.com/turbot/steampipe-plugin-aws/pull/2516))

_Enhancements_

- Optimized the `aws_ecr_image_scan_finding` table to reduce the query timing by removing the `listAwsEcrImageTags` parent hydrate and by adding the `image_tag` as an optional qual. ([#2492](https://github.com/turbot/steampipe-plugin-aws/pull/2492))
- Added column `ephemeral_storage` to `aws_lambda_function` table. ([#2505](https://github.com/turbot/steampipe-plugin-aws/pull/2505))
- Added `connection` and `config-dir` flags to the plugin&apos;s Export tool. 

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.7](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5117-2025-06-04) which resolves an issue where rate limiters were not being applied to hydrate functions correctly, and ensures that errors during data streaming are now properly surfaced by the Export CLI.</description>
            <pubDate>Wed, 11 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-4-0</guid>
            <title>AzureAD plugin v1.4.0 - Added azuread_user_registration_details_report table</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-4-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azuread_user_registration_details_report](https://hub.steampipe.io/plugins/turbot/azuread/tables/azuread_user_registration_details_report) ([#248](https://github.com/turbot/steampipe-plugin-azuread/pull/248)) (Thanks [@MarkusGnigler](https://github.com/MarkusGnigler) for the contribution!)</description>
            <pubDate>Fri, 06 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-3-1</guid>
            <title>Alicloud plugin v1.3.1 - Fixed infinite loop issues in several tables by ensuring queries stop when no more rows are returned by the API</title>
            <link>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-3-1</link>
            <description>_Bug fixes_

- Fixed infinite loop issues in several tables by ensuring queries stop when no more rows are returned by the API. ([#508](https://github.com/turbot/steampipe-plugin-alicloud/pull/508)) (Thanks [@QiXingchuan](https://github.com/QiXingchuan) for the contribution!)

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.6](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5116-2025-05-22) which improves how errors are handled during query execution. ([#523](https://github.com/turbot/steampipe-plugin-alicloud/pull/523))</description>
            <pubDate>Fri, 06 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-1-4</guid>
            <title>Steampipe CLI v1.1.4 - Fix incorrect exit code in query batch mode and update FDW to address security vulnerabilities</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-1-4</link>
            <description>_Bug fixes_
- Fix issue where steampipe was returning 0 exit-code in batch mode even incase of API failures. ([#4551](https://github.com/turbot/steampipe/issues/4551))

_Dependencies_
- Update FDW to 1.12.7 to remediate high vulnerabilities.</description>
            <pubDate>Wed, 04 Jun 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jenkins-plugin-v1-2-0</guid>
            <title>Jenkins plugin v1.2.0 - Added jenkins_user table</title>
            <link>https://steampipe.io/changelog/turbot-jenkins-plugin-v1-2-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [jenkins_user](https://hub.steampipe.io/plugins/turbot/jenkins/tables/jenkins_user) (Thanks [@codenio](https://github.com/codenio) for the contribution!)

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.6](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5116-2025-05-22) which improves how errors are handled during query execution.</description>
            <pubDate>Wed, 04 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v1-8-0</guid>
            <title>GCP plugin v1.8.0 - Added rate-limiter tags to all tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v1-8-0</link>
            <description>_Enhancements_

- Added [rate-limiter tags](https://steampipe.io/docs/guides/limiter#concurrency--rate-limiting) to all tables which can be used to smooth request rates and limit the number of parallel requests to avoid hitting API rate limits. ([#563](https://github.com/turbot/steampipe-plugin-gcp/pull/563))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.6](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5116-2025-05-22) which improves how errors are handled during query execution. ([#758](https://github.com/turbot/steampipe-plugin-gcp/pull/758))</description>
            <pubDate>Fri, 30 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-3-0</guid>
            <title>AzureAD plugin v1.3.0 - Added external_user_state and sign_in_activity columns to azuread_user table</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-3-0</link>
            <description>_Enhancements_

- Added `external_user_state` and `sign_in_activity` columns to `azuread_user` table. ([#250](https://github.com/turbot/steampipe-plugin-azuread/pull/250)) (Thanks [@MarkusGnigler](https://github.com/MarkusGnigler) for the contribution!)
- Added `disable_resilience_defaults` column to `azuread_conditional_access_policy` table. ([#251](https://github.com/turbot/steampipe-plugin-azuread/pull/251)) (Thanks [@MarkusGnigler](https://github.com/MarkusGnigler) for the contribution!)

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.6](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5116-2025-05-22) which improves how errors are handled during query execution. ([#249](https://github.com/turbot/steampipe-plugin-azuread/pull/249))</description>
            <pubDate>Fri, 30 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/l-teles-fleetdm-plugin-v1-0-1</guid>
            <title>FleetDM plugin v1.0.1 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/l-teles-fleetdm-plugin-v1-0-1</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@l-teles](https://github.com/l-teles) for the new plugin!)
  - [fleetdm_activity](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_activity)
  - [fleetdm_host](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_host)
  - [fleetdm_label](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_label)
  - [fleetdm_pack](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_pack)
  - [fleetdm_policy](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_policy)
  - [fleetdm_query](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_query)
  - [fleetdm_software](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_software)
  - [fleetdm_team](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_team)
  - [fleetdm_user](https://hub.steampipe.io/plugins/l-teles/fleetdm/tables/fleetdm_user)</description>
            <pubDate>Tue, 27 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-pipes-plugin-v1-3-0</guid>
            <title>Pipes plugin v1.3.0 - Recompiled plugin with pipes-sdk-go v0.14.0</title>
            <link>https://steampipe.io/changelog/turbot-pipes-plugin-v1-3-0</link>
            <description>_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.6](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5116-2025-05-22) which improves how errors are handled during query execution.
- Recompiled plugin with [pipes-sdk-go v0.14.0](https://github.com/turbot/pipes-sdk-go/blob/main/CHANGELOG.md#0140-2025-05-22). ([#50](https://github.com/turbot/steampipe-plugin-pipes/pull/50))</description>
            <pubDate>Fri, 23 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-14-1</guid>
            <title>AWS plugin v1.14.1 - Removed duplicate column source_region from aws_macie2_finding table schema</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-14-1</link>
            <description>_Bug fixes_

- Removed the duplicate column `source_region` from `aws_macie2_finding` table schema.</description>
            <pubDate>Thu, 22 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-14-0</guid>
            <title>AWS plugin v1.14.0 - Added aws_batch_queue, aws_cloudwatch_event_rule and aws_emr_studio tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-14-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_batch_queue](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_batch_queue) ([#2486](https://github.com/turbot/steampipe-plugin-aws/pull/2486))
  - [aws_cloudwatch_event_rule](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cloudwatch_event_rule) ([#2487](https://github.com/turbot/steampipe-plugin-aws/pull/2487))
  - [aws_codebuild_fleet](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_codebuild_fleet) ([#2488](https://github.com/turbot/steampipe-plugin-aws/pull/2488))
  - [aws_cognito_user_group](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cognito_user_group) ([#2485](https://github.com/turbot/steampipe-plugin-aws/pull/2485))
  - [aws_ec2_placement_group](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ec2_placement_group) ([#2491](https://github.com/turbot/steampipe-plugin-aws/pull/2491))
  - [aws_emr_studio](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_emr_studio) ([#2479](https://github.com/turbot/steampipe-plugin-aws/pull/2479))
  - [aws_macie2_finding](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_macie2_finding) ([#2481](https://github.com/turbot/steampipe-plugin-aws/pull/2481))
  - [aws_organizations_delegated_administrator](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_delegated_administrator) ([#2477](https://github.com/turbot/steampipe-plugin-aws/pull/2477)) (Thanks [@FuadAbdullah](https://github.com/FuadAbdullah) for the contribution!)
  - [aws_organizations_delegated_services_for_account](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_delegated_services_for_account) ([#2477](https://github.com/turbot/steampipe-plugin-aws/pull/2477)) (Thanks [@FuadAbdullah](https://github.com/FuadAbdullah) for the contribution!)
  - [aws_s3tables_namespace](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_s3tables_namespace) ([#2498](https://github.com/turbot/steampipe-plugin-aws/pull/2498))
  - [aws_s3tables_table_bucket](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_s3tables_table_bucket) ([#2498](https://github.com/turbot/steampipe-plugin-aws/pull/2498))
  - [aws_s3tables_table](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_s3tables_table) ([#2498](https://github.com/turbot/steampipe-plugin-aws/pull/2498))
  - [aws_ses_template](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ses_template) ([#2480](https://github.com/turbot/steampipe-plugin-aws/pull/2480))

_Enhancements_

- Added `period_start` and `period_end` as optional qualifiers to all `aws_cost_*` tables to enable custom date range filtering and reduce API usage costs. ([#2168](https://github.com/turbot/steampipe-plugin-aws/pull/2168))
- Updated all `aws_*` tables to use AWS Go SDK v2 instead of v1, enabling support for newer AWS regions like `ap-southeast-5`. ([#2370](https://github.com/turbot/steampipe-plugin-aws/pull/2370))

_Dependencies_

- Recompiled plugin with AWS Go SDK v2.1.36.3. ([#2495](https://github.com/turbot/steampipe-plugin-aws/pull/2495))

_Deprecations_

- Deprecated `search_start_time` and `search_end_time` columns in the `aws_cost_usage` table. Please use `period_start` and `period_end` instead. ([#2168](https://github.com/turbot/steampipe-plugin-aws/pull/2168))</description>
            <pubDate>Thu, 22 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v1-2-0</guid>
            <title>Azuread plugin v1.2.0 - Added allowedToCreateTenants field under default_user_role_permissions column of azuread_authorization_policy table</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v1-2-0</link>
            <description>_Enhancements_

- Added `allowedToCreateTenants` field under `default_user_role_permissions` column of `azuread_authorization_policy` table. ([#243](https://github.com/turbot/steampipe-plugin-azuread/pull/243)) (Thanks [@MarkusGnigler](https://github.com/MarkusGnigler) for the contribution!)</description>
            <pubDate>Tue, 20 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-mcp-v0-1-2</guid>
            <title>Steampipe MCP v0.1.2 - Improve bigint handling</title>
            <link>https://steampipe.io/changelog/steampipe-mcp-v0-1-2</link>
            <description>_Whats new?_

* Return safe bigint values as int instead of string
* Include MCP server version in status resource</description>
            <pubDate>Mon, 19 May 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-1-3</guid>
            <title>Steampipe CLI v1.1.3 - Fix intermittent &apos;Reattachment process not found&apos; error when starting steampipe service</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-1-3</link>
            <description>_Bug fixes_
- Fix intermittent `Reattachment process not found` error when starting steampipe service. ([#4507](https://github.com/turbot/steampipe/issues/4507))</description>
            <pubDate>Thu, 15 May 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-pagerduty-plugin-v1-2-0</guid>
            <title>PagerDuty plugin v1.2.0 - Added pagerduty_schedule_user table</title>
            <link>https://steampipe.io/changelog/turbot-pagerduty-plugin-v1-2-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [pagerduty_schedule_user](https://hub.steampipe.io/plugins/turbot/pagerduty/tables/pagerduty_schedule_user) ([#61](https://github.com/turbot/steampipe-plugin-pagerduty/pull/61))</description>
            <pubDate>Thu, 15 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-bluesky-plugin-v1-0-1</guid>
            <title>Bluesky plugin v1.0.1 – Corrected import and module paths to use the full GitHub URL</title>
            <link>https://steampipe.io/changelog/turbot-bluesky-plugin-v1-0-1</link>
            <description>_Bug fixes_

- Fixed the import path in `main.go` and the module path in `go.mod` to use the full GitHub URL.</description>
            <pubDate>Thu, 15 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-bluesky-plugin-v1-0-0</guid>
            <title>Bluesky plugin v1.0.0 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/turbot-bluesky-plugin-v1-0-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [bluesky_search_recent](https://hub.steampipe.io/plugins/turbot/bluesky/tables/bluesky_search_recent)
  - [bluesky_post](https://hub.steampipe.io/plugins/turbot/bluesky/tables/bluesky_post)
  - [bluesky_user](https://hub.steampipe.io/plugins/turbot/bluesky/tables/bluesky_user)
  - [bluesky_user_follower](https://hub.steampipe.io/plugins/turbot/bluesky/tables/bluesky_user_follower)
  - [bluesky_user_following](https://hub.steampipe.io/plugins/turbot/bluesky/tables/bluesky_user_following)
  - [bluesky_user_mention](https://hub.steampipe.io/plugins/turbot/bluesky/tables/bluesky_user_mention)
  - [bluesky_user_post](https://hub.steampipe.io/plugins/turbot/bluesky/tables/bluesky_user_post)</description>
            <pubDate>Thu, 15 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/smirl-cortex-plugin-v1-1-5</guid>
            <title>Cortex plugin v1.1.5 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/smirl-cortex-plugin-v1-1-5</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@smirl](https://github.com/smirl) for the new plugin!)
  - [cortex_descriptor](https://hub.steampipe.io/plugins/smirl/cortex/tables/cortex_descriptor)
  - [cortex_entity](https://hub.steampipe.io/plugins/smirl/cortex/tables/cortex_entity)
  - [cortex_scorecard_score](https://hub.steampipe.io/plugins/smirl/cortex/tables/cortex_scorecard_score)
  - [cortex_team](https://hub.steampipe.io/plugins/smirl/cortex/tables/cortex_team)</description>
            <pubDate>Tue, 13 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v1-7-0</guid>
            <title>GCP plugin v1.7.0 - Added gcp_compute_tpu and gcp_firestore_database tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v1-7-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_compute_tpu](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_compute_tpu) ([#748](https://github.com/turbot/steampipe-plugin-gcp/pull/748)) 
  - [gcp_firestore_database](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_firestore_database) ([#732](https://github.com/turbot/steampipe-plugin-gcp/pull/732)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Bug fixes_

- Fixed the `self_link` column of `gcp_artifact_registry_repository`, `gcp_cloud_run_job` and `gcp_cloud_run_service` tables to reflect the correct resource links. ([#731](https://github.com/turbot/steampipe-plugin-gcp/pull/731)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)</description>
            <pubDate>Mon, 12 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-13-0</guid>
            <title>AWS plugin v1.13.0 - Added aws_rolesanywhere_profile and aws_rolesanywhere_trust_anchor tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-13-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_rolesanywhere_profile](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_rolesanywhere_profile) ([#2475](https://github.com/turbot/steampipe-plugin-aws/pull/2475)) (Thanks [@2XXE-SRA](https://github.com/2XXE-SRA) for the contribution!)
  - [aws_rolesanywhere_trust_anchor](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_rolesanywhere_trust_anchor) ([#2475](https://github.com/turbot/steampipe-plugin-aws/pull/2475)) (Thanks [@2XXE-SRA](https://github.com/2XXE-SRA) for the contribution!)

_Enhancements_

- Added `custom_response_bodies`, `label_namespace`, `retrofitted_by_firewall_manager` and `token_domains` columns to `aws_wafv2_web_acl` table. ([#2482](https://github.com/turbot/steampipe-plugin-aws/pull/2482))
- Added `tags_src` column to the `aws_transfer_server` table. ([#2484](https://github.com/turbot/steampipe-plugin-aws/pull/2484))</description>
            <pubDate>Mon, 12 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-4-0</guid>
            <title>Azure plugin v1.4.0 - Added allow_shared_key_access column to the azure_storage_account table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-4-0</link>
            <description>_Enhancements_

- Added `allow_cross_tenant_replication`, `default_to_oauth_authentication`, `sas_expiration_period`, `sas_expiration_action`, `is_local_user_enabled`, `routing_preference_routing_choice`, `routing_preference_publish_microsoft_endpoints`, `routing_preference_publish_internet_endpoints` columns to the `azure_storage_account` table. ([#891](https://github.com/turbot/steampipe-plugin-azure/pull/891))
- Added `allow_shared_key_access` column to the `azure_storage_account` table. ([#889](https://github.com/turbot/steampipe-plugin-azure/pull/889))</description>
            <pubDate>Fri, 09 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-1-2</guid>
            <title>Steampipe CLI v1.1.2 - Fix breaking change in query output</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-1-2</link>
            <description>_Bug fixes_
- Fix issue where system-ingestible output format(csv) was humanised(comma separated) leading to a breaking change in query outputs. ([#4525](https://github.com/turbot/steampipe/issues/4525))</description>
            <pubDate>Tue, 06 May 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-1-1</guid>
            <title>Steampipe CLI v1.1.1 - Fix query batch mode outputs</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-1-1</link>
            <description>_Bug fixes_
- Fix issue where query batch mode outputs(json, csv, line) were not printing the rows received to stdout when any of the other rows returned an API error. ([#4516](https://github.com/turbot/steampipe/issues/4516))
- Fix issue where query batch mode table output always returned a 0 row count when timing was enabled. ([#4520](https://github.com/turbot/steampipe/issues/4520))</description>
            <pubDate>Fri, 25 Apr 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v1-3-0</guid>
            <title>GitHub plugin v1.3.0 - Added github_package and github_package_version tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v1-3-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_package](https://hub.steampipe.io/plugins/turbot/github/tables/github_package) ([#459](https://github.com/turbot/steampipe-plugin-github/pull/459))
  - [github_package_version](https://hub.steampipe.io/plugins/turbot/github/tables/github_package_version) ([#459](https://github.com/turbot/steampipe-plugin-github/pull/459))</description>
            <pubDate>Wed, 23 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-config-plugin-v1-1-0</guid>
            <title>Config plugin v1.1.0 - Added the toml_file table</title>
            <link>https://steampipe.io/changelog/turbot-config-plugin-v1-1-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [toml_file](https://hub.steampipe.io/plugins/turbot/config/tables/toml_file) ([#58](https://github.com/turbot/steampipe-plugin-config/pull/58)) (Thanks [@vil02](https://github.com/vil02) for the contribution!!)

_Dependencies_

- Recompiled plugin with Go version `1.23.1`. ([#60](https://github.com/turbot/steampipe-plugin-config/pull/60))
- Recompiled plugin with [steampipe-plugin-sdk v5.11.5](https://github.com/turbot/steampipe-plugin-sdk/blob/v5.11.5/CHANGELOG.md#v5115-2025-03-31) that addresses critical and high vulnerabilities in dependent packages. ([#60](https://github.com/turbot/steampipe-plugin-config/pull/60))</description>
            <pubDate>Fri, 18 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-mcp-v0-1-0</guid>
            <title>Steampipe MCP v0.1.0 - Initial release</title>
            <link>https://steampipe.io/changelog/steampipe-mcp-v0-1-0</link>
            <description>_Whats new?_

* Initial version of Steampipe MCP server
* Query cloud infrastructure, SaaS, APIs and more using AI</description>
            <pubDate>Thu, 17 Apr 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-11-0</guid>
            <title>AWS plugin v1.11.0 - Added aws_quicksight_account_settings, aws_quicksight_data_set, aws_quicksight_data_source, aws_quicksight_group tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-11-0</link>
            <description>_What&apos;s new?_

- New tables added  
  - [aws_cloudwatch_log_delivery_destination](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cloudwatch_log_delivery_destination) ([#2469](https://github.com/turbot/steampipe-plugin-aws/pull/2469))  
  - [aws_cloudwatch_log_delivery_source](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cloudwatch_log_delivery_source) ([#2469](https://github.com/turbot/steampipe-plugin-aws/pull/2469))  
  - [aws_cloudwatch_log_delivery](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cloudwatch_log_delivery) ([#2469](https://github.com/turbot/steampipe-plugin-aws/pull/2469))  
  - [aws_cloudwatch_log_destination](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cloudwatch_log_destination) ([#2469](https://github.com/turbot/steampipe-plugin-aws/pull/2469))  
  - [aws_elasticache_update_action](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_elasticache_update_action) ([#2431](https://github.com/turbot/steampipe-plugin-aws/pull/2431)) (Thanks [@fyqtian](https://github.com/fyqtian) for the contribution!)
  - [aws_quicksight_account_settings](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_quicksight_account_settings) ([#2467](https://github.com/turbot/steampipe-plugin-aws/pull/2467))  
  - [aws_quicksight_data_set](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_quicksight_data_set) ([#2467](https://github.com/turbot/steampipe-plugin-aws/pull/2467))  
  - [aws_quicksight_data_source](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_quicksight_data_source) ([#2467](https://github.com/turbot/steampipe-plugin-aws/pull/2467))  
  - [aws_quicksight_group](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_quicksight_group) ([#2467](https://github.com/turbot/steampipe-plugin-aws/pull/2467))  
  - [aws_quicksight_namespace](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_quicksight_namespace) ([#2467](https://github.com/turbot/steampipe-plugin-aws/pull/2467))  
  - [aws_quicksight_user](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_quicksight_user) ([#2467](https://github.com/turbot/steampipe-plugin-aws/pull/2467))  
  - [aws_quicksight_vpc_connection](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_quicksight_vpc_connection) ([#2467](https://github.com/turbot/steampipe-plugin-aws/pull/2467))  
  - [aws_s3_multipart_upload](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_s3_multipart_upload) ([#2456](https://github.com/turbot/steampipe-plugin-aws/pull/2456))

_Enhancements_

- Added `folder` metadata to the documentation of all the AWS tables for improved organization on the Steampipe Hub. ([#2465](https://github.com/turbot/steampipe-plugin-aws/pull/2465))  
- Added `inline_policy` and `inline_policy_std` columns to `aws_ssoadmin_permission_set` table. ([#2458](https://github.com/turbot/steampipe-plugin-aws/pull/2458)) (Thanks [@2XXE-SRA](https://github.com/2XXE-SRA) for the contribution!)
- Updated display name to `AWS`.

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.5](https://github.com/turbot/steampipe-plugin-sdk/releases/tag/v5.11.5) ([#2460](https://github.com/turbot/steampipe-plugin-aws/pull/2460))</description>
            <pubDate>Sat, 12 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-1-0</guid>
            <title>Steampipe CLI v1.1.0 - Updated PostgreSQL version to 14.17</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-1-0</link>
            <description>_Whats new?_

- Updated database version to `PostgreSQL 14.17`. ([#4461](https://github.com/turbot/steampipe/issues/4461))

_Bug fixes_

- Fixed issue where plugin start timeout was getting limited to `60s`. ([#4477](https://github.com/turbot/steampipe/issues/4477))</description>
            <pubDate>Thu, 10 Apr 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v1-1-0</guid>
            <title>GitHub plugin v1.1.0 - Added run_attempt and previous_attempt_url columns to github_actions_repository_workflow_run table</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v1-1-0</link>
            <description>_Breaking changes_

- Removed the `projects_total_count` column from the `github_organization` and `github_my_organization` tables. This property was removed from the GitHub GraphQL API as of April 1, 2025, which caused queries using it to fail. We recommend using `projects_v2_total_count` column instead. Please check [GitHub GraphQL API changelog](https://docs.github.com/en/graphql/overview/breaking-changes#changes-scheduled-for-2025-04-01) for additional details. ([#488](https://github.com/turbot/steampipe-plugin-github/pull/488))

_Enhancements_

- Added `run_attempt` column as an optional qual to the `GetConfig` of `github_actions_repository_workflow_run` table. ([#464](https://github.com/turbot/steampipe-plugin-github/pull/464)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
- Added `run_attempt` and `previous_attempt_url` columns to `github_actions_repository_workflow_run` table. ([#463](https://github.com/turbot/steampipe-plugin-github/pull/463)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
- Added `workflow_id` column as an optional qual to the `ListConfig` of `github_actions_repository_workflow_run` table. ([#465](https://github.com/turbot/steampipe-plugin-github/pull/465)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)

_Dependencies_

- Recompiled plugin with Go version `1.23.1`. ([#486](https://github.com/turbot/steampipe-plugin-github/pull/486))
- Recompiled plugin with [steampipe-plugin-sdk v5.11.5](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5115-2025-03-31). ([#486](https://github.com/turbot/steampipe-plugin-github/pull/486))</description>
            <pubDate>Fri, 04 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-10-0</guid>
            <title>AWS plugin v1.10.0 - Added aws_rds_pending_maintenance_action table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-10-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_rds_pending_maintenance_action](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_rds_pending_maintenance_action) ([#2430](https://github.com/turbot/steampipe-plugin-aws/pull/2430)) (Thanks [@fyqtian](https://github.com/fyqtian) for the contribution!)

_Bug fixes_

- Fixed `aws_health_*` tables to correctly reference the AWS Health Global endpoint instead of regional endpoints. ([#2450](https://github.com/turbot/steampipe-plugin-aws/pull/2450))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.11.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5114-2025-03-12).
- Recompiled plugin with `golang.org/x/net` with `v0.36.0`. ([#2447](https://github.com/turbot/steampipe-plugin-aws/pull/2447))</description>
            <pubDate>Tue, 18 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jira-plugin-v1-1-0</guid>
            <title>Jira plugin v1.1.0 - Added changelog column to jira_issue table</title>
            <link>https://steampipe.io/changelog/turbot-jira-plugin-v1-1-0</link>
            <description>_Enhancements_

- Added `changelog` column to `jira_issue` table. ([#149](https://github.com/turbot/steampipe-plugin-jira/pull/149)) (Thanks [@mariusgrigaitis](https://github.com/mariusgrigaitis) for the contribution!)
- Added `updated` column as an optional qual to the `jira_issue_worklog` table. ([#151](https://github.com/turbot/steampipe-plugin-jira/pull/151)) (Thanks [@mariusgrigaitis](https://github.com/mariusgrigaitis) for the contribution!) 
- Optimized the `jira_issue_comment` table to avoid unnecessary API calls when `issue_id` is passed in as an optional qual when querying the table. ([#143](https://github.com/turbot/steampipe-plugin-jira/pull/143))

_Bug fixes_

- Fixed the `jira_issue` table to correctly return data instead of an error when `resolution_date` and `status` columns are passed in as the query parameters. ([#152](https://github.com/turbot/steampipe-plugin-jira/pull/152)) (Thanks [@mariusgrigaitis](https://github.com/mariusgrigaitis) for the contribution!)

_Dependencies_

- Recompiled plugin with Go version `1.23.1`. ([#154](https://github.com/turbot/steampipe-plugin-jira/pull/154))
- Recompiled plugin with [steampipe-plugin-sdk v5.11.3](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5113-2025-02-11) that addresses critical and high vulnerabilities in dependent packages. ([#154](https://github.com/turbot/steampipe-plugin-jira/pull/154))</description>
            <pubDate>Fri, 07 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-2-0</guid>
            <title>Azure plugin v1.2.0 - Added optional config arguments max_error_retry_attempts and min_error_retry_delay to allow customization of the error retry timings</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-2-0</link>
            <description>_What&apos;s new?_

- Added optional config arguments `max_error_retry_attempts` and `min_error_retry_delay` to allow customization of the error retry timings. For more information please see [Azure plugin configuration](https://hub.steampipe.io/plugins/turbot/azure#configuration). ([#873](https://github.com/turbot/steampipe-plugin-azure/pull/873))

_Bug fixes_

- Fixed the `scope` column of the `azure_role_assignment` table to correctly return data instead of `nil`. ([#868](https://github.com/turbot/steampipe-plugin-azure/pull/868))

_Dependencies_

- Recompiled plugin with Go version `1.23.1`.
- Recompiled plugin with [steampipe-plugin-sdk v5.11.3](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5113-2025-02-11) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Fri, 07 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-9-0</guid>
            <title>AWS plugin v1.9.0 - Added aws_lakeformation_permission, aws_lakeformation_resource and aws_lakeformation_tag tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-9-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_lakeformation_permission](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_lakeformation_permission) ([#2417](https://github.com/turbot/steampipe-plugin-aws/pull/2417))
  - [aws_lakeformation_resource](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_lakeformation_resource) ([#2417](https://github.com/turbot/steampipe-plugin-aws/pull/2417))
  - [aws_lakeformation_tag](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_lakeformation_tag) ([#2417](https://github.com/turbot/steampipe-plugin-aws/pull/2417))

_Enhancements_

- Updated `aws_acm_*`, `aws_sns_*`, `aws_sqs_*`, `aws_cloudtrail_*`, and `aws_guardduty_*` tables to use AWS Go SDK V2, enabling dynamic region listing for all AWS partitions. ([#2440](https://github.com/turbot/steampipe-plugin-aws/pull/2440))</description>
            <pubDate>Fri, 07 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-2-0</guid>
            <title>Alicloud plugin v1.2.0 - Added profile based authentication support for the alicloud_oss_bucket table</title>
            <link>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-2-0</link>
            <description>_Enhancements_

- Added `profile` based authentication support for the `alicloud_oss_bucket` table. ([#498](https://github.com/turbot/steampipe-plugin-alicloud/pull/498))
- Added support for the new `me-central-1`, `cn-wuhan-lr`, `cn-nanjing`, `ap-northeast-2`, `cn-fuzhou`, `ap-southeast-6`, `ap-southeast-7` regions. ([#491](https://github.com/turbot/steampipe-plugin-alicloud/pull/491))

_Bug fixes_

- Fixed the `create_timestamp` column of `alicloud_alidns_domain` table to correctly return data instead of an error. ([#482](https://github.com/turbot/steampipe-plugin-alicloud/pull/482))
- Fixed the `alicloud_slb_load_balancer` table to correctly return data instead of a `panic interface conversion` error. ([#481](https://github.com/turbot/steampipe-plugin-alicloud/pull/481))

_Dependencies_

- Recompiled plugin with Go version `1.23.1`. ([#495](https://github.com/turbot/steampipe-plugin-alicloud/pull/495))
- Recompiled plugin with [steampipe-plugin-sdk v5.11.3](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5113-2025-02-11) that addresses critical and high vulnerabilities in dependent packages. ([#495](https://github.com/turbot/steampipe-plugin-alicloud/pull/495))</description>
            <pubDate>Fri, 07 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-8-0</guid>
            <title>AWS plugin v1.8.0 - Recompiled plugin with Go version 1.23.1 and steampipe-plugin-sdk v5.11.3</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-8-0</link>
            <description>_Dependencies_

- Recompiled plugin with Go version `1.23.1`.
- Recompiled plugin with [steampipe-plugin-sdk v5.11.3](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5113-2025-02-11) that addresses critical and high vulnerabilities in dependent packages.</description>
            <pubDate>Fri, 28 Feb 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-7-0</guid>
            <title>AWS plugin v1.7.0 - Added support for sse_customer_algorithm, sse_customer_key and sse_customer_key_md5 optional key quals in the aws_s3_object table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-7-0</link>
            <description>_Enhancements_

- Added support for `sse_customer_algorithm`, `sse_customer_key` and `sse_customer_key_md5` optional key quals in the `aws_s3_object` table to list objects encrypted with SSE-C. ([#2409](https://github.com/turbot/steampipe-plugin-aws/pull/2409))
- Added parent hydrate support in the `aws_ecr_image_scan_finding` table to manage the complex join queries. ([#2376](https://github.com/turbot/steampipe-plugin-aws/pull/2376))
- Added `pending_modified_values` column to the `aws_rds_db_instance` table. ([#2411](https://github.com/turbot/steampipe-plugin-aws/pull/2411))
- Added tags to `aws_glue_*` tables. ([#2402](https://github.com/turbot/steampipe-plugin-aws/pull/2402)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)
- Added tag retrieval example to `aws_ses_domain_identity` table documentation. ([#2432](https://github.com/turbot/steampipe-plugin-aws/pull/2432))
- Added `logging_config` column to the `aws_lambda_function` table. ([#2423](https://github.com/turbot/steampipe-plugin-aws/pull/2423))

_Bug fixes_

- Fixed the `nil pointer dereference` error when querying AWS RDS custom instances. ([#2436](https://github.com/turbot/steampipe-plugin-aws/pull/2436))
- Fixed the `region` column of `aws_wafregional_rule` table to correctly return the resource region instead of `global`. ([#2429](https://github.com/turbot/steampipe-plugin-aws/pull/2429))
- Fixed the `arn` column in `aws_vpc_eip` table to use the correct format. ([#2415](https://github.com/turbot/steampipe-plugin-aws/pull/2415)) (Thanks [@thomasklemm](https://github.com/thomasklemm) for the contribution!)
- Fixed not found errors in `aws_kinesis_consumer` and `aws_lightsail_instance` tables. ([#2408](https://github.com/turbot/steampipe-plugin-aws/pull/2408))
- Fixed the `InvalidParameterException` error in `aws_ecs_service` tables when listing tags for older ECS services. ([#2410](https://github.com/turbot/steampipe-plugin-aws/pull/2410))</description>
            <pubDate>Fri, 28 Feb 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v1-2-1</guid>
            <title>AWS Compliance mod v1.2.1 - Fixed cloudfront_distribution_no_non_existent_s3_origin and eks_cluster_control_plane_audit_logging_enabled queries</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v1-2-1</link>
            <description>_Bug fixes_

- Refactored IAM and Route 53 queries to use global dimension qualifiers. ([#865](https://github.com/turbot/steampipe-mod-aws-compliance/pull/865))
- Fixed `cloudfront_distribution_no_non_existent_s3_origin` query to correctly check if the distributions are associated with S3 buckets. ([#864](https://github.com/turbot/steampipe-mod-aws-compliance/pull/864))
- Fixed the `eks_cluster_control_plane_audit_logging_enabled` query to correctly check if audit logging is enabled or not. ([#856](https://github.com/turbot/steampipe-mod-aws-compliance/pull/856))
- Fixed the resource column of `vpc_peering_connection_route_table_least_privilege` and `vpc_peering_connection_no_cross_account_access` queries to use `arn` instead of `id`. ([#860](https://github.com/turbot/steampipe-mod-aws-compliance/pull/860))
- Fixed typo in `iam_user_hardware_mfa_enabled` query. ([#851](https://github.com/turbot/steampipe-mod-aws-compliance/pull/851)) (Thanks to [@ramses999](https://github.com/ramses999) for the contribution!)</description>
            <pubDate>Fri, 28 Feb 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-0-3</guid>
            <title>Steampipe CLI v1.0.3 - Updated FDW to v1.12.2 to remediate critical and high vulnerabilities</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-0-3</link>
            <description>_Dependencies_

- Updated FDW to `v1.12.2` to remediate critical and high vulnerabilities. ([#533](https://github.com/turbot/steampipe-postgres-fdw/issues/533))</description>
            <pubDate>Mon, 03 Feb 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-pipes-plugin-v1-1-0</guid>
            <title>Pipes plugin v1.1.0 - Added the column last_activity_at to pipes_organization_member, pipes_organization_workspace_member and pipes_tenant_member tables</title>
            <link>https://steampipe.io/changelog/turbot-pipes-plugin-v1-1-0</link>
            <description>_Enhancements_

- Added the column `last_activity_at` to `pipes_organization_member`, `pipes_organization_workspace_member` and `pipes_tenant_member` tables. ([#47](https://github.com/turbot/steampipe-plugin-pipes/pull/47))

_Dependencies_

- Recompiled plugin with [pipes-go-sdk v0.12.0](https://github.com/turbot/pipes-sdk-go/blob/main/CHANGELOG.md#0120-2025-01-31). ([#47](https://github.com/turbot/steampipe-plugin-pipes/pull/47))</description>
            <pubDate>Fri, 31 Jan 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-0-2</guid>
            <title>Steampipe CLI v1.0.2 - Upgraded dependencies to remediate vulnerabilities</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-0-2</link>
            <description>_Dependencies_

- Upgraded `crypto`, `net`, and `go-git` packages to remediate critical and high vulnerabilities. ([#4462](https://github.com/turbot/steampipe/pull/4462))</description>
            <pubDate>Mon, 20 Jan 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-oci-plugin-v1-0-1</guid>
            <title>OCI plugin v1.0.1 - Fixed an issue where the Postgres 15 FDW Linux - ARM64 plugin build incorrectly used Postgres 14 instead of Postgres 15</title>
            <link>https://steampipe.io/changelog/turbot-oci-plugin-v1-0-1</link>
            <description>_Bug fixes_

- Fixed an issue where the `Postgres 15 FDW Linux - ARM64` plugin build incorrectly used `Postgres 14` instead of `Postgres 15`. ([#53](https://github.com/turbot/steampipe-workflows/pull/53))</description>
            <pubDate>Wed, 15 Jan 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-5-0</guid>
            <title>AWS plugin v1.5.0 - Added aws_config_delivery_channel, aws_costoptimizationhub_recommendation, aws_scheduler_schedule, aws_keyspaces_keyspace and aws_keyspaces_table tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_config_delivery_channel](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_config_delivery_channel) ([#2343](https://github.com/turbot/steampipe-plugin-aws/pull/2343))
  - [aws_costoptimizationhub_recommendation](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_costoptimizationhub_recommendation) ([#2355](https://github.com/turbot/steampipe-plugin-aws/pull/2355))
  - [aws_scheduler_schedule](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_scheduler_schedule) ([#2359](https://github.com/turbot/steampipe-plugin-aws/pull/2359))
  - [aws_keyspaces_keyspace](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_keyspaces_keyspace) ([#2271](https://github.com/turbot/steampipe-plugin-aws/pull/2271))
  - [aws_keyspaces_table](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_keyspaces_table) ([#2271](https://github.com/turbot/steampipe-plugin-aws/pull/2271))

_Enhancements_

- Added `instance_type_pattern` column as an optional qual to the `aws_ec2_instance_type` table. ([#2301](https://github.com/turbot/steampipe-plugin-aws/pull/2301))
- Added `image_digest` column as an optional qual to the `aws_ecr_image_scan_finding` table. ([#2357](https://github.com/turbot/steampipe-plugin-aws/pull/2357))
- Added `created_at` and `updated_at` columns as optional quals to the `aws_securityhub_finding` table. ([#2298](https://github.com/turbot/steampipe-plugin-aws/pull/2298))
- Added `account_password_present` column to `aws_iam_account_summary` table. ([#2346](https://github.com/turbot/steampipe-plugin-aws/pull/2346))
- Add `tags` column to `aws_backup_plan table`. ([#2336](https://github.com/turbot/steampipe-plugin-aws/pull/2336)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Bug fixes_

- Fixed the `aws_rds_db_instance` table to correctly return data instead of an error by ignoring the `CertificateNotFound` error code. ([#2363](https://github.com/turbot/steampipe-plugin-aws/pull/2363))</description>
            <pubDate>Fri, 03 Jan 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-1-0</guid>
            <title>Alibaba Cloud plugin v1.1.0 - Added alicloud_alidns_domain table</title>
            <link>https://steampipe.io/changelog/turbot-alicloud-plugin-v1-1-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [alicloud_alidns_domain](https://hub.steampipe.io/plugins/turbot/alicloud/tables/alicloud_alidns_domain) ([#473](https://github.com/turbot/steampipe-plugin-alicloud/pull/473))

_Dependencies_

- Recompiled plugin with [Alicloud SDK v1.63.17](https://github.com/aliyun/alibaba-cloud-sdk-go/releases/tag/v1.63.17). ([#456](https://github.com/turbot/steampipe-plugin-alicloud/pull/456))</description>
            <pubDate>Thu, 12 Dec 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-4-0</guid>
            <title>AWS plugin v1.4.0 - Added aws_cost_by_region_monthly table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-4-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_cost_by_region_monthly](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cost_by_region_monthly) ([#2310](https://github.com/turbot/steampipe-plugin-aws/pull/2310)) (Thanks [@razbne](https://github.com/razbne) for the contribution!)

_Enhancements_

- Added `error`, `is_public`, `resource_owner_account` and `resource_type` optional quals for `aws_accessanalyzer_finding` table. ([#2331](https://github.com/turbot/steampipe-plugin-aws/pull/2331)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)
- Updated the `aws_s3_object` table to use the `HeadObject` API to retrieve object metadata. ([#2312](https://github.com/turbot/steampipe-plugin-aws/pull/2312)) (Thanks [@JonMerlevede](https://github.com/JonMerlevede) for the contribution!)

_Bug fixes_

- Fixed the `aws_s3_bucket` table to correctly return data by ignoring the not found error in `getBucketTagging` and `getBucketWebsite` hydrate functions. ([#2335](https://github.com/turbot/steampipe-plugin-aws/pull/2335))</description>
            <pubDate>Fri, 22 Nov 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-0-1</guid>
            <title>Steampipe CLI v1.0.1 - Fixed issue where the .cache meta-command was not clearing the cache</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-0-1</link>
            <description>_Bug fixes_

- Fixed the issue where the steampipe interactive meta-command `.cache clear` was not clearing the cache. ([#4443](https://github.com/turbot/steampipe/issues/4443))</description>
            <pubDate>Thu, 21 Nov 2024 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-3-0</guid>
            <title>AWS plugin v1.3.0 - Added multi_region and multi_region_configuration columns to aws_kms_key table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-3-0</link>
            <description>_Enhancements_

- Added `multi_region` and `multi_region_configuration` columns to `aws_kms_key` table. ([#2338](https://github.com/turbot/steampipe-plugin-aws/pull/2338)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)

_Bug fixes_

- Fixed the comparison operator `(&lt;= or &gt;=)` for number and date filter in `aws_inspector2_finding` table. ([#2332](https://github.com/turbot/steampipe-plugin-aws/pull/2332)) (Thanks [@dbermuehler](https://github.com/dbermuehler) for the contribution!)</description>
            <pubDate>Thu, 14 Nov 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-circleci-plugin-v1-0-1</guid>
            <title>CircleCI plugin v1.0.1 - Fixed the trigger_parameters column of the circleci_pipeline table to correctly return data instead of JSON unmarshalling error</title>
            <link>https://steampipe.io/changelog/turbot-circleci-plugin-v1-0-1</link>
            <description>_Bug fixes_

- Fixed the `trigger_parameters` column of the `circleci_pipeline` table to correctly return data instead of `JSON unmarshalling` error. ([#53](https://github.com/turbot/steampipe-plugin-circleci/pull/53))</description>
            <pubDate>Wed, 13 Nov 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v1-2-0</guid>
            <title>GCP plugin v1.2.0 - Added gcp_compute_instance_group_manager table</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v1-2-0</link>
            <description>_What&apos;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 data for regional instance groups&apos; `instances` column. ([#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!)</description>
            <pubDate>Mon, 04 Nov 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v1-1-0</guid>
            <title>Azure plugin v1.1.0 - Added azure_compute_virtual_machine_size table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v1-1-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_compute_virtual_machine_size](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_virtual_machine_size) ([#841](https://github.com/turbot/steampipe-plugin-azure/pull/841))

_Enhancements_

- Added `firewall_rules` column to the `azure_postgresql_flexible_server` table. ([#852](https://github.com/turbot/steampipe-plugin-azure/pull/852))</description>
            <pubDate>Sat, 02 Nov 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v1-0-1</guid>
            <title>AWS plugin v1.0.1 - Added missing verification_token column to aws_ses_domain_identity table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v1-0-1</link>
            <description>_Bug fixes_

- Added `verification_token` column to`aws_ses_domain_identity` table which was accidentally removed in v1.0.0.</description>
            <pubDate>Fri, 25 Oct 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v1-0-0</guid>
            <title>Steampipe CLI v1.0.0</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v1-0-0</link>
            <description>_Breaking changes_

The mod functionality, which was previously deprecated and moved to Powerpipe, has been removed in this version.  

- Removed the `check`, `dashboard`, `mod`, and `variable` commands. ([#4413](https://github.com/turbot/steampipe/issues/4413))
- Removed support for running named queries. ([#4416](https://github.com/turbot/steampipe/issues/4416))
- Removed the `watch` and `mod-location` CLI args from the `query` command. ([#4417](https://github.com/turbot/steampipe/issues/4417))
- Removed the `dashboard`, `dashboard-listen`, and `dashboard-port` CLI args from the `service` command. ([#4418](https://github.com/turbot/steampipe/issues/4418))
- Removed the `STEAMPIPE_MOD_LOCATION` and `STEAMPIPE_INTROSPECTION` env vars. ([#4419](https://github.com/turbot/steampipe/issues/4419))
- Removed support for deprecated `STEAMPIPE_CLOUD_HOST` and `STEAMPIPE_CLOUD_TOKEN` env vars. ([#4420](https://github.com/turbot/steampipe/issues/4420))
- Removed the `watch`, `introspection`, and `mod-location` workspace profile args. ([#4421](https://github.com/turbot/steampipe/issues/4421))
- Removed the `check` and `dashboard` options from workspace profiles. ([#4422](https://github.com/turbot/steampipe/issues/4422))
- Removed the `dashboard` option from global options (`default.spc`). ([#4423](https://github.com/turbot/steampipe/issues/4423))</description>
            <pubDate>Tue, 22 Oct 2024 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugins-v1-0-0-release</guid>
            <title>Steampipe Plugins - v1.0.0 release</title>
            <link>https://steampipe.io/changelog/steampipe-plugins-v1-0-0-release</link>
            <description>We’re excited to announce the v1.0.0 release of 116 Steampipe plugins!

While there are no significant changes in the new plugin versions, this release aligns with [Steampipe&apos;s v1.0.0](https://steampipe.io/changelog/steampipe-cli-v1-0-0) launch. The plugins now adhere to [semantic versioning](https://semver.org/#semantic-versioning-specification-semver), ensuring backward compatibility within each major version.</description>
            <pubDate>Tue, 22 Oct 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-okta-plugin-v0-13-0</guid>
            <title>Okta plugin v0.13.0 - Added okta_authentication_policy table</title>
            <link>https://steampipe.io/changelog/turbot-okta-plugin-v0-13-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [okta_authentication_policy](https://hub.steampipe.io/plugins/turbot/okta/tables/okta_authentication_policy) ([#139](https://github.com/turbot/steampipe-plugin-okta/pull/139))

_Bug fixes_

- Fixed the `rules` column in `okta_signon_policy`, `okta_password_policy`, `okta_idp_discovery_policy` and `okta_authentication_policy` tables to correctly return data instead of `null`. ([#145](https://github.com/turbot/steampipe-plugin-okta/pull/145))

_Dependencies_

- Recompiled plugin with Go version `1.22`. ([#146](https://github.com/turbot/steampipe-plugin-okta/pull/146))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool. ([#146](https://github.com/turbot/steampipe-plugin-okta/pull/146))</description>
            <pubDate>Tue, 17 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-mastodon-plugin-v0-3-0</guid>
            <title>Mastodon plugin v0.3.0 - Recompiled plugin with Go version 1.22 and fixed pagination in tables</title>
            <link>https://steampipe.io/changelog/turbot-mastodon-plugin-v0-3-0</link>
            <description>_Enhancements_

- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package.
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Bug fixes_

- Fixed pagination across all the tables. ([#34](https://github.com/turbot/steampipe-plugin-mastodon/pull/34))

_Dependencies_

- Recompiled plugin with Go version `1.22`. ([#43](https://github.com/turbot/steampipe-plugin-mastodon/pull/43))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool. ([#43](https://github.com/turbot/steampipe-plugin-mastodon/pull/43))</description>
            <pubDate>Mon, 16 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-44-0</guid>
            <title>GitHub plugin v0.44.0 - Fixed an issue where credentials from the imported foreign schema were lost after restarting the session in the Postgres FDW extension of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-44-0</link>
            <description>_Bug fixes_

- Fixed an issue where credentials from the imported foreign schema were lost after restarting the session in the Postgres FDW extension of the plugin. ([#2275](https://github.com/turbot/steampipe-plugin-aws/issues/2275))

_Dependencies_

- Recompiled plugin with Go version `1.22`. ([#450](https://github.com/turbot/steampipe-plugin-github/pull/450))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool. ([#450](https://github.com/turbot/steampipe-plugin-github/pull/450))</description>
            <pubDate>Fri, 13 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-57-0</guid>
            <title>GCP plugin v0.57.0 - Added gcp_composer_environment, gcp_dataplex_lake, gcp_dataplex_zone, gcp_dataplex_task, gcp_dataplex_asset, gcp_dataproc_metastore_service and gcp_vpc_access_connector tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-57-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_composer_environment](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_composer_environment) ([#649](https://github.com/turbot/steampipe-plugin-gcp/pull/649))
  - [gcp_dataplex_lake](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_dataplex_lake) ([#642](https://github.com/turbot/steampipe-plugin-gcp/pull/642))
  - [gcp_dataplex_zone](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_dataplex_zone) ([#642](https://github.com/turbot/steampipe-plugin-gcp/pull/642))
  - [gcp_dataplex_task](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_dataplex_task) ([#642](https://github.com/turbot/steampipe-plugin-gcp/pull/642))
  - [gcp_dataplex_asset](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_dataplex_asset) ([#642](https://github.com/turbot/steampipe-plugin-gcp/pull/642))
  - [gcp_dataproc_metastore_service](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_dataproc_metastore_service) ([#654](https://github.com/turbot/steampipe-plugin-gcp/pull/654))
  - [gcp_vpc_access_connector](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_vpc_access_connector) ([#647](https://github.com/turbot/steampipe-plugin-gcp/pull/647))

_Enhancements_

- Added `connection_info` column to the `gcp_alloydb_instance` table. ([#651](https://github.com/turbot/steampipe-plugin-gcp/pull/651))

_Bug fixes_

- Removed the `name` column from the `gcp_bigquery_table` table since the API response did not include this field. ([#648](https://github.com/turbot/steampipe-plugin-gcp/pull/648))

_Dependencies_

- Recompiled plugin with Go version `1.22`. ([#635](https://github.com/turbot/steampipe-plugin-gcp/pull/635))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool. ([#635](https://github.com/turbot/steampipe-plugin-gcp/pull/635))</description>
            <pubDate>Fri, 13 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-147-0</guid>
            <title>AWS plugin v0.147.0 - Added event_region and location_type columns to aws_health_event and aws_ec2_instance_type tables respectively</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-147-0</link>
            <description>_Enhancements_

- Added the `event_region` column to the `aws_health_event` table. ([#2293](https://github.com/turbot/steampipe-plugin-aws/pull/2293))
- Added the `location_type` column to the  `aws_ec2_instance_type` table. ([#2294](https://github.com/turbot/steampipe-plugin-aws/pull/2294))

_Bug fixes_

- Removed unnecessary hydration of the `instance_type` column in `aws_ec2_instance_type` table. ([#2294](https://github.com/turbot/steampipe-plugin-aws/pull/2294))
- Fixed an issue where credentials from import foreign schema were lost after restarting session in the Posgres FDW extensions of the plugin. ([#2275](https://github.com/turbot/steampipe-plugin-aws/issues/2275))</description>
            <pubDate>Fri, 13 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-24-2</guid>
            <title>Steampipe CLI v0.24.2 - Fixed incorrect versioning in v0.24.1</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-24-2</link>
            <description>_Bug fixes_

- Fixed the CLI to correctly display the latest released version when using the `steampipe -v` command. ([#4388](https://github.com/turbot/steampipe/issues/4388))</description>
            <pubDate>Fri, 13 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-24-1</guid>
            <title>Steampipe CLI v0.24.1 - Fixed embedded PostgreSQL database and FDW installation failures</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-24-1</link>
            <description>_Bug fixes_

- Fixed an issue where Steampipe failed to download the embedded PostgreSQL database and FDW during installation. ([#4382](https://github.com/turbot/steampipe/issues/4382))</description>
            <pubDate>Fri, 13 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-action-check-v1-1-0</guid>
            <title>Steampipe Action Check v1.1.0 - Deprecated action</title>
            <link>https://steampipe.io/changelog/steampipe-action-check-v1-1-0</link>
            <description>_Deprecations_

- This GitHub Action is deprecated and will no longer be maintained. Please use [Powerpipe Action Check](https://github.com/turbot/powerpipe-action-check) instead.</description>
            <pubDate>Fri, 13 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-action-setup-v1-5-2</guid>
            <title>Setup Steampipe Action v1.5.2 - Updated Node to v20</title>
            <link>https://steampipe.io/changelog/steampipe-action-setup-v1-5-2</link>
            <description>_Bug fixes_

- Fixed secret references for AWS creds in README.

_Dependencies_

- Bumped @actions/core from v0.10.0 to v0.10.1.
- Bumped @vercel/ncc from v0.38.0 to v0.38.1.
- Bumped actions/setup-node from 3 to 4. ([#95](https://github.com/turbot/steampipe-action-setup/pull/95))
- Bumped actions/upload-artifact from 3 to 4. ([#100](https://github.com/turbot/steampipe-action-setup/pull/100))
- Bumped braces from 3.0.2 to 3.0.3. ([#109](https://github.com/turbot/steampipe-action-setup/pull/109))
- Bumped eslint from 8.52.0 to 8.56.0. ([#101](https://github.com/turbot/steampipe-action-setup/pull/101))
- Bumped eslint from 8.56.0 to 9.2.0. ([#108](https://github.com/turbot/steampipe-action-setup/pull/108))
- Bumped github/codeql-action from 2 to 3. ([#99](https://github.com/turbot/steampipe-action-setup/pull/99))
- Bumped semver from v7.5.4 to v7.6.3.
- Update to node v20 in action and check-dist workflow ([#104](https://github.com/turbot/steampipe-action-setup/pull/104)) (Thanks [@francois2metz](https://github.com/francois2metz) for the contribution!)</description>
            <pubDate>Tue, 10 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-24-0</guid>
            <title>Steampipe CLI v0.24.0 - Updated query JSON output format to add columns property containing the column information</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-24-0</link>
            <description>_Whats new_

- Added the ability to configure plugin startup timeout. ([#4320](https://github.com/turbot/steampipe/issues/4320))
- Installed FDW and embedded Postgres database from GHCR instead of GCP. ([#4344](https://github.com/turbot/steampipe/issues/4344))
- Updated query JSON output format to add a `columns` property containing the column information. This allows us to handle duplicate column names by appending a unique suffix to duplicate column name ([#4317](https://github.com/turbot/steampipe/issues/4317))

Existing query JSON format:
```
$ steampipe query &quot;select account_id, arn from aws_account&quot; --output json
{
 &quot;rows&quot;: [
  {
   &quot;account_id&quot;: &quot;123456789012&quot;,
   &quot;arn&quot;: &quot;arn:aws:::123456789012&quot;
  }
 ]
}
```
New query JSON format(with new `columns` property):
```
$ steampipe query &quot;select account_id, arn from aws_account&quot; --output json
{
 &quot;columns&quot;: [
  {
   &quot;name&quot;: &quot;account_id&quot;,
   &quot;data_type&quot;: &quot;text&quot;
  },
  {
   &quot;name&quot;: &quot;arn&quot;,
   &quot;data_type&quot;: &quot;text&quot;
  }
 ],
 &quot;rows&quot;: [
  {
   &quot;account_id&quot;: &quot;123456789012&quot;,
   &quot;arn&quot;: &quot;arn:aws:::123456789012&quot;
  }
 ]
}
```

_Bug fixes_
- Fixed the issue where the plugin manager was incorrectly reporting a shutdown. ([#4365](https://github.com/turbot/steampipe/issues/4365))</description>
            <pubDate>Thu, 05 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-65-0</guid>
            <title>Azure plugin v0.65.0 - Added azure_key_vault_certificate and azure_web_application_firewall_policy tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-65-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_key_vault_certificate](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_key_vault_certificate) ([#698](https://github.com/turbot/steampipe-plugin-azure/pull/698))
  - [azure_web_application_firewall_policy](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_web_application_firewall_policy) ([#834](https://github.com/turbot/steampipe-plugin-azure/pull/834))

_Enhancements_

- Added `time_created` column to the `azure_compute_virtual_machine` table. ([#831](https://github.com/turbot/steampipe-plugin-azure/pull/831))
- Added `ip_configuration`, `linked_public_ip_address`, `nat_gateway` and `service_public_ip_address` columns to the `azure_public_ip` table. ([#836](https://github.com/turbot/steampipe-plugin-azure/pull/836))
- Added 20 new columns to the `azure_postgresql_flexible_server` table. ([#824](https://github.com/turbot/steampipe-plugin-azure/pull/824))

_Bug fixes_

- Fixed the `ip_configurations` column of the `azure_subnet` table to correctly return data instead of `null`. ([#822](https://github.com/turbot/steampipe-plugin-azure/pull/822))
- Fixed the  `web_application_firewall_configuration` column of `azure_application_gateway` table to correctly return data instead of `null`. ([#835](https://github.com/turbot/steampipe-plugin-azure/pull/835))

_Dependencies_

- Recompiled plugin with Go version `1.22`. ([#832](https://github.com/turbot/steampipe-plugin-azure/pull/832))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool.
- Updated the `azure_mysql_flexible_server` and `azure_postgresql_flexible_server` tables to use the new Azure ARM Go package. ([#820](https://github.com/turbot/steampipe-plugin-azure/pull/820))</description>
            <pubDate>Tue, 03 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-146-0</guid>
            <title>AWS plugin v0.146.0 - Recompiled plugin with Go version 1.22 and added new tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-146-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_app_runner_service](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_app_runner_service) ([#2279](https://github.com/turbot/steampipe-plugin-aws/pull/2279))
  - [aws_ec2_load_balancer_listener_rule](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ec2_load_balancer_listener_rule) ([#2272](https://github.com/turbot/steampipe-plugin-aws/pull/2272))
  - [aws_lightsail_bucket](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_lightsail_bucket) ([#2258](https://github.com/turbot/steampipe-plugin-aws/pull/2258))
  - [aws_memorydb_cluster](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_memorydb_cluster) ([#2268](https://github.com/turbot/steampipe-plugin-aws/pull/2268))
  - [aws_securityhub_enabled_product_subscription](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_securityhub_enabled_product_subscription) ([#2281](https://github.com/turbot/steampipe-plugin-aws/pull/2281))
  - [aws_timestreamwrite_database](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_timestreamwrite_database) ([#2269](https://github.com/turbot/steampipe-plugin-aws/pull/2269))
  - [aws_timestreamwrite_table](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_timestreamwrite_table) ([#2269](https://github.com/turbot/steampipe-plugin-aws/pull/2269))

_Enhancements_

- Updated the `aws_ec2_ami` table to correctly return disabled AMIs on passing the `disabled` value to the `state` optional qual (`where state = &apos;disabled&apos;`). ([#2277](https://github.com/turbot/steampipe-plugin-aws/pull/2277))
- Added 100+ new columns across all tables per `AWS Go SDK v2 1.27.0`. ([#2139](https://github.com/turbot/steampipe-plugin-aws/pull/2139))

_Dependencies_

- Recompiled plugin with Go version `1.22`. ([#2283](https://github.com/turbot/steampipe-plugin-aws/pull/2283))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool. ([#2286](https://github.com/turbot/steampipe-plugin-aws/pull/2286))</description>
            <pubDate>Tue, 03 Sep 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-23-5</guid>
            <title>Steampipe CLI v0.23.5 - Fixed the failure to create new connections outside the search path</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-23-5</link>
            <description>_Bug fixes_

- Fixed an issue where Steampipe failed to create a new connection if it was outside the defined search path. ([#4353](https://github.com/turbot/steampipe/issues/4353))</description>
            <pubDate>Wed, 21 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-23-4</guid>
            <title>Steampipe CLI v0.23.4 - Recompiled CLI with Go v1.22</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-23-4</link>
            <description>_Whats new_

- Recompiled CLI with Go v1.22. ([#4340](https://github.com/turbot/steampipe/issues/4340))

_Bug fixes_

- Fixed query error message to not include internal function names. ([#4335](https://github.com/turbot/steampipe/issues/4335))</description>
            <pubDate>Tue, 13 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-prismacloud-plugin-v0-12-1</guid>
            <title>Prisma Cloud plugin v0.0.1 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/turbot-prismacloud-plugin-v0-12-1</link>
            <description>_What&apos;s new?_

- New tables added
  - [prismacloud_account](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_account)
  - [prismacloud_alert](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_alert)
  - [prismacloud_alert_rule](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_alert_rule)
  - [prismacloud_compliance_breakdown_requirement_summary](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_compliance_breakdown_requirement_summary)
  - [prismacloud_compliance_breakdown_statistic](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_compliance_breakdown_statistic)
  - [prismacloud_compliance_breakdown_summary](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_compliance_breakdown_summary)
  - [prismacloud_compliance_requirement](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_compliance_requirement)
  - [prismacloud_compliance_standard](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_compliance_standard)
  - [prismacloud_iam_permission](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_iam_permission)
  - [prismacloud_iam_role](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_iam_role)
  - [prismacloud_iam_user](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_iam_user)
  - [prismacloud_inventory_api_endpoint](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_inventory_api_endpoint)
  - [prismacloud_inventory_asset_explorer](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_inventory_asset_explorer)
  - [prismacloud_inventory_asset_view](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_inventory_asset_view)
  - [prismacloud_inventory_workload](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_inventory_workload)
  - [prismacloud_inventory_workload_container_image](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_inventory_workload_container_image)
  - [prismacloud_inventory_workload_host](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_inventory_workload_host)
  - [prismacloud_permission_group](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_permission_group)
  - [prismacloud_policy](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_policy)
  - [prismacloud_prioritized_vulnerabilitiy](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_prioritized_vulnerabilitiy)
  - [prismacloud_report](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_report)
  - [prismacloud_resource](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_resource)
  - [prismacloud_trusted_alert_ip](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_trusted_alert_ip)
  - [prismacloud_vulnerabilitiy_asset](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_vulnerabilitiy_asset)
  - [prismacloud_vulnerabilitiy_burndown](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_vulnerabilitiy_burndown)
  - [prismacloud_vulnerabilitiy_overview](https://hub.steampipe.io/plugins/turbot/prismacloud/tables/prismacloud_vulnerabilitiy_overview)</description>
            <pubDate>Fri, 09 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-linode-plugin-v0-7-0</guid>
            <title>Linode plugin v0.7.0 - Added linode_firewall and linode_node_balancer tables</title>
            <link>https://steampipe.io/changelog/turbot-linode-plugin-v0-7-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [linode_firewall](https://hub.steampipe.io/plugins/turbot/linode/tables/linode_firewall)
  - [linode_node_balancer](https://hub.steampipe.io/plugins/turbot/linode/tables/linode_node_balancer)

_Enhancements_

- The `euuid` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Linode accounts. ([#56](https://github.com/turbot/steampipe-plugin-linode/pull/56))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#60](https://github.com/turbot/steampipe-plugin-linode/pull/60))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Dependencies_

- Recompiled plugin with [linode-sdk-for-go v1.37.0](https://github.com/linode/linodego/releases/tag/v1.37.0). ([#56](https://github.com/turbot/steampipe-plugin-linode/pull/56))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#55](https://github.com/turbot/steampipe-plugin-linode/pull/55))</description>
            <pubDate>Fri, 09 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-okta-plugin-v0-12-1</guid>
            <title>Okta plugin v0.12.1 - Fixed the okta_factor table to correctly return data instead of a nil pointer dereference error</title>
            <link>https://steampipe.io/changelog/turbot-okta-plugin-v0-12-1</link>
            <description>_Bug fixes_

- Fixed the `okta_factor` table to correctly return data instead of a `nil pointer dereference` error. ([#137](https://github.com/turbot/steampipe-plugin-okta/pull/137))
- Fixed the caching issue in the standalone plugin FDW extensions. ([#480](https://github.com/turbot/steampipe-postgres-fdw/issues/480))</description>
            <pubDate>Wed, 07 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-43-0</guid>
            <title>GitHub plugin v0.43.0 - Added the GetConfig in the github_repository_content table</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-43-0</link>
            <description>_Enhancements_

- Added the `GetConfig` in the `github_repository_content` table. ([#445](https://github.com/turbot/steampipe-plugin-github/pull/445))

_Bug fixes_

- Fixed the caching issue in the standalone plugin FDW extensions. ([#480](https://github.com/turbot/steampipe-postgres-fdw/issues/480))</description>
            <pubDate>Wed, 07 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-64-0</guid>
            <title>Azure plugin v0.64.0 - Fixed the paging issue in the azure_monitor_activity_log_event table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-64-0</link>
            <description>_Enhancements_

- Added `Reader` and `Data Access` role assignment information to the `docs/index.md` file. ([#811](https://github.com/turbot/steampipe-plugin-azure/pull/811))

_Bug fixes_

- Fixed the `azure_compute_virtual_machine` table to correctly populate the `guest_configuration_assignments` column across all `Azure` environments. ([#816](https://github.com/turbot/steampipe-plugin-azure/pull/816))
- Fixed the `azure_role_assignment` table to correctly return the result while using any mode of plugin authentication. ([#809](https://github.com/turbot/steampipe-plugin-azure/pull/809))
- Fixed the paging issue in the `azure_monitor_activity_log_event` table. ([#810](https://github.com/turbot/steampipe-plugin-azure/pull/810))
- Fixed the caching issue in the standalone plugin FDW extensions. ([#480](https://github.com/turbot/steampipe-postgres-fdw/issues/480))</description>
            <pubDate>Wed, 07 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-145-0</guid>
            <title>AWS plugin v0.145.0 - Added location_type column as an optional qual to the aws_ec2_instance_availability table and 6 new columns to the aws_ec2_instance_type table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-145-0</link>
            <description>_Enhancements_

- Added `location_type` column as an optional qual to the `aws_ec2_instance_availability` table and 6 new columns to the `aws_ec2_instance_type` table. ([#2078](https://github.com/turbot/steampipe-plugin-aws/pull/2078))
- Updated docs for `aws_appautoscaling_policy` and `aws_appautoscaling_target` tables to add information on required quals. ([#2247](https://github.com/turbot/steampipe-plugin-aws/pull/2247))
- Added the `type` column as an optional qual to the `aws_auditmanager_control` table. ([#2254](https://github.com/turbot/steampipe-plugin-aws/pull/2254))

_Bug fixes_

- Fixed the `GetConfig` definition of the `aws_auditmanager_control` table to correctly return data instead of an error. ([#2254](https://github.com/turbot/steampipe-plugin-aws/pull/2254))
- Fixed the `aws_kms_key_rotation` table to correctly return `nil` whenever an `AccessDeniedException` error is returned by the API. ([#2253](https://github.com/turbot/steampipe-plugin-aws/pull/2253))
- Fixed the caching issue in the standalone plugin FDW extensions. ([#480](https://github.com/turbot/steampipe-postgres-fdw/issues/480))</description>
            <pubDate>Wed, 07 Aug 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-56-0</guid>
            <title>GCP plugin v0.56.0 - Added the impersonate_access_token config argument to support plugin authentication by using a pre-generated temporary access token</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-56-0</link>
            <description>_Breaking changes_

- Removed the following columns in `gcp_cloudfunctions_function` table to align with the new API response structure: ([#612](https://github.com/turbot/steampipe-plugin-gcp/pull/612))
  - `environment_variables`
  - `source_upload_url`
  - `version_id`

_What&apos;s new?_

- Added the `impersonate_access_token` config argument to support plugin authentication by using a pre-generated temporary access token. ([#621](https://github.com/turbot/steampipe-plugin-gcp/pull/621))

_Enhancements_

- Added 17 new columns to the `gcp_cloudfunctions_function` table. ([#612](https://github.com/turbot/steampipe-plugin-gcp/pull/612))

_Bug fixes_

- Fixed the cache key issue in the `SecretManager` service client creation. ([#624](https://github.com/turbot/steampipe-plugin-gcp/pull/624))</description>
            <pubDate>Wed, 31 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-55-0</guid>
            <title>GCP plugin v0.55.0 - Added column create_time to gcp_sql_database_instance table</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-55-0</link>
            <description>_Enhancements_

- Added column `create_time `to `gcp_sql_database_instance` table. ([#615](https://github.com/turbot/steampipe-plugin-gcp/pull/615))

_Bug fixes_

- Fixed the `gcp_alloydb_cluster` and `gcp_alloydb_instance` tables to correctly return values for `project` column instead of `null`. ([#617](https://github.com/turbot/steampipe-plugin-gcp/pull/617))</description>
            <pubDate>Mon, 22 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-63-0</guid>
            <title>Azure plugin v0.63.0 - Added azure_resource table and fixed the power_state column of the azure_compute_virtual_machine table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-63-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_resource](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_resource) ([#803](https://github.com/turbot/steampipe-plugin-azure/pull/803))

_Bug fixes_

- Fixed the `power_state` column of the `azure_compute_virtual_machine` table to correctly return data instead of a `nil pointer dereference` error. ([#804](https://github.com/turbot/steampipe-plugin-azure/pull/804))</description>
            <pubDate>Mon, 22 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-17-1</guid>
            <title>Guardrails plugin v0.17.1 - Fixed plugin loading issues by eliminating the need for manual caching</title>
            <link>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-17-1</link>
            <description>_Bug fixes_

- Fixed plugin loading issues by eliminating the need for manual caching, ensuring smoother and more reliable plugin installations. ([#50](https://github.com/turbot/steampipe-plugin-guardrails/pull/50))</description>
            <pubDate>Thu, 18 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-17-0</guid>
            <title>Guardrails plugin v0.17.0 - Added the insecure_skip_verify connection config argument to bypass the SSL/TLS certificate verification while querying the tables</title>
            <link>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-17-0</link>
            <description>_What&apos;s new?_

- Added the `insecure_skip_verify` connection config argument to support bypassing the `SSL/TLS` certificate verification while querying the tables. ([#48](https://github.com/turbot/steampipe-plugin-guardrails/pull/48))

_Enhancements_

- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package.

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) that adds support for connection key columns. ([#49](https://github.com/turbot/steampipe-plugin-guardrails/pull/49))</description>
            <pubDate>Thu, 18 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-23-3</guid>
            <title>Fixed plugin connection loading issues</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-23-3</link>
            <description>_Bug fixes_

- Fixed issue where local Docker config for the credential store was used when installing plugins from GHCR, enabling installation from GHCR to work even if docker-credential-desktop is not in PATH. ([#4323](https://github.com/turbot/steampipe/issues/4323))
- Fixed issue where Steampipe returned a 0 exit code even if it failed to export a snapshot. ([#4276](https://github.com/turbot/steampipe/issues/4276))
- Fixed issue where the query command did not support the legacy &apos;true&apos; and &apos;false&apos; values for the --timing flag. ([#4282](https://github.com/turbot/steampipe/issues/4282))
- Fixed issue where SPS output was not working. ([#4297](https://github.com/turbot/steampipe/issues/4297))
- Fixed issue where loading connection plugins did not return successfully created connections if some connections failed due to the configuration not being available. ([#474](https://github.com/turbot/steampipe-postgres-fdw/issues/474))
- Fixed issue where scan info in query JSON output was shown even when the timing configuration was not set to verbose. ([#4292](https://github.com/turbot/steampipe/issues/4292))</description>
            <pubDate>Wed, 17 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-okta-plugin-v0-12-0</guid>
            <title>Okta plugin v0.12.0 - Added okta_device table and recompiled plugin with steampipe-plugin-sdk v5.10.1</title>
            <link>https://steampipe.io/changelog/turbot-okta-plugin-v0-12-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [okta_device](https://hub.steampipe.io/plugins/turbot/okta/tables/okta_device) ([#50](https://github.com/turbot/steampipe-plugin-okta/pull/113))

_Enhancements_

- The `domain` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Okta organizations. ([#120](https://github.com/turbot/steampipe-plugin-okta/pull/120))
- Added support to specify the time period in `.spc` file for `max retries`, `request timeout`, and `max backoff time` as required. ([#112](https://github.com/turbot/steampipe-plugin-okta/pull/112))
- Added `profile` column to the `okta_factor` table. ([#130](https://github.com/turbot/steampipe-plugin-okta/pull/130))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#120](https://github.com/turbot/steampipe-plugin-okta/pull/120))</description>
            <pubDate>Fri, 12 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-linear-plugin-v0-3-0</guid>
            <title>Linear plugin v0.3.0 - Added organization_id column as a connection key column across all the tables and recompiled plugin with steampipe-plugin-sdk v5.10.1</title>
            <link>https://steampipe.io/changelog/turbot-linear-plugin-v0-3-0</link>
            <description>_Enhancements_

- The `organization_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Linear accounts. ([#34](https://github.com/turbot/steampipe-plugin-linear/pull/34))

_Bug fixes_

- Fixed the plugin to correctly check for a valid Personal Access token. ([#33](https://github.com/turbot/steampipe-plugin-linear/pull/33))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#34](https://github.com/turbot/steampipe-plugin-linear/pull/34))</description>
            <pubDate>Fri, 12 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-62-0</guid>
            <title>Azure plugin v0.62.0 - Added column power_state to the azure_compute_virtual_machine_scale_set_vm table</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-62-0</link>
            <description>_Enhancements_

- Added column `power_state` to the `azure_compute_virtual_machine_scale_set_vm` table. ([#800](https://github.com/turbot/steampipe-plugin-azure/pull/800)) (Thanks [@pdepdecatcat](https://github.com/pdecat) for the contribution!)

_Bug fixes_

- Fixed the `azure_log_alert` table to correctly return values for `actions`, `condition`, `description`, `enabled`, and `scopes` columns instead of `null`. ([#796](https://github.com/turbot/steampipe-plugin-azure/pull/796))</description>
            <pubDate>Fri, 12 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-143-0</guid>
            <title>AWS plugin v0.143.0 - Added aws_rds_db_recommendation table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-143-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_rds_db_recommendation](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_rds_db_recommendation) ([#2238](https://github.com/turbot/steampipe-plugin-aws/pull/2238))

_Bug fixes_

- Fixed the caching issue in `aws_organizations_account` table. ([#2236](https://github.com/turbot/steampipe-plugin-aws/pull/2236))
- Fixed typo (missing comma) in an example query of `aws_health_affected_entity` table document. ([#2237](https://github.com/turbot/steampipe-plugin-aws/pull/2237)) (Thanks [@tieum](https://github.com/tieum) for the contribution!)</description>
            <pubDate>Fri, 05 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-54-1</guid>
            <title>GCP plugin v0.54.1 - Fixed the export tool of the plugin to return a non-zero error code in the event of an error</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-54-1</link>
            <description>_Bug fixes_

- Fixed the export tool of the plugin to return a non-zero error code instead of 0 whenever an error occurred. ([#79](https://github.com/turbot/steampipe-export/pull/79))</description>
            <pubDate>Thu, 04 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-61-0</guid>
            <title>Azure plugin v0.61.0 - Fixed the export tool of the plugin to return a non-zero error code in the event of an error</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-61-0</link>
            <description>_Enhancements_

- Added column `public_network_access` to the `azure_storage_account` table. ([#794](https://github.com/turbot/steampipe-plugin-azure/pull/794))

_Bug fixes_

- Fixed the export tool of the plugin to return a non-zero error code instead of 0 whenever an error occurred. ([#79](https://github.com/turbot/steampipe-export/pull/79))</description>
            <pubDate>Thu, 04 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-142-0</guid>
            <title>AWS plugin v0.142.0 - Fixed the export tool of the plugin to return a non-zero error code in the event of an error</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-142-0</link>
            <description>_Enhancements_

- Added 16 new columns to the `aws_lambda_version` table. ([#2229](https://github.com/turbot/steampipe-plugin-aws/pull/2229))

_Bug fixes_

- Fixed the export tool of the plugin to return a non-zero error code instead of 0 whenever an error occurred. ([#79](https://github.com/turbot/steampipe-export/pull/79))</description>
            <pubDate>Thu, 04 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-54-0</guid>
            <title>GCP plugin v0.54.0 - Reverted the export CLI behavior to return nil for null values instead of an empty string</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-54-0</link>
            <description>_Bug fixes_

- Reverted the export CLI behavior to return `&lt;nil&gt;` for `null` values instead of `&quot;&quot;`. ([#77](https://github.com/turbot/steampipe-export/issues/77))</description>
            <pubDate>Mon, 01 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-60-0</guid>
            <title>Azure plugin v0.60.0 - Reverted the export CLI behavior to return nil for null values instead of an empty string</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-60-0</link>
            <description>_Bug fixes_

- Reverted the export CLI behavior to return `&lt;nil&gt;` for `null` values instead of `&quot;&quot;`. ([#77](https://github.com/turbot/steampipe-export/issues/77))</description>
            <pubDate>Mon, 01 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-141-0</guid>
            <title>AWS plugin v0.141.0 - Reverted the export CLI behavior to return nil for null values instead of an empty string</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-141-0</link>
            <description>_Bug fixes_

- Reverted the export CLI behavior to return `&lt;nil&gt;` for `null` values instead of `&quot;&quot;`. ([#77](https://github.com/turbot/steampipe-export/issues/77))</description>
            <pubDate>Mon, 01 Jul 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-140-0</guid>
            <title>AWS plugin v0.140.0 - Added aws_codestar_notification_rule table and fixed missing rows in aws_organizations_account and aws_s3_object tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-140-0</link>
            <description>_What&apos;s new_

- New tables added
  - [aws_codestar_notification_rule](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_codestar_notification_rule) ([#2217](https://github.com/turbot/steampipe-plugin-aws/pull/2217))

_Enhancements_

- Added 9 new columns to the `aws_elasticache_cluster` table. ([#2224](https://github.com/turbot/steampipe-plugin-aws/pull/2224))

_Bug fixes_

- Fixed the `aws_s3_object` table not returning any rows due to panic error. ([#2221](https://github.com/turbot/steampipe-plugin-aws/pull/2221))
- Fixed no rows being returned from the ``` table if an unqualified query is run before one with `parent_id` specified.
- Fixed data type for `configuration_endpoint` column in `aws_elasticache_cluster` table to be `json`. ([#2214](https://github.com/turbot/steampipe-plugin-aws/pull/2214))</description>
            <pubDate>Fri, 28 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-plugin-v0-12-0</guid>
            <title>Terraform plugin v0.12.0 - Added terraform_variable table</title>
            <link>https://steampipe.io/changelog/turbot-terraform-plugin-v0-12-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [terraform_variable](https://hub.steampipe.io/plugins/turbot/terraform/tables/terraform_variable) ([#97](https://github.com/turbot/steampipe-plugin-terraform/pull/97))

_Enhancements_

- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#101](https://github.com/turbot/steampipe-plugin-terraform/pull/101))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Bug fixes_

- Fixed the `arguments` column of `terraform_resource` table to correctly return the `type` field. ([#99](https://github.com/turbot/steampipe-plugin-terraform/pull/99)) ([#92](https://github.com/turbot/steampipe-plugin-terraform/pull/92))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#92](https://github.com/turbot/steampipe-plugin-terraform/pull/92))</description>
            <pubDate>Fri, 21 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-42-0</guid>
            <title>GitHub plugin v0.42.0 - Added github_repository_ruleset table</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-42-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_repository_ruleset](https://hub.steampipe.io/plugins/turbot/github/tables/github_repository_ruleset) ([#440](https://github.com/turbot/steampipe-plugin-github/pull/440))

_Bug fixes_

- Improved the error messaging for file parsing in the `github_workflow` table. ([#438](https://github.com/turbot/steampipe-plugin-github/pull/438))

_Dependencies_

- Recompiled plugin with `github.com/cloudflare/circl v1.3.7`. ([#418](https://github.com/turbot/steampipe-plugin-github/pull/418))</description>
            <pubDate>Fri, 21 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-59-0</guid>
            <title>Azure plugin v0.59.0 - Added azure_data_protection_backup_job, azure_lighthouse_assignment, and azure_lighthouse_definition tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-59-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_data_protection_backup_job](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_data_protection_backup_job) ([#786](https://github.com/turbot/steampipe-plugin-azure/pull/786))
  - [azure_lighthouse_assignment](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_lighthouse_assignment) ([#785](https://github.com/turbot/steampipe-plugin-azure/pull/785))
  - [azure_lighthouse_definition](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_lighthouse_definition) ([#785](https://github.com/turbot/steampipe-plugin-azure/pull/785))

_Enhancements_

- Added column `tags` to the `azure_subscription` table. ([#784](https://github.com/turbot/steampipe-plugin-azure/pull/784))
- Added the following columns to the `azure_network_interface` table: ([#779](https://github.com/turbot/steampipe-plugin-azure/pull/779))
  - `auxiliary_mode`
  - `disable_tcp_state_tracking`
  - `dscp_configuration`
  - `migration_phase`
  - `nic_type`
  - `private_endpoint`
  - `private_link_service`
  - `vnet_encryption_supported`
  - `workload_type`</description>
            <pubDate>Fri, 21 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-28-1</guid>
            <title>Kubernetes plugin v0.28.1 - Fixed the issue of missing and inconsistent columns in Kubernetes CRD tables</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-28-1</link>
            <description>_Bug fixes_

- Fixed the issue of missing and inconsistent columns in Kubernetes CRD tables. ([#229](https://github.com/turbot/steampipe-plugin-kubernetes/pull/229)) (Thanks [@dongho-jung](https://github.com/dongho-jung) for the contribution!!)</description>
            <pubDate>Mon, 17 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-139-0</guid>
            <title>AWS plugin v0.139.0 - Added aws_route53_vpc_association_authorization table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-139-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_route53_vpc_association_authorization](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_route53_vpc_association_authorization) ([#2199](https://github.com/turbot/steampipe-plugin-aws/pull/2199)) (Thanks [@jramosf](https://github.com/jramosf) for the contribution!)

_Enhancements_

- Updated `aws_s3_bucket`, `aws_s3_bucket_intelligent_tiering_configuration`, `aws_s3_object` and `aws_s3_object_version` tables to use `HeadBucket` API instead of `GetBucketLocation` to fetch the region that the bucket resides in. ([#2082](https://github.com/turbot/steampipe-plugin-aws/pull/2082)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)
- Added column `create_time` to `aws_ec2_key_pair` table. ([#2196](https://github.com/turbot/steampipe-plugin-aws/pull/2196)) (Thanks [@kasadaamos](https://github.com/https://github.com/kasadaamos) for the contribution!)
- Added `instance_type` column as an optional qual to the `aws_ec2_instance_type` table. ([#2200](https://github.com/turbot/steampipe-plugin-aws/pull/2200))

_Bug fixes_

- Fixed the `akas` column in `aws_health_affected_entity` table to correctly return data instead of an error by handling events that do not have any `ARN`. ([#2189](https://github.com/turbot/steampipe-plugin-aws/pull/2189))
- Fixed `cname` and `endpoint_url` columns of `aws_elastic_beanstalk_environment` table to correctly return data instead of `null`. ([#2201](https://github.com/turbot/steampipe-plugin-aws/pull/2201))
- Fixed the `aws_api_gatewayv2_*` tables to correctly return data instead of an error by excluding support for the new unsupported `il-central-1` region. ([#2190](https://github.com/turbot/steampipe-plugin-aws/pull/2190))</description>
            <pubDate>Sat, 15 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-pipes-plugin-v0-16-0</guid>
            <title>Pipes plugin v0.16.0 - Added pipes_tenant and pipes_tenant_member tables</title>
            <link>https://steampipe.io/changelog/turbot-pipes-plugin-v0-16-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [pipes_tenant](https://hub.steampipe.io/plugins/turbot/pipes/tables/pipes_tenant) ([#35](https://github.com/turbot/steampipe-plugin-pipes/pull/35))
  - [pipes_tenant_member](https://hub.steampipe.io/plugins/turbot/pipes/tables/pipes_tenant_member) ([#35](https://github.com/turbot/steampipe-plugin-pipes/pull/35))</description>
            <pubDate>Sat, 15 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jira-plugin-v0-15-0</guid>
            <title>Jira plugin v0.15.0 - Added login_id column as a connection key column across all the tables to facilitate more precise and efficient querying across multiple connections</title>
            <link>https://steampipe.io/changelog/turbot-jira-plugin-v0-15-0</link>
            <description>_Enhancements_

- The `login_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Jira connections. ([#119](https://github.com/turbot/steampipe-plugin-jira/pull/119))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#128](https://github.com/turbot/steampipe-plugin-jira/pull/128))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Bug fixes_

- Fixed pagination in the `jira_board` table to correctly return all the data instead of partial results. ([#127](https://github.com/turbot/steampipe-plugin-jira/pull/127))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#119](https://github.com/turbot/steampipe-plugin-jira/pull/119))</description>
            <pubDate>Sat, 15 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-58-0</guid>
            <title>Azure plugin v0.58.0 - Added azure_cdn_frontdoor_profile, azure_data_protection_backup_vault, azure_log_analytics_workspace and azure_private_endpoint tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-58-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_cdn_frontdoor_profile](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_cdn_frontdoor_profile) ([#777](https://github.com/turbot/steampipe-plugin-azure/pull/777))
  - [azure_data_protection_backup_vault](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_data_protection_backup_vault) ([#776](https://github.com/turbot/steampipe-plugin-azure/pull/776))
  - [azure_log_analytics_workspace](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_log_analytics_workspace) ([#767](https://github.com/turbot/steampipe-plugin-azure/pull/767))
  - [azure_private_endpoint](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_private_endpoint) ([#775](https://github.com/turbot/steampipe-plugin-azure/pull/775))

_Bug fixes_

- Fixed the `public_network_access_for_ingestion` and the `public_network_access_for_query` columns of the `azure_application_insight` table to be of `String` data type instead of `JSON`. ([#769](https://github.com/turbot/steampipe-plugin-azure/pull/769))
- Fixed the `azure_role_assignment` table to correctly return values for `principal_id` and `principal_type` columns instead of `null`. ([#763](https://github.com/turbot/steampipe-plugin-azure/pull/763))
- Fixed the `web_application_firewall_configuration` column of the `azure_application_gateway` table to correctly return data instead of `null`. ([#770](https://github.com/turbot/steampipe-plugin-azure/pull/770))</description>
            <pubDate>Sat, 15 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-alicloud-plugin-v0-23-0</guid>
            <title>Alicloud plugin v0.23.0 - Added support for the profile connection config argument</title>
            <link>https://steampipe.io/changelog/turbot-alicloud-plugin-v0-23-0</link>
            <description>_What&apos;s new?_

- Added support for the `profile` connection config argument. ([#409](https://github.com/turbot/steampipe-plugin-alicloud/pull/409))

_Bug fixes_

- Fixed the `alicloud_cs_kubernetes_cluster` table to ensure it correctly returns data when querying clusters without tags. ([#426](https://github.com/turbot/steampipe-plugin-alicloud/pull/426))</description>
            <pubDate>Sat, 15 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-53-0</guid>
            <title>GCP plugin v0.53.0 - Added gcp_alloydb_cluster, gcp_alloydb_instance and gcp_secret_manager_secret tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-53-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_alloydb_cluster](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_alloydb_cluster) ([#597](https://github.com/turbot/steampipe-plugin-gcp/pull/597))
  - [gcp_alloydb_instance](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_alloydb_cluster) ([#597](https://github.com/turbot/steampipe-plugin-gcp/pull/597))
  - [gcp_secret_manager_secret](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_secret_manager_secret) ([#593](https://github.com/turbot/steampipe-plugin-gcp/pull/593))

_Bug fixes_

- Fixed the `gcp_sql_database` table to skip SQL database instances that are not in the `running` state. ([#586](https://github.com/turbot/steampipe-plugin-gcp/pull/586))
- Fixed the `gcp_kubernetes_node_pool` table to skip clusters that have `autopilot` mode enabled. ([#591](https://github.com/turbot/steampipe-plugin-gcp/pull/591))</description>
            <pubDate>Fri, 14 Jun 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-pipes-plugin-v0-15-0</guid>
            <title>Pipes plugin v0.15.0 - Added the user_id column as a connection key column</title>
            <link>https://steampipe.io/changelog/turbot-pipes-plugin-v0-15-0</link>
            <description>_Enhancements_

- The `user_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Pipes connections. ([#27](https://github.com/turbot/steampipe-plugin-pipes/pull/27))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#32](https://github.com/turbot/steampipe-plugin-pipes/pull/32))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Bug fixes_

- Fixed the plugin to correctly authenticate against a custom tenant in `Pipes` instead of returning a `401` error. ([#30](https://github.com/turbot/steampipe-plugin-pipes/pull/30))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#27](https://github.com/turbot/steampipe-plugin-pipes/pull/27))</description>
            <pubDate>Wed, 22 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-41-0</guid>
            <title>GitHub plugin v0.41.0 - Added github_blob and github_repository_content tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-41-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_blob](https://hub.steampipe.io/plugins/turbot/github/tables/github_blob) ([#430](https://github.com/turbot/steampipe-plugin-github/pull/430)) (Thanks [@rmhartog](https://github.com/rmhartog) for the contribution!)
  - [github_repository_content](https://hub.steampipe.io/plugins/turbot/github/tables/github_repository_content) ([#317](https://github.com/turbot/steampipe-plugin-github/pull/317))

_Enhancements_

- The `login_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Github connections. ([#422](https://github.com/turbot/steampipe-plugin-github/pull/422))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#219](https://github.com/turbot/steampipe-plugin-kubernetes/pull/219))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Bug fixes_

- Fixed the plugin support for Github OAuth Access token to work correctly. ([#432](https://github.com/turbot/steampipe-plugin-github/pull/432))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) that adds support for connection key columns. ([#422](https://github.com/turbot/steampipe-plugin-github/pull/422))</description>
            <pubDate>Fri, 17 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-23-2</guid>
            <title>Steampipe CLI v0.23.2 - Removed unnecessary NOTICE level logging</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-23-2</link>
            <description>_Bug fixes_

- Updated Postgres FDW to `v1.11.2` to remove unnecessary `NOTICE` level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469))</description>
            <pubDate>Fri, 17 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-microsoft365-plugin-v0-6-0</guid>
            <title>Microsoft365 plugin v0.6.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.1 and added tenant_id column as a connection key column across all tables</title>
            <link>https://steampipe.io/changelog/turbot-microsoft365-plugin-v0-6-0</link>
            <description>_Enhancements_

- The `tenant_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Microsoft 365 subscriptions. ([#50](https://github.com/turbot/steampipe-plugin-microsoft365/pull/50))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#55](https://github.com/turbot/steampipe-plugin-microsoft365/pull/55))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#50](https://github.com/turbot/steampipe-plugin-microsoft365/pull/50))</description>
            <pubDate>Tue, 14 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v0-16-0</guid>
            <title>Azuread plugin v0.16.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.1 and added tenant_id column as a connection key column across all tables</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v0-16-0</link>
            <description>_Enhancements_

- The `tenant_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Azure subscriptions. ([#175](https://github.com/turbot/steampipe-plugin-azuread/pull/175))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#180](https://github.com/turbot/steampipe-plugin-azuread/pull/180))
- Added support for `China cloud` endpoint and scope based on the environment. ([#174](https://github.com/turbot/steampipe-plugin-azuread/pull/174))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#175](https://github.com/turbot/steampipe-plugin-azuread/pull/175))</description>
            <pubDate>Tue, 14 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-oci-plugin-v0-36-0</guid>
            <title>OCI plugin v0.36.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.0 and added tenant_id column as a connection key column across all tables</title>
            <link>https://steampipe.io/changelog/turbot-oci-plugin-v0-36-0</link>
            <description>- New tables added
  - [oci_database_exadata_infrastructure](https://hub.steampipe.io/plugins/turbot/oci/tables/oci_database_exadata_infrastructure) ([#582](https://github.com/turbot/steampipe-plugin-oci/pull/582))

_Enhancements_

- The `tenant_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple OCI tenants. ([#606](https://github.com/turbot/steampipe-plugin-oci/pull/606))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#614](https://github.com/turbot/steampipe-plugin-oci/pull/614))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#606](https://github.com/turbot/steampipe-plugin-oci/pull/606))
- Recompiled plugin with [github.com/hashicorp/go-getter v1.7.4](https://github.com/hashicorp/go-getter/releases/tag/v1.7.4). ([#611](https://github.com/turbot/steampipe-plugin-oci/pull/611))</description>
            <pubDate>Mon, 13 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-52-0</guid>
            <title>GCP plugin v0.52.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.0 and added project column as a connection key column across all tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-52-0</link>
            <description>_Enhancements_

- The `project` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple GCP projects. ([#564](https://github.com/turbot/steampipe-plugin-gcp/pull/564))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#580](https://github.com/turbot/steampipe-plugin-gcp/pull/580))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))****

_Bug fixes_

- Fixed the table `gcp_cloudfunctions_function` to list `gen2` cloud functions. ([#568](https://github.com/turbot/steampipe-plugin-gcp/pull/568)) (Thanks [@ashutoshmore658](https://github.com/ashutoshmore658) for the contribution!)

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#564](https://github.com/turbot/steampipe-plugin-gcp/pull/564))
- Recompiled plugin with [github.com/hashicorp/go-getter v1.7.4](https://github.com/hashicorp/go-getter/releases/tag/v1.7.4). ([#570](https://github.com/turbot/steampipe-plugin-gcp/pull/570))</description>
            <pubDate>Mon, 13 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-57-0</guid>
            <title>Azure plugin v0.57.0 - Recompiled plugin with steampipe-plugin-sdk v5.10.1 and azure-sdk-for-go v68.0.0+incompatible</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-57-0</link>
            <description>_Enhancements_

- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#756](https://github.com/turbot/steampipe-plugin-azure/pull/756))

_Bug fixes_

- Fixed the `server_properties` column in the `azure_postgresql_flexible_server` table to correctly return data instead of `nil`. ([#754](https://github.com/turbot/steampipe-plugin-azure/pull/754))

_Dependencies_

- Recompiled plugin with [azure-sdk-for-go v68.0.0+incompatible](https://github.com/Azure/azure-sdk-for-go/releases/tag/v68.0.0). ([#747](https://github.com/turbot/steampipe-plugin-azure/pull/747))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#755](https://github.com/turbot/steampipe-plugin-azure/pull/755))</description>
            <pubDate>Mon, 13 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-alicloud-plugin-v0-22-0</guid>
            <title>Alibaba Cloud plugin v0.22.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.0 and added the account_id column as a connection key column across all tables</title>
            <link>https://steampipe.io/changelog/turbot-alicloud-plugin-v0-22-0</link>
            <description>_Enhancements_

- The `account_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Alibaba Cloud accounts. ([#406](https://github.com/turbot/steampipe-plugin-alicloud/pull/406))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#419](https://github.com/turbot/steampipe-plugin-alicloud/pull/419))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#406](https://github.com/turbot/steampipe-plugin-alicloud/pull/406))
- Recompiled plugin with [github.com/hashicorp/go-getter v1.7.4](https://github.com/hashicorp/go-getter/releases/tag/v1.7.4). ([#412](https://github.com/turbot/steampipe-plugin-alicloud/pull/412))</description>
            <pubDate>Mon, 13 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-23-1</guid>
            <title>Steampipe CLI v0.23.1 - Fixed Linux Arm FDW build</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-23-1</link>
            <description>_Bug fixes_

- Updated FDW to 1.11.1 to fix bad Linux Arm build. ([#4271](https://github.com/turbot/steampipe/issues/4271))
- Updated hydrates count in timing verbose mode to use integer formatting(e.g. 119,138). ([#4270](https://github.com/turbot/steampipe/issues/4270))</description>
            <pubDate>Sat, 11 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-28-0</guid>
            <title>Kubernetes plugin v0.28.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.0 and added the context_name column as a connection key column across all tables</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-28-0</link>
            <description>_Enhancements_

- The `context_name` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Kubernetes connections. ([#217](https://github.com/turbot/steampipe-plugin-kubernetes/pull/217))
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#219](https://github.com/turbot/steampipe-plugin-kubernetes/pull/219))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#217](https://github.com/turbot/steampipe-plugin-kubernetes/pull/217))
- Recompiled plugin with [github.com/hashicorp/go-getter v1.7.4](https://github.com/hashicorp/go-getter/releases/tag/v1.7.4). ([#218](https://github.com/turbot/steampipe-plugin-kubernetes/pull/218))</description>
            <pubDate>Thu, 09 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-138-0</guid>
            <title>AWS plugin v0.138.0 - The Plugin and the Steampipe Anywhere binaries are now built with the netgo package for both the Linux and Darwin systems</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-138-0</link>
            <description>## v0.138.0 [2024-05-09]

_Enhancements_

- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package for both the Linux and Darwin systems. ([#219](https://github.com/turbot/steampipe-plugin-kubernetes/pull/219)) ([#2180](https://github.com/turbot/steampipe-plugin-aws/pull/2180))

_Bug fixes_

- Fixed the `aws_ebs_snapshot` table to correctly return data instead of an empty row. ([#2185](https://github.com/turbot/steampipe-plugin-aws/pull/2185))

_Dependencies_

- Recompiled plugin with [github.com/hashicorp/go-getter v1.7.4](https://github.com/hashicorp/go-getter/releases/tag/v1.7.4). ([#2178](https://github.com/turbot/steampipe-plugin-aws/pull/2178))</description>
            <pubDate>Thu, 09 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-23-0</guid>
            <title>Steampipe CLI v0.23.0 - Performance optimizations that include connection key columns, sort order pushdown, and improved timing display</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-23-0</link>
            <description>_Whats new_

- Added support for connection key columns: ([#768](https://github.com/turbot/steampipe-plugin-sdk/issues/768))

  A `connection key column` defines a column whose value maps 1-1 to a Steampipe connection
and so can be used to filter connections when executing an aggregator query. These columns are treated as (optional) KeyColumns. This means they are taken into account in the query planning. 

- Added support for verbose timing information. ([#4244](https://github.com/turbot/steampipe/issues/4244))
- Added support for pushing down sort order. ([#447](https://github.com/turbot/steampipe-postgres-fdw/issues/447))
- Updated limit pushdown logic to push down the limit if all sort clauses are pushed down. ([#458](https://github.com/turbot/steampipe-postgres-fdw/issues/458))
- Added support for `WHERE column=val1 OR column=val2 OR column=val3...`
- Migrated from plugin registry from GCP to GHCR. ([#4232](https://github.com/turbot/steampipe/issues/4232))

_Bug fixes_

- Fixed hang when timing is disabled. ([#4237](https://github.com/turbot/steampipe/issues/4237))
- Added a signal handler for signal 16 to avoid FDW crash.  ([#457](https://github.com/turbot/steampipe-postgres-fdw/issues/457))</description>
            <pubDate>Thu, 09 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-10-1</guid>
            <title>Steampipe Plugin SDK v5.10.1 - Fixed missing field in `QueryData` parameter to connection key column value callback.</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-10-1</link>
            <description>_Bug fixes_

* Ensured `QueryData` passed to connection key column value callback is populated with `ConnectionManager`. ([#797](https://github.com/turbot/steampipe-plugin-sdk/issues/797))</description>
            <pubDate>Thu, 09 May 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-56-0</guid>
            <title>Azure plugin v0.56.0 - Added azure_backup_policy table and recompiled plugin with steampipe-plugin-sdk v5.10.0</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-56-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_backup_policy](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_backup_policy) ([#739](https://github.com/turbot/steampipe-plugin-azure/pull/739))

_Enhancements_

- The `subscription_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Azure subscriptions. ([#740](https://github.com/turbot/steampipe-plugin-azure/pull/740))
- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Bug fixes_

- Fixed the plugin&apos;s Postgres FDW Extension crash [issue](https://github.com/turbot/steampipe-postgres-fdw/issues/434).

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#745](https://github.com/turbot/steampipe-plugin-azure/pull/745))</description>
            <pubDate>Tue, 30 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-137-0</guid>
            <title>AWS plugin v0.137.0 - Added aws_iot_thing_group, aws_iot_thing_type and aws_kms_key_rotation tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-137-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_iot_thing_group](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_iot_thing_group) ([#1998](https://github.com/turbot/steampipe-plugin-aws/pull/1998))
  - [aws_iot_thing_type](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_iot_thing_type) ([#1999](https://github.com/turbot/steampipe-plugin-aws/pull/1999))
  - [aws_kms_key_rotation](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_kms_key_rotation) ([#2174](https://github.com/turbot/steampipe-plugin-aws/pull/2174))

_Enhancements_

- Added the `version` flag to the plugin&apos;s Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))

_Bug fixes_

- Fixed intermittent FDW crashes when certain postgres errors resulted in a signal 16 being raised. ([#455](https://github.com/turbot/steampipe-postgres-fdw/pull/455))
- Fixed the broken Postgres 14, Postgres 15 and SQLite x86_64 binaries for Darwin operating systems.</description>
            <pubDate>Mon, 29 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-136-0</guid>
            <title>AWS plugin v0.136.0 - Added aws_iot_fleet_metric table and recompiled plugin with steampipe-plugin-sdk v5.10.0 and aws-sdk-go v1.26.1</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-136-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_iot_fleet_metric](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_iot_fleet_metric) ([#2000](https://github.com/turbot/steampipe-plugin-aws/pull/2000))

_Enhancements_

- The `account_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple AWS accounts. ([#2133](https://github.com/turbot/steampipe-plugin-aws/pull/2133))

_Bug fixes_

- Fixed the `getDirectoryServiceSnapshotLimit` and `getDirectoryServiceEventTopics` hydrate calls in the `aws_directory_service_directory` table to correctly return `nil` for the unsupported `ADConnector` services instead of an error. ([#2170](https://github.com/turbot/steampipe-plugin-aws/pull/2170))</description>
            <pubDate>Fri, 19 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/jplanckeel-opsgenie-plugin-v0-0-2</guid>
            <title>Opsgenie plugin v0.0.2 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/jplanckeel-opsgenie-plugin-v0-0-2</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@jplanckeel](https://github.com/jplanckeel) for the new plugin!)
  - [opsgenie_alert](https://hub.steampipe.io/plugins/jplanckeel/opsgenie/tables/opsgenie_alert)
  - [opsgenie_team](https://hub.steampipe.io/plugins/jplanckeel/opsgenie/opsgenie_team)</description>
            <pubDate>Fri, 19 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-googlesearchconsole-plugin-v0-0-1</guid>
            <title>Google Search Console plugin v0.0.1 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/turbot-googlesearchconsole-plugin-v0-0-1</link>
            <description>_What&apos;s new?_

- New tables added
  - [googlesearchconsole_indexing_status](https://hub.steampipe.io/plugins/turbot/googlesearchconsole/tables/googlesearchconsole_indexing_status)
  - [googlesearchconsole_pagespeed_analysis_aggregated](https://hub.steampipe.io/plugins/turbot/googlesearchconsole/tables/googlesearchconsole_pagespeed_analysis_aggregated)
  - [googlesearchconsole_pagespeed_analysis](https://hub.steampipe.io/plugins/turbot/googlesearchconsole/tables/googlesearchconsole_pagespeed_analysis)
  - [googlesearchconsole_site](https://hub.steampipe.io/plugins/turbot/googlesearchconsole/tables/googlesearchconsole_site)
  - [googlesearchconsole_sitemap](https://hub.steampipe.io/plugins/turbot/googlesearchconsole/tables/googlesearchconsole_sitemap)</description>
            <pubDate>Fri, 12 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-40-0</guid>
            <title>GitHub plugin v0.40.0 - Added github_organization_collaborator table and added support for plugin authentication using Github App</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-40-0</link>
            <description>## v0.40.0 [2024-04-12]

_What&apos;s new?_

- New tables added
  - [github_organization_collaborator](https://hub.steampipe.io/plugins/turbot/github/tables/github_organization_collaborator) ([#411](https://github.com/turbot/steampipe-plugin-github/pull/411))
- Added support for plugin authentication using `Github App`. Please refer [Github plugin configuration](https://hub.steampipe.io/plugins/turbot/github#configuration) for more information. ([#414](https://github.com/turbot/steampipe-plugin-github/pull/414))

_Bug fixes_

- Fixed the `github_workflow` table  to correctly return data for dynamic workflows instead of an error. ([#412](https://github.com/turbot/steampipe-plugin-github/pull/412))
- Fixed the plugin&apos;s Postgres FDW Extension crash [issue](https://github.com/turbot/steampipe-postgres-fdw/issues/434).</description>
            <pubDate>Fri, 12 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-135-0</guid>
            <title>AWS plugin v0.135.0 - Added aws_accessanalyzer_finding table and snapshot_block_public_access_state column to aws_ec2_regional_settings table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-135-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_accessanalyzer_finding](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_accessanalyzer_finding) ([#2142](https://github.com/turbot/steampipe-plugin-aws/pull/2142))

_Enhancements_

- Added `snapshot_block_public_access_state` column to `aws_ec2_regional_settings` table. ([#2077](https://github.com/turbot/steampipe-plugin-aws/pull/2077))

_Bug fixes_

- Fixed the `getDirectoryServiceSnapshotLimit` and `getDirectoryServiceEventTopics` hydrate calls in the `aws_directory_service_directory` table to correctly return `nil` for unsupported `SharedMicrosoftAD` services instead of an error. ([#2156](https://github.com/turbot/steampipe-plugin-aws/pull/2156))</description>
            <pubDate>Fri, 12 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/grendel-consulting-kolide-plugin-v0-2-1</guid>
            <title>Kolide plugin v0.2.1 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/grendel-consulting-kolide-plugin-v0-2-1</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@ramirezj](https://github.com/ramirezj) for the new plugin!)
	- [kolide_admin_user](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_admin_user)
	- [kolide_audit_log](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_audit_log)
	- [kolide_check](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_check)
	- [kolide_deprovisioned_person](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_deprovisioned_person)
	- [kolide_device](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_device)
	- [kolide_device_open_issue](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_device_open_issue)
	- [kolide_issue](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_issue)
	- [kolide_package](https://hub.steampipe.io/plugins/grendel-consulting/kolide/tables/kolide_package)</description>
            <pubDate>Fri, 12 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-10-0</guid>
            <title>Steampipe Plugin SDK v5.10.0 - Added support for connection key columns and added `sp_ctx` and `sp_connection_name` columns to all tables</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-10-0</link>
            <description>_What&apos;s new?_

* Added support for connection key columns. ([#768](https://github.com/turbot/steampipe-plugin-sdk/issues/768))
* Added `sp_ctx` and `sp_connection_name` columns to all tables. ([#769](https://github.com/turbot/steampipe-plugin-sdk/issues/769))</description>
            <pubDate>Thu, 11 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-51-0</guid>
            <title>GCP plugin v0.51.0 - Added gcp_tag_binding table</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-51-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_tag_binding](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_tag_binding) ([#560](https://github.com/turbot/steampipe-plugin-gcp/pull/560))</description>
            <pubDate>Fri, 05 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-22-2</guid>
            <title>Steampipe CLI v0.22.2 - Fixed local plugin development workflow</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-22-2</link>
            <description>_Enhancements_

* Added support for nested dashboards. ([#4208](https://github.com/turbot/steampipe/issues/4208))
  
_Bug fixes_

* Fixed the issue where local plugins were not being loaded. ([#4196](https://github.com/turbot/steampipe/issues/4196))
* Re-added support for &apos;implicit&apos; local plugins (i.e. the plugin binary exists but there is no entry in the `versions.json`). ([#4223](https://github.com/turbot/steampipe/issues/4223))
* Fixed the issue where the daily update check message showed a `&lt;nil&gt;` when there was no message to show. ([#4206](https://github.com/turbot/steampipe/issues/4206))</description>
            <pubDate>Fri, 05 Apr 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-50-0</guid>
            <title>GCP plugin v0.50.0 - Added gcp_vertex_ai_model table and fixed retry_policy_maximum_backoff and retry_policy_minimum_backoff columns of gcp_pubsub_subscription table to correctly return data</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-50-0</link>
            <description>_What&apos;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. ([#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!)</description>
            <pubDate>Fri, 29 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-134-0</guid>
            <title>AWS plugin v0.134.0 - Added aws_backup_job, aws_elastic_beanstalk_application_version, aws_rds_db_engine_version, aws_s3_object_version and aws_servicequotas_service tables and fixed pagination in the aws_ebs_snapshot table to make fewer API calls</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-134-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_backup_job](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_backup_job) ([#2145](https://github.com/turbot/steampipe-plugin-aws/pull/2145)) (Thanks [@rogerioacp](https://github.com/rogerioacp) for the contribution!)
  - [aws_elastic_beanstalk_application_version](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_elastic_beanstalk_application_version) ([#2150](https://github.com/turbot/steampipe-plugin-aws/pull/2150))
  - [aws_rds_db_engine_version](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_rds_db_engine_version) ([#2098](https://github.com/turbot/steampipe-plugin-aws/pull/2098))
  - [aws_s3_object_version](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_s3_object_version) ([#2070](https://github.com/turbot/steampipe-plugin-aws/pull/2070))
  - [aws_servicequotas_service](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_servicequotas_service) ([#2070](https://github.com/turbot/steampipe-plugin-aws/pull/2141))

_Bug fixes_

- Fixed the `aws_vpc_eip` table to return an `Access Denied` error instead of an `Invalid Memory Address or Nil Pointer Dereference` error when a `Service Control Policy` is applied to an account for a specific region. ([#2136](https://github.com/turbot/steampipe-plugin-aws/pull/2136))
- Fixed the `aws_s3_bucket` terraform script to prevent the `AccessControlListNotSupported: The bucket does not allow ACLs` error during the `PutBucketAcl` terraform call. ([#2080](https://github.com/turbot/steampipe-plugin-aws/pull/2080)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)
- Fixed an issue where querying regional tables while using AWS profiles with `cross-account` role credentials results in the correct error being reported instead of zero rows. ([#2137](https://github.com/turbot/steampipe-plugin-aws/pull/2137))
- Fixed pagination in the `aws_ebs_snapshot` table to make fewer API calls when the `limit` parameter is passed to the query. ([#2088](https://github.com/turbot/steampipe-plugin-aws/pull/2088))</description>
            <pubDate>Fri, 29 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-55-0</guid>
            <title>Azure plugin v0.55.0 - Added azure_compute_virtual_machine_metric_available_memory azure_compute_virtual_machine_metric_available_memory_daily and azure_compute_virtual_machine_metric_available_memory_hourly tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-55-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_compute_virtual_machine_metric_available_memory](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_virtual_machine_metric_available_memory) ([#729](https://github.com/turbot/steampipe-plugin-azure/pull/729))
  - [azure_compute_virtual_machine_metric_available_memory_daily](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_virtual_machine_metric_available_memory_daily) ([#729](https://github.com/turbot/steampipe-plugin-azure/pull/729))
  - [azure_compute_virtual_machine_metric_available_memory_hourly](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_virtual_machine_metric_available_memory_hourly) ([#729](https://github.com/turbot/steampipe-plugin-azure/pull/729))

_Enhancements_

- Added the `access_keys` column to `azure_storage_account` table. ([#730](https://github.com/turbot/steampipe-plugin-azure/pull/730))
- Added the `disable_local_auth` column to `azure_cosmosdb_account` table. ([#736](https://github.com/turbot/steampipe-plugin-azure/pull/736))</description>
            <pubDate>Fri, 22 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-133-0</guid>
            <title>AWS plugin v0.133.0 - Added aws_acmpca_certificate_authority aws_dms_endpoint aws_dms_replication_task aws_docdb_cluster_snapshot and aws_transfer_user tables and fixed template_body_json column in table aws_cloudformation_stack</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-133-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_acmpca_certificate_authority](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_acmpca_certificate_authority) ([#2125](https://github.com/turbot/steampipe-plugin-aws/pull/2125))
  - [aws_dms_endpoint](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_dms_endpoint) ([#1992](https://github.com/turbot/steampipe-plugin-aws/pull/1992))
  - [aws_dms_replication_task](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_dms_replication_task) ([#2110](https://github.com/turbot/steampipe-plugin-aws/pull/2110))
  - [aws_docdb_cluster_snapshot](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_docdb_cluster_snapshot) ([#2123](https://github.com/turbot/steampipe-plugin-aws/pull/2123))
  - [aws_transfer_user](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_transfer_user) ([#2089](https://github.com/turbot/steampipe-plugin-aws/pull/2089)) (Thanks [@jramosf](https://github.com/jramosf) for the contribution!)

_Enhancements_

- Added `auto_minor_version_upgrade` column to `aws_rds_db_cluster` table. ([#2109](https://github.com/turbot/steampipe-plugin-aws/pull/2109))
- Added `open_zfs_configuration` column to `aws_fsx_file_system` table. ([#2113](https://github.com/turbot/steampipe-plugin-aws/pull/2113))
- Added `logging_configuration` column to `aws_networkfirewall_firewall` table. ([#2115](https://github.com/turbot/steampipe-plugin-aws/pull/2115))
- Added `lf_tags` column to `aws_glue_catalog_table` table. ([#2128](https://github.com/turbot/steampipe-plugin-aws/pull/2128))

_Bug fixes_

- Fixed the query in the `aws_s3_bucket` table doc to correctly filter out buckets without the `application` tag. ([#2093](https://github.com/turbot/steampipe-plugin-aws/pull/2093))
- Fixed the `aws_cloudtrail_lookup_event` input param to pass correctly `end_time` as an optional qual. ([#2102](https://github.com/turbot/steampipe-plugin-aws/pull/2102))
- Fixed the `arn` column of the `aws_elastic_beanstalk_environment` table to correctly return data instead of `null`. ([#2105](https://github.com/turbot/steampipe-plugin-aws/issues/2105))
- Fixed the `template_body_json` column of the `aws_cloudformation_stack` table to correctly return data by adding a new transform function `formatJsonBody`, replacing the `UnmarshalYAML` transform function. ([#1959](https://github.com/turbot/steampipe-plugin-aws/pull/1959))
- Fixed the `next_execution_time` column of `aws_ssm_maintenance_window` table to be of `String` datatype instead of `TIMESTAMP`. ([#2116](https://github.com/turbot/steampipe-plugin-aws/pull/2116))
- Renamed the `client_log_options` column to `connection_log_options` in  `aws_ec2_client_vpn_endpoint` table to correctly return data instead of `null`. ([#2122](https://github.com/turbot/steampipe-plugin-aws/pull/2122))</description>
            <pubDate>Fri, 15 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-22-1</guid>
            <title>Steampipe CLI v0.22.1 - Improved startup performance when many plugins are installed</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-22-1</link>
            <description>_Whats new_
* Improved startup performance with high plugin count - parallelize plugin startup.  ([#4183](https://github.com/turbot/steampipe/issues/4183))
* Added database SSL password support for encrypted private key in order to handle your own certificates. ([#4149](https://github.com/turbot/steampipe/issues/4149))

_Bug fixes_
* Fixed issue where plugin list cannot re-create top-level versions.json file if the file has been corrupted or empty. ([#4191](https://github.com/turbot/steampipe/issues/4191))</description>
            <pubDate>Fri, 15 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-script-location</guid>
            <title>Steampipe CLI - install.sh moved to the scripts directory</title>
            <link>https://steampipe.io/changelog/steampipe-cli-script-location</link>
            <description>_Notice_

- Scripts must use the permanent installation script at [https://steampipe.io/install/steampipe.sh](https://steampipe.io/install/steampipe.sh).
- The script above is automatically updated when the script moves location.
- `install.sh` has been moved from the top level folder to the `scripts` folder.
- Scripts directly referencing the raw GitHub location must be updated.</description>
            <pubDate>Fri, 15 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-remove-official-docker-support</guid>
            <title>Steampipe CLI - End of support for an official Steampipe docker container</title>
            <link>https://steampipe.io/changelog/steampipe-cli-remove-official-docker-support</link>
            <description>_Notice_

Steampipe will no longer officially publish or support a Dockerfile or container images.

Steampipe can be run in a containerized setup. We run it ourselves that way as part of [Turbot Pipes](https://turbot.com/pipes). But, we&apos;ve decided to cease publishing an supporting a container definition because:
- The CLI is optimized for developer use on the command line.
- Everyone has specific goals and requirements for their containers.
- Container setup requires various mounts and access to configuration files.
- It&apos;s hard to support containers across many different environments.

We welcome users to create and share your own open-source container definitions for Steampipe!</description>
            <pubDate>Fri, 15 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-22-0</guid>
            <title>Steampipe CLI v0.22.0 - Powerpipe is now recommended for dashboards and benchmarks</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-22-0</link>
            <description>_Steampipe unbundled, introducing Powerpipe_

[Powerpipe](https://powerpipe.io) is now the recommended way to run dashboards and benchmarks!

Mods still work as normal in Steampipe for now, but they are deprecated and will be removed in a future release:
* [Steampipe unbundled →](https://steampipe.io/blog/steampipe-unbundled)
* [Powerpipe for Steampipe users →](https://powerpipe.io/blog/migrating-from-steampipe)

_Whats new_

* Added `version` column to `steampipe_plugin` table. ([#4141](https://github.com/turbot/steampipe/issues/4141))
* Direct all errors and warnings to standard error (stderr). ([4162](https://github.com/turbot/steampipe/issues/4162))

_Bug fixes_

* Fixed the issue where `search_path_prefix` set in `database options` does not alter the search path. ([#4160](https://github.com/turbot/steampipe/issues/4160))
* Fix issue where `asff` output was always missing the first row. ([#4157](https://github.com/turbot/steampipe/pull/4157))

_Deprecations and migrations_

* Steampipe mods and dashboards are now separately available in [Powerpipe](https://powerpipe.io), a new [open-source project](https://github.com/turbot/powerpipe). The steampipe mod, check and dashboard commands have been deprecated and will be removed in a future version. [Migration guide](https://powerpipe.io/blog/migrating-from-steampipe).
* Deprecated `cloud-host` and `cloud-token` CLI args, and replaced them with `pipes-host` and `pipes-token` respectively. ([#4137](https://github.com/turbot/steampipe/issues/4137))
* Deprecated `STEAMPIPE_CLOUD_HOST` and `STEAMPIPE_CLOUD_TOKEN` env vars, replaced with `PIPES_HOST` and `PIPES_TOKEN` respectively. ([#4137](https://github.com/turbot/steampipe/issues/4137))
* Deprecated `cloud_host` and `cloud_token` workspace args, replaced with `pipes_host` and `pipes_token` respectively. ([#4137](https://github.com/turbot/steampipe/issues/4137))
* Removed support for deprecated `terminal options`. ([#3751](https://github.com/turbot/steampipe/issues/3751))
* Removed support for deprecated `max_parallel` property in `general options`. ([#4132](https://github.com/turbot/steampipe/issues/4132))
* Removed support for deprecated `connection options`. ([#4131](https://github.com/turbot/steampipe/issues/4131))
* Removed deprecated `version` property from the mod `require` block. ([#3750](https://github.com/turbot/steampipe/issues/3750))</description>
            <pubDate>Wed, 06 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-code-plugin-v0-7-0</guid>
            <title>Code plugin v0.7.0 - Updated the regex patterns of AWS access_key_id and slack_api_token to detect AWS SSO credentials and Slack bot tokens respectively</title>
            <link>https://steampipe.io/changelog/turbot-code-plugin-v0-7-0</link>
            <description>_Enhancements_

- Updated the regex pattern of `slack_api_token` to also detect the Slack bot tokens. ([#73](https://github.com/turbot/steampipe-plugin-code/pull/73))
- Updated the regex pattern of AWS `access_key_id` to include key resources like AWS SSO credentials. ([#74](https://github.com/turbot/steampipe-plugin-code/pull/74))</description>
            <pubDate>Mon, 04 Mar 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-18-0</guid>
            <title>AWS Insights mod v0.18 - Added opensearch_domain_detail dashboard page</title>
            <link>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-18-0</link>
            <description>_What&apos;s new?_

- New dashboards added:
  - [OpenSearch Domain Detail](https://hub.steampipe.io/mods/turbot/aws_insights/dashboards/dashboard.opensearch_domain_detail) ([#75](https://github.com/turbot/steampipe-mod-aws-insights/pull/338)) (Thanks [@Errahulaws](https://github.com/Errahulaws) for the contribution!)</description>
            <pubDate>Wed, 28 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-132-0</guid>
            <title>AWS plugin v0.132.0 - Added aws_ecr_registry_scanning_configuration table and recompiled plugin with Steampipe plugin SDK v5.9.0</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-132-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_ecr_registry_scanning_configuration](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ecr_registry_scanning_configuration) ([#2084](https://github.com/turbot/steampipe-plugin-aws/pull/2084))

_Bug fixes_

- Fixed the `InvalidParameterCombination` error when querying the `aws_rds_db_instance` table. ([#2085](https://github.com/turbot/steampipe-plugin-aws/pull/2085))
- Fixed `aws_rds_db_instance_metric_write_iops_daily` table to correctly display `WriteIOPS` instead of `ReadIOPS`. ([#2079](https://github.com/turbot/steampipe-plugin-aws/pull/2079))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.9.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v590-2024-02-26) that fixes critical caching issues. ([#2067](https://github.com/turbot/steampipe-plugin-aws/pull/2067))</description>
            <pubDate>Tue, 27 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-hubspot-plugin-v0-1-1</guid>
            <title>HubSpot plugin v0.1.1 - Fixed the plugin to return nil instead of an error when API credentials are not set</title>
            <link>https://steampipe.io/changelog/turbot-hubspot-plugin-v0-1-1</link>
            <description>_Bug fixes_

- Fixed the plugin to return `nil` instead of an error when API credentials are not set in the `*.spc` file. ([#14](https://github.com/turbot/steampipe-plugin-hubspot/pull/14))
- Fixed the default data type of the dynamic columns to be of the `String` type instead of `JSON`. ([#16](https://github.com/turbot/steampipe-plugin-hubspot/pull/16))</description>
            <pubDate>Mon, 26 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-27-0</guid>
            <title>GCP Compliance mod v0.27 - Fixed the hierarchy in the benchmark list by properly integrating Cloud Functions benchmark into all_controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-27-0</link>
            <description>_Bug fixes_

- Fixed the hierarchy in the benchmark list by properly integrating `Cloud Functions` benchmark into `all_controls` benchmark. ([#146](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/146))</description>
            <pubDate>Mon, 26 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-9-0</guid>
            <title>Steampipe Plugin SDK v5.9.0 - Fix bug when cache is disabled for the server, but enabled for the client</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-9-0</link>
            <description>_What&apos;s new?_

* Removed support for Memoized functions to be directly assigned as column hydrate functions. Instead, require a wrapper hydrate function. (#756) ([#738](https://github.com/turbot/steampipe-plugin-sdk/issues/738))

_Bug fixes_

* If cache is disabled for the server, but enabled for the client, the query execution code tries to stream to the cache even though there is no active set operation. ([#740](https://github.com/turbot/steampipe-plugin-sdk/issues/740))</description>
            <pubDate>Mon, 26 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-8</guid>
            <title>Steampipe CLI v0.21.8 - Fixed growing memory usage following file watching events when running dashboard server</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-8</link>
            <description>_Bug fixes_

* Fixed growing memory usage following file watching events when running dashboard server. ([#4150](https://github.com/turbot/steampipe/issues/4150))</description>
            <pubDate>Fri, 23 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-26-0</guid>
            <title>GCP Compliance mod v0.26 - Added new controls to All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-26-0</link>
            <description>_Dependencies_

- GCP plugin `v0.49.0` or higher is now required. ([#143](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/143))

_Enhancements_

- Added 5 new controls to the `All Controls` benchmark across the following services: ([#143](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/143))
  - `App Engine`
  - `Cloud Run`
  - `Kubernetes`</description>
            <pubDate>Thu, 22 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-87</guid>
            <title>AWS Compliance mod v0.87 - Added 11 new controls to All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-87</link>
            <description>_Dependencies_

- AWS plugin `v0.131.0` or higher is now required. ([#747](https://github.com/turbot/steampipe-mod-aws-compliance/pull/747))

_Enhancements_

- Added 11 new controls to the `All Controls` benchmark across the following services: ([#747](https://github.com/turbot/steampipe-mod-aws-compliance/pull/747))
  - `API Gateway`
  - `DMS`
  - `EMR`
  - `MQ`
  - `VPC`

_Bug fixes_

- Fixed the `foundational_security_ssm_2` control to correctly evaluate results when patches are not applicable for SSM managed EC2 instances. ([#761](https://github.com/turbot/steampipe-mod-aws-compliance/pull/761))</description>
            <pubDate>Wed, 21 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-scaleway-plugin-v0-11-1</guid>
            <title>Scaleway plugin v0.11.1 - Fixed typo in `scaleway_billing_consumption` table docs</title>
            <link>https://steampipe.io/changelog/turbot-scaleway-plugin-v0-11-1</link>
            <description>_Bug fixes_

- Fixed the typo in the `scaleway_billing_consumption` table docs to use `consumption` instead of `consumtion`. ([#80](https://github.com/turbot/steampipe-plugin-scaleway/pull/80))</description>
            <pubDate>Fri, 16 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-scaleway-plugin-v0-11-0</guid>
            <title>Scaleway plugin v0.11.0 - Add tables scaleway_account_project and scaleway_billing_consumption</title>
            <link>https://steampipe.io/changelog/turbot-scaleway-plugin-v0-11-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [scaleway_account_project](https://hub.steampipe.io/plugins/turbot/scaleway/tables/scaleway_account_project) ([#53](https://github.com/turbot/steampipe-plugin-scaleway/pull/53)) (Thanks [@jplanckeel](https://github.com/jplanckeel) for the contribution!)
  - [scaleway_billing_consumption](https://hub.steampipe.io/plugins/turbot/scaleway/tables/scaleway_billing_consumption) ([#70](https://github.com/turbot/steampipe-plugin-scaleway/pull/70)) (Thanks [@jplanckeel ](https://github.com/jplanckeel) for the contribution!)</description>
            <pubDate>Fri, 16 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-wiz-plugin-v0-3-0</guid>
            <title>Wiz plugin v0.3.0 - Fixed service_tickets column in wiz_issue table and improved the plugin error message for invalid config arguments</title>
            <link>https://steampipe.io/changelog/turbot-wiz-plugin-v0-3-0</link>
            <description>_Enhancements_

- Improved the plugin error message when invalid credentials are set in the `wiz.spc` file. ([#23](https://github.com/turbot/steampipe-plugin-wiz/pull/23))

_Bug fixes_

- Fixed the `service_tickets` column in `wiz_issue` table by removing the `action` subfield from the `ServiceTickets` field in the GraphQL response since it was no longer available. ([#24](https://github.com/turbot/steampipe-plugin-wiz/pull/24) [#25](https://github.com/turbot/steampipe-plugin-wiz/pull/25)) (Thanks [@sycophantic](https://github.com/sycophantic) for the contribution!)</description>
            <pubDate>Thu, 15 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-24-0</guid>
            <title>Terraform AWS Compliance mod v0.24 - Removed duplicate control rds_db_cluster_encrypted_with_kms_cmk</title>
            <link>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-24-0</link>
            <description>_Bug fixes_

- Removed duplicate control `rds_db_cluster_encrypted_with_kms_cmk`. ([#105](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/105))</description>
            <pubDate>Thu, 15 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-insights-mod-v0-6-0</guid>
            <title>Kubernetes Insights mod v0.6 - Removed duplicate node service_account</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-insights-mod-v0-6-0</link>
            <description>_Bug fixes_

- Removed duplicate node `service_account`. ([#56](https://github.com/turbot/steampipe-mod-kubernetes-insights/pull/56))</description>
            <pubDate>Thu, 15 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-39-1</guid>
            <title>GitHub plugin v0.39.1 - Fixed pipeline column of github_workflow table to correctly return data instead of an error</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-39-1</link>
            <description>_Bug fixes_

- Fixed the `pipeline` column of the `github_workflow` table to correctly return data instead of an error. ([#388](https://github.com/turbot/steampipe-plugin-github/issues/388))
- Fixed the example query in the `docs/index.md` file by replacing the `stargazers_count` column with `stargazer_count`. ([#397](https://github.com/turbot/steampipe-plugin-github/pull/397))</description>
            <pubDate>Thu, 15 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-131-0</guid>
            <title>AWS plugin v0.131.0 - Added aws_api_gateway_method, aws_dms_certificate, aws_emr_security_configuration, aws_iot_thing, aws_organizations_organizational_unit, aws_ssmincidents_response_plan, aws_trusted_advisor_check_summary tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-131-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_api_gateway_method](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_api_gateway_method) ([#1995](https://github.com/turbot/steampipe-plugin-aws/pull/1995))
  - [aws_dms_certificate](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_organizational_unit) ([#1985](https://github.com/turbot/steampipe-plugin-aws/pull/1985))
  - [aws_emr_security_configuration](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_emr_security_configuration) ([#1984](https://github.com/turbot/steampipe-plugin-aws/pull/1984))
  - [aws_iot_thing](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_iot_thing) ([#1997](https://github.com/turbot/steampipe-plugin-aws/pull/1997))
  - [aws_organizations_organizational_unit](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_organizational_unit) ([#2063](https://github.com/turbot/steampipe-plugin-aws/pull/2063))
  - [aws_ssmincidents_response_plan](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_ssmincidents_response_plan) ([#1885](https://github.com/turbot/steampipe-plugin-aws/pull/1885))
  - [aws_trusted_advisor_check_summary](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_trusted_advisor_check_summary) ([#1978](https://github.com/turbot/steampipe-plugin-aws/pull/1978))

_Bug fixes_

- Fixed `aws_sfn_state_machine_execution_history` table to handle pagination and ignore errors for expired execution history. ([#1934](https://github.com/turbot/steampipe-plugin-aws/pull/1934)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)
- Fixed the `aws_health_affected_entity` table to correctly return data instead of an interface conversion error. ([#2072](https://github.com/turbot/steampipe-plugin-aws/pull/2072))</description>
            <pubDate>Thu, 15 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-tfe-plugin-v0-7-0</guid>
            <title>Terraform Enterprise plugin v0.7.0 - Added tfe_project table</title>
            <link>https://steampipe.io/changelog/turbot-tfe-plugin-v0-7-0</link>
            <description>_What&apos;s new?_

- New table added
  - [tfe_project](https://hub.steampipe.io/plugins/turbot/tfe/tables/tfe_project) ([#42](https://github.com/turbot/steampipe-plugin-tfe/pull/42)) (Thanks [@edebrye](https://github.com/edebrye) for the contribution!)</description>
            <pubDate>Tue, 13 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-prometheus-plugin-v0-6-2</guid>
            <title>Prometheus plugin v0.6.2 - Fixed the plugin initialization error by returning only the static tables when invalid config parameters were set for dynamic tables</title>
            <link>https://steampipe.io/changelog/turbot-prometheus-plugin-v0-6-2</link>
            <description>_Bug fixes_

- Fixed the plugin initialization error by returning only the static tables when invalid config parameters were set for dynamic tables. [#39](https://github.com/turbot/steampipe-plugin-prometheus/pull/39)</description>
            <pubDate>Tue, 13 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-7</guid>
            <title>Steampipe CLI v0.21.7 - Fixed variables not being reloaded after file watch event</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-7</link>
            <description>_Bug fixes_

* Fixed variables not being reloaded after the file watch event. ([#4123](https://github.com/turbot/steampipe/issues/4123))
* Fixed mod file being left invalid after mod uninstall. ([#4124](https://github.com/turbot/steampipe/issues/4124))</description>
            <pubDate>Fri, 09 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-86</guid>
            <title>AWS Compliance mod v0.86 - Added CIS v3.0.0 benchmark</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-86</link>
            <description>## v0.86 [2024-02-08]

_What&apos;s new?_

- Added CIS v3.0.0 benchmark (`steampipe check benchmark.cis_v300`). ([#755](https://github.com/turbot/steampipe-mod-aws-compliance/pull/755))</description>
            <pubDate>Thu, 08 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-datadog-plugin-v0-8-0</guid>
            <title>Datadog plugin v0.8.0 - Fixed pagination in the datadog_monitor table to correctly return data instead of an error</title>
            <link>https://steampipe.io/changelog/turbot-datadog-plugin-v0-8-0</link>
            <description>_Bug fixes_

- Fixed pagination in the `datadog_monitor` table to correctly return data instead of an error. ([#48](https://github.com/turbot/steampipe-plugin-datadog/pull/48)) (Thanks [@mdb](https://github.com/mdb) for the contribution!)</description>
            <pubDate>Tue, 06 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-6</guid>
            <title>Steampipe CLI v0.21.6 - Fixed error when running Steampipe from home directory</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-6</link>
            <description>_Bug fixes_

* Fixed `HomeDirectoryModfileCheck` returning false positive, causing errors when executing steampipe out of the home directory. ([#4118](https://github.com/turbot/steampipe/issues/4118))</description>
            <pubDate>Tue, 06 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-16-0</guid>
            <title>Guardrails plugin v0.16.0 - Updated all the tables to fetch the column data using hydrate functions to optimize the API calls and increase query speed when querying specific columns</title>
            <link>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-16-0</link>
            <description>_Enhancements_

- Updated all the tables to fetch the column data using hydrate functions to optimize the API calls and increase query speed when querying specific columns. ([#30](https://github.com/turbot/steampipe-plugin-guardrails/pull/30))</description>
            <pubDate>Mon, 05 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-5</guid>
            <title>Steampipe CLI v0.21.5 - Fixed interactive entry of missing variable values and variable validation.</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-5</link>
            <description>_Bug fixes_

* Fixed UI freeze when prompting for workspace variables. ([#4105](https://github.com/turbot/steampipe/issues/4105))
* Fixed dependency variable validation - it was failing if dependency variable value was set in the vars file. ([#4110](https://github.com/turbot/steampipe/issues/4110))</description>
            <pubDate>Mon, 05 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-oci-compliance-mod-v0-11-0</guid>
            <title>OCI Compliance mod v0.11 - Added CIS v2.0.0 benchmark</title>
            <link>https://steampipe.io/changelog/turbot-oci-compliance-mod-v0-11-0</link>
            <description>_Dependencies_

- OCI plugin `v0.35.0` or higher is now required. ([#83](https://github.com/turbot/steampipe-mod-oci-compliance/pull/83))

_What&apos;s new?_

- Added CIS v2.0.0 benchmark (`steampipe check benchmark.cis_v200`). ([#80](https://github.com/turbot/steampipe-mod-oci-compliance/pull/80))</description>
            <pubDate>Fri, 02 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-49-0</guid>
            <title>GCP plugin v0.49.0 - Added gcp_app_engine_application and gcp_compute_machine_image tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-49-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_app_engine_application](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_app_engine_application) ([#537](https://github.com/turbot/steampipe-plugin-gcp/pull/537))
  - [gcp_compute_machine_image](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_compute_machine_image) ([#519](https://github.com/turbot/steampipe-plugin-gcp/pull/519))</description>
            <pubDate>Fri, 02 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-databricks-plugin-v0-4-0</guid>
            <title>Databricks plugin v0.4.0 - Added support for OAuth authentication mechanism</title>
            <link>https://steampipe.io/changelog/turbot-databricks-plugin-v0-4-0</link>
            <description>_What&apos;s new?_

- Added `OAuth` config support to provide users the ability to set `OAuth secret client ID` and `OAuth secret value` of a service principal. For more information, please see [Databricks plugin configuration](https://hub.steampipe.io/plugins/turbot/databricks#configuration). ([#6](https://github.com/turbot/steampipe-plugin-databricks/pull/6)) (Thanks [@rinzool](https://github.com/rinzool) for the contribution!)
- Added `Config` object to directly pass credentials to the client. ([#10](https://github.com/turbot/steampipe-plugin-databricks/pull/10))</description>
            <pubDate>Fri, 02 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-54-0</guid>
            <title>Azure plugin v0.54.0 - Added azure_api_management_backend, azure_consumption_usage and azure_monitor_log_profile tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-54-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_api_management_backend](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_api_management_backend) ([#689](https://github.com/turbot/steampipe-plugin-azure/pull/689))
  - [azure_consumption_usage](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_consumption_usage) ([#721](https://github.com/turbot/steampipe-plugin-azure/pull/721))
  - [azure_monitor_log_profile](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_monitor_log_profile) ([#717](https://github.com/turbot/steampipe-plugin-azure/pull/717))

_Enhancements_

- Added the `authorization_rules` column to `azure_servicebus_namespace` table. ([#719](https://github.com/turbot/steampipe-plugin-azure/pull/719))</description>
            <pubDate>Fri, 02 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-130-0</guid>
            <title>AWS plugin v0.130.0 - Optimized aws_cloudwatch_log_stream and aws_ssm_inventory table&apos;s query performance by adding new optional key qual columns</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-130-0</link>
            <description>_Enhancements_

- Optimized `aws_cloudwatch_log_stream` table&apos;s query performance by adding `descending`, `log_group_name`, `log_stream_name_prefix` and `order_by` new optional key qual columns. ([#1951](https://github.com/turbot/steampipe-plugin-aws/pull/1951))
- Optimized `aws_ssm_inventory` table&apos;s query performance by adding new optional key qual columns such as `filter_key`, `filter_value`, `network_attribute_key`, `network_attribute_value`, etc. ([#1980](https://github.com/turbot/steampipe-plugin-aws/pull/1980))

_Bug fixes_

- Fixed `aws_cloudwatch_log_group` table key column to be globally unique by filtering the results by region. ([#1976](https://github.com/turbot/steampipe-plugin-aws/pull/1976))
- Removed duplicate memoizing of getCommonColumns function from `aws_s3_multi_region_access_point` and `aws_ec2_launch_template` tables.([#2065](https://github.com/turbot/steampipe-plugin-aws/pull/2065))
- Fixed error for column `type_name` in table `aws_ssm_inventory_entry`. ([#1980](https://github.com/turbot/steampipe-plugin-aws/pull/1980))
- Added the missing rate-limiter tags for `aws_s3_bucket` table&apos;s `GetBucketLocation` hydrate function to optimize query performance. ([#2066](https://github.com/turbot/steampipe-plugin-aws/pull/2066))</description>
            <pubDate>Fri, 02 Feb 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-15-0</guid>
            <title>Guardrails plugin v0.15.0 - Added guardrails_query table</title>
            <link>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-15-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [guardrails_query](https://hub.steampipe.io/plugins/turbot/guardrails/tables/guardrails_query) ([#31](https://github.com/turbot/steampipe-plugin-guardrails/pull/31))</description>
            <pubDate>Tue, 30 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-40-0</guid>
            <title>Azure Compliance mod v0.40 - Added new controls to All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-40-0</link>
            <description>_Dependencies_

- Azure plugin `v0.53.0` or higher is now required. ([#242](https://github.com/turbot/steampipe-mod-azure-compliance/pull/242))

_Enhancements_

- Added 41 new controls to the `All Controls` benchmark across the following services: ([#234](https://github.com/turbot/steampipe-mod-azure-compliance/pull/234) [#233](https://github.com/turbot/steampipe-mod-azure-compliance/pull/233))
  - `Active Directory`
  - `App Service`
  - `Batch`
  - `Compute`
  - `Container Instance`
  - `Key Vault`
  - `Kubernetes Service`
  - `Network`
  - `Recovery Service`
  - `Service Bus`
  - `Storage`

_Bug fixes_

- Fixed the description of `CIS_v150_2_1_9` control. ([#238](https://github.com/turbot/steampipe-mod-azure-compliance/pull/238)) (Thanks [@sfunkernw](https://github.com/sfunkernw) for the contribution!)</description>
            <pubDate>Tue, 30 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-85-0</guid>
            <title>AWS Compliance mod v0.85 - Removed iam_root_user_virtual_mfa control and replaced iam_account_password_policy_strong with iam_account_password_policy_strong_min_reuse_24 control</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-85-0</link>
            <description>_Breaking changes_

- Removed the `iam_root_user_virtual_mfa` control since it is not recommended as good practice. ([#743](https://github.com/turbot/steampipe-mod-aws-compliance/pull/743))
- Replaced `iam_account_password_policy_strong` with `iam_account_password_policy_strong_min_reuse_24` in the `GDPR`, `FFIEC` and `CISA Cyber Essentials` benchmarks to align more accurately with the requirements specified in the AWS Config rules. ([#739](https://github.com/turbot/steampipe-mod-aws-compliance/pull/739))

_Bug fixes_

- Updated the dashboard image to correctly list all the 25 benchmarks. ([#748](https://github.com/turbot/steampipe-mod-aws-compliance/pull/748))</description>
            <pubDate>Thu, 25 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-oci-plugin-v0-35-0</guid>
            <title>OCI plugin v0.35.0 - Added oci_identity_db_credential table</title>
            <link>https://steampipe.io/changelog/turbot-oci-plugin-v0-35-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [oci_identity_db_credential](https://hub.steampipe.io/plugins/turbot/oci/tables/oci_identity_db_credential) ([#596](https://github.com/turbot/steampipe-plugin-oci/pull/596))</description>
            <pubDate>Thu, 25 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-23-0</guid>
            <title>Terraform AWS Compliance mod v0.23 - Added new controls across Simple Email Service and VPC benchmarks</title>
            <link>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-23-0</link>
            <description>_What&apos;s new?_

- Added the following controls across `Simple Email Service` and `VPC` benchmarks. ([#88](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/88) [#102](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/102))
  - `ses_configuration_set_tls_enforced`
  - `vpc_security_group_restrict_ingress_rdp_all`
  - `vpc_security_group_restrict_ingress_ssh_all`</description>
            <pubDate>Tue, 23 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-4</guid>
            <title>Steampipe CLI v0.21.4 - Fixed schema cloning for tables with LTREE columns</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-4</link>
            <description>_Bug fixes_

* Fixed schema clone function failing if table has an LTREE column. ([#4079](https://github.com/turbot/steampipe/issues/4079))
* Maintained the order of execution when running multiple queries in batch mode. ([#3728](https://github.com/turbot/steampipe/issues/3728))
* Fixed issue where using any meta-command would load connection state even if not required. ([#3614](https://github.com/turbot/steampipe/issues/3614))
* Fixed issue where plugin version file back-filling would write `versions.json` to the CWD if the plugin folder is not found. ([#4073](https://github.com/turbot/steampipe/issues/4073))
* Simplified and fixed available port check. ([#4030](https://github.com/turbot/steampipe/issues/4030))</description>
            <pubDate>Tue, 23 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-whois-plugin-v0-11-0</guid>
            <title>WHOIS plugin v0.11.0 - Added rdap_domain table</title>
            <link>https://steampipe.io/changelog/turbot-whois-plugin-v0-11-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [rdap_domain](https://hub.steampipe.io/plugins/turbot/whois/tables/rdap_domain) ([#46](https://github.com/turbot/steampipe-plugin-whois/pull/46))</description>
            <pubDate>Mon, 22 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-gcp-compliance-mod-v0-12-0</guid>
            <title>Terraform GCP Compliance mod v0.12 - Added control kubernetes_cluster_no_cluster_level_node_pool to Kubernetes benchmark</title>
            <link>https://steampipe.io/changelog/turbot-terraform-gcp-compliance-mod-v0-12-0</link>
            <description>_What&apos;s new?_

- Added the `kubernetes_cluster_no_cluster_level_node_pool` control to the `Kubernetes` benchmark. ([#53](https://github.com/turbot/steampipe-mod-terraform-gcp-compliance/pull/53))</description>
            <pubDate>Mon, 22 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-oci-plugin-v0-34-0</guid>
            <title>OCI plugin v0.34.0 - Added oci_identity_domain and oci_database_cloud_vm_cluster tables and snapshot_time and snapshot_type columns to table oci_file_storage_snapshot</title>
            <link>https://steampipe.io/changelog/turbot-oci-plugin-v0-34-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [oci_identity_domain](https://hub.steampipe.io/plugins/turbot/oci/tables/oci_identity_domain) ([#587](https://github.com/turbot/steampipe-plugin-oci/pull/587))
  - [oci_database_cloud_vm_cluster](https://hub.steampipe.io/plugins/turbot/oci/tables/oci_database_cloud_vm_cluster) ([#583](https://github.com/turbot/steampipe-plugin-oci/pull/583))

_Enhancements_

- Added the `snapshot_time` and `snapshot_type` columns to `oci_file_storage_snapshot` table. ([#592](https://github.com/turbot/steampipe-plugin-oci/pull/592))
- Added the `kms_key_version_id`, `vault_id`, `sid_prefix` and `is_cdb` columns to `oci_database_db` table. ([#591](https://github.com/turbot/steampipe-plugin-oci/pull/591))</description>
            <pubDate>Mon, 22 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-27-0</guid>
            <title>Kubernetes plugin v0.27.0 - Added annotations columns on all CRD resources and updated API version for table kubernetes_horizontal_pod_autoscaler</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-27-0</link>
            <description>_Enhancements_

- Added the `annotations` columns on all CRD resources. ([#202](https://github.com/turbot/steampipe-plugin-kubernetes/pull/202))
- Updated the API version for table `kubernetes_horizontal_pod_autoscaler`. ([#190](https://github.com/turbot/steampipe-plugin-kubernetes/pull/190))</description>
            <pubDate>Mon, 22 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-48-0</guid>
            <title>GCP plugin v0.48.0 - Added gcp_cloud_asset table and fixed addons_config network_config and network_policy column of gcp_kubernetes_cluster table to correctly return data instead of null</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-48-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_cloud_asset](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_cloud_asset) ([#532](https://github.com/turbot/steampipe-plugin-gcp/pull/532))

_Enhancements_

- Added column `iam_policy `to `gcp_cloud_run_service` table. ([#531](https://github.com/turbot/steampipe-plugin-gcp/pull/531))
- Optimized the `gcp_logging_log_entry` table result or result timing by applying a timestamp filter. ([#508](https://github.com/turbot/steampipe-plugin-gcp/pull/508))
- Added the `json_payload`, `proto_payload`, `metadata`, `resource`, `operation`, and `tags` columns to `gcp_logging_log_entry` table. ([#508](https://github.com/turbot/steampipe-plugin-gcp/pull/508))

_Bug fixes_

- Fixed the `addons_config`, `network_config` and `network_policy` column of `gcp_kubernetes_cluster` table to correctly return data instead of null. ([#530](https://github.com/turbot/steampipe-plugin-gcp/pull/530))
- Fixed the `end_time` column of the `gcp_sql_backup` table to return `null` instead of an error when end time is unavailable for a SQL backup. ([#534](https://github.com/turbot/steampipe-plugin-gcp/pull/534))
- Fixed the `enqueued_time`, `start_time` and `window_start_time` columns of the `gcp_sql_backup` table to return `null` instead of an error when timestamp is unavailable for a SQL backup. ([#536](https://github.com/turbot/steampipe-plugin-gcp/pull/536))</description>
            <pubDate>Mon, 22 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-53-0</guid>
            <title>Azure plugin v0.53.0 - Added audit_policy column to azure_sql_database and azure_sql_server tables and fixed table azure_key_vault_secret to correctly return data when keyvault name is in camel-case</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-53-0</link>
            <description>_Enhancements_

- Added the `audit_policy` column to `azure_sql_database` and `azure_sql_server` tables. ([#711](https://github.com/turbot/steampipe-plugin-azure/pull/711))
- Added the `webhooks` column to `azure_container_registry` table. ([#710](https://github.com/turbot/steampipe-plugin-azure/pull/710))
- Added the `disable_local_auth` and `status` columns to `azure_servicebus_namespace` table. ([#715](https://github.com/turbot/steampipe-plugin-azure/pull/715))

_Bug fixes_

- Fixed the `azure_key_vault_secret` table to correctly return data when keyvault name is in camel-case. ([#638](https://github.com/turbot/steampipe-plugin-azure/pull/638))</description>
            <pubDate>Mon, 22 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-thrifty-mod-v0-27-0</guid>
            <title>AWS Thrifty mod v0.27 - Fixed low_iops_ebs_volumes control to now suggest converting io1 and io2 volumes to GP3 volumes when the base IOPS is less than 16000 instead of 3000</title>
            <link>https://steampipe.io/changelog/turbot-aws-thrifty-mod-v0-27-0</link>
            <description>_Bug fixes_

- Fixed the `low_iops_ebs_volumes` control to now suggest converting `io1` and `io2` volumes to `GP3` volumes, when the base `IOPS` is less than `16000` instead of `3000`. ([#167](https://github.com/turbot/steampipe-mod-aws-thrifty/pull/167))</description>
            <pubDate>Mon, 22 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-129-0</guid>
            <title>AWS plugin v0.129.0 - Added aws_servicecatalog_provisioned_product table and temporarily removed aws_organizations_organizational_unit table due to LTREE column issue</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-129-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_servicecatalog_provisioned_product](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_servicecatalog_provisioned_product) ([#1917](https://github.com/turbot/steampipe-plugin-aws/pull/1917))

_Enhancements_

- Added `deletion_protection_enabled` column to `aws_dynamodb_table` table. ([#2049](https://github.com/turbot/steampipe-plugin-aws/pull/2049))

_Bug fixes_

- Fixed default page size in `aws_organizations_account` table. ([#2058](https://github.com/turbot/steampipe-plugin-aws/pull/2058))
- Fixed `processor_features` column in `aws_rds_db_instance` not returning data when default value is set. ([#2028](https://github.com/turbot/steampipe-plugin-aws/pull/2028))
- Temporarily removed `aws_organizations_organizational_unit` table due to LTREE column issue. ([#2058](https://github.com/turbot/steampipe-plugin-aws/pull/2058))</description>
            <pubDate>Fri, 19 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-digitalocean-thrifty-mod-v0-6-0</guid>
            <title>DigitalOcean Thrifty mod v0.6 - Added input variables to allow different thresholds to be passed in Droplet, Database, Block Storage and Kubernetes services</title>
            <link>https://steampipe.io/changelog/turbot-digitalocean-thrifty-mod-v0-6-0</link>
            <description>_What&apos;s new?_

- Added the input variables to the following services to allow different thresholds to be passed in:
  - `Droplet`
  - `Database`
  - `Block Storage`
  - `Kubernetes`

To get started, please see [Digitalocean Thrifty Configuration] (https://hub.steampipe.io/mods/turbot/digitalocean_thrifty#configuration). For a list of variables and their default values, please see [steampipe.spvars](https://github.com/turbot/steampipe-mod-aws-thrifty/blob/main/steampipe.spvars). ([#36](https://github.com/turbot/steampipe-mod-digitalocean-thrifty/pull/36))</description>
            <pubDate>Tue, 16 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-128-0</guid>
            <title>AWS plugin v0.128.0 - Added aws_cloudtrail_lookup_event, aws_organizations_organizational_unit, aws_organizations_root, and aws_sns_subscription tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-128-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_cloudtrail_lookup_event](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_cloudtrail_lookup_event) ([#2047](https://github.com/turbot/steampipe-plugin-aws/pull/2047))
  - [aws_organizations_organizational_unit](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_organizational_unit) ([#1677](https://github.com/turbot/steampipe-plugin-aws/pull/1677))
  - [aws_organizations_root](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_root) ([#1677](https://github.com/turbot/steampipe-plugin-aws/pull/1677))
  - [aws_sns_subscription](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_sns_subscription) ([#2046](https://github.com/turbot/steampipe-plugin-aws/pull/2046))

**Note :** Table `aws_sns_topic_subscription` will be changing behaviours in a future release to return results from `ListSubscriptionsByTopic` instead of `ListSubscriptions`.</description>
            <pubDate>Mon, 15 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-well-architected-mod-v0-10-0</guid>
            <title>AWS Well Architected mod v0.10 - Updated tags to use risk instead of severity to eliminate duplicate column names in output files</title>
            <link>https://steampipe.io/changelog/turbot-aws-well-architected-mod-v0-10-0</link>
            <description>_Bug fixes_

- Updated the tags to use `risk` instead of `severity` to eliminate duplicate column names in output files. ([#41](https://github.com/turbot/steampipe-mod-aws-well-architected/pull/41))</description>
            <pubDate>Fri, 12 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-azure-compliance-mod-v0-12-0</guid>
            <title>Terraform Azure Compliance mod v0.12 - Added new controls for Container Registry and Instance services</title>
            <link>https://steampipe.io/changelog/turbot-terraform-azure-compliance-mod-v0-12-0</link>
            <description>_What&apos;s new?_

- Added the following controls across the benchmarks: ([#51](https://github.com/turbot/steampipe-mod-terraform-azure-compliance/pull/51))
  - `container_instance_container_group_secure_environment_variable`
  - `container_registry_zone_redundant_enabled`</description>
            <pubDate>Wed, 10 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-127-0</guid>
            <title>AWS plugin v0.127.0 - Added aws_appsync_graphql_api and aws_mq_broker tables and fixed custom HTTP client to allow buildable settings through env var options such as AWS_CA_BUNDLE</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-127-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_appsync_graphql_api](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_appsync_graphql_api) ([#2027](https://github.com/turbot/steampipe-plugin-aws/pull/2027))
  - [aws_mq_broker](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_mq_broker) ([#2020](https://github.com/turbot/steampipe-plugin-aws/pull/2020))

_Enhancements_

- Added `storage_throughput` column to `aws_rds_db_instance` table. ([#2010](https://github.com/turbot/steampipe-plugin-aws/pull/2010)) (Thanks [@toddwh50](https://github.com/toddwh50) for the contribution!)
- Added `layers` column to `aws_lambda_function` table. ([#2008](https://github.com/turbot/steampipe-plugin-aws/pull/2008)) (Thanks [@icaliskanoglu](https://github.com/icaliskanoglu) for the contribution!)
- Added `tags` column to `aws_backup_recovery_point` and `aws_backup_vault` tables.  ([#2033](https://github.com/turbot/steampipe-plugin-aws/pull/2033))

_Bug fixes_

- Custom HTTP client should allow buildable settings through env var options such as AWS_CA_BUNDLE. ([#2044](https://github.com/turbot/steampipe-plugin-aws/pull/2044))
- Fixed `MaxItems` in `aws_iam_policy` and `aws_iam_policy_attachment` tables to use `1000` instead of `100` to avoid unnecessary API calls. ([#2025](https://github.com/turbot/steampipe-plugin-aws/pull/2025)) ([#2026](https://github.com/turbot/steampipe-plugin-aws/pull/2026))</description>
            <pubDate>Wed, 10 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-ibm-compliance-mod-v0-7-0</guid>
            <title>IBM Compliance mod v0.7 - Updated controls to use the latest query format</title>
            <link>https://steampipe.io/changelog/turbot-ibm-compliance-mod-v0-7-0</link>
            <description>_Enhancements_

- Updated the controls to reference their query using `query =` rather than `sql =`. ([#25](https://github.com/turbot/steampipe-mod-ibm-compliance/pull/25))</description>
            <pubDate>Tue, 09 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-insights-mod-v0-14-0</guid>
            <title>Azure insights mod v0.14 - Fixed broken network_subnet_to_network_virtual_network edge of relationship graph in sql_server_detail dashboard page to correctly reference network_subnets_for_sql_server query</title>
            <link>https://steampipe.io/changelog/turbot-azure-insights-mod-v0-14-0</link>
            <description>_Bug fixes_

- Fixed the broken `network_subnet_to_network_virtual_network` edge of the relationship graph in the `sql_server_detail` dashboard page to correctly reference the `network_subnets_for_sql_server` query. ([#118](https://github.com/turbot/steampipe-mod-azure-insights/pull/118))</description>
            <pubDate>Tue, 09 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-39-0</guid>
            <title>Azure Compliance mod v0.39 - Fixed kubernetes_cluster_upgraded_with_non_vulnerable_version query to correctly check if a Kubernetes cluster is using an outdated software version</title>
            <link>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-39-0</link>
            <description>_Bug fixes_

- Fixed the `kubernetes_cluster_upgraded_with_non_vulnerable_version` query to correctly check if a Kubernetes cluster is using an outdated software version. ([#235](https://github.com/turbot/steampipe-mod-azure-compliance/pull/235))</description>
            <pubDate>Tue, 09 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-servicenow-plugin-v0-3-1</guid>
            <title>ServiceNow plugin v0.3.1 - Fixed plugin to return only static tables instead of an error when the objects config argument is not set or credentials are not set correctly</title>
            <link>https://steampipe.io/changelog/turbot-servicenow-plugin-v0-3-1</link>
            <description>_Bug fixes_

- Fixed the plugin to return only static tables instead of an error when the `objects` config argument is not set or the plugin credentials are not set correctly. ([#26](https://github.com/turbot/steampipe-plugin-servicenow/pull/26))</description>
            <pubDate>Mon, 08 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-reddit-plugin-v0-5-0</guid>
            <title>Reddit plugin v0.5.0 - Added reddit_my_saved_post and reddit_my_saved_comment tables</title>
            <link>https://steampipe.io/changelog/turbot-reddit-plugin-v0-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [reddit_my_saved_post](https://hub.steampipe.io/plugins/turbot/reddit/tables/reddit_my_saved_post) (Thanks [@mkell43](https://github.com/mkell43) for the contribution!)
  - [reddit_my_saved_comment](https://hub.steampipe.io/plugins/turbot/reddit/tables/reddit_my_saved_comment) (Thanks [@mkell43](https://github.com/mkell43) for the contribution!)</description>
            <pubDate>Mon, 08 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-3</guid>
            <title>Steampipe CLI v0.21.3 - Fixed incorrect row count in timing output for aggregator connections, set connection state to error if plugin load fails</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-3</link>
            <description>_Whats new_

* Allow using pprof on FDW when STEAMPIPE_FDW_PPROF environment variable is set. ([#368](https://github.com/turbot/steampipe-postgres-fdw/issues/368))

_Bug fixes_

* Set connection state to error if plugin load fails. ([#4043](https://github.com/turbot/steampipe/issues/4043))
* Fixes incorrect row count in timing output for aggregator connections. ([#402](https://github.com/turbot/steampipe-postgres-fdw/issues/402))
* OpenTelemetry metric names must only contain [A-Za-z0-9_.-]. ([#369](https://github.com/turbot/steampipe-postgres-fdw/issues/369))
* Maintain the order of execution when running multiple queries in batch mode. ([#3728](https://github.com/turbot/steampipe/issues/3728))</description>
            <pubDate>Fri, 05 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-25-0</guid>
            <title>GCP Compliance mod v0.25 - Added new controls to All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-25-0</link>
            <description>_Enhancements_

- Added 61 new controls to the `All Controls` benchmark across the following services: ([#140](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/140))
  - CloudFunctions
  - Compute
  - KMS
  - Kubernetes
  - Project
  - SQL
  - Storage</description>
            <pubDate>Thu, 04 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-84-0</guid>
            <title>AWS Compliance mod v0.84 - Added new controls to All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-84-0</link>
            <description>_Enhancements_

- Added 50 new controls to the `All Controls` benchmark across the following services: ([#736](https://github.com/turbot/steampipe-mod-aws-compliance/pull/736))
  - ACM
  - CloudFront
  - CloudTrail
  - Config
  - DocumentDB
  - EC2
  - ECS
  - EKS
  - ElastiCache
  - ELB
  - EMR
  - Kinesis
  - RDS
  - Redshift
  - S3
  - SNS
  - SQS
  - SSM
  - VPC</description>
            <pubDate>Thu, 04 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/ajmaradiaga-btp-plugin-v0-0-2</guid>
            <title>SAP BTP plugin v0.0.2 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/ajmaradiaga-btp-plugin-v0-0-2</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@ajmaradiaga](https://github.com/ajmaradiaga) for the new plugin!)
  - [btp_accounts_directory](https://hub.steampipe.io/plugins/ajmaradiaga/btp/tables/btp_accounts_directory)
  - [btp_accounts_global_account](https://hub.steampipe.io/plugins/ajmaradiaga/btp/tables/btp_accounts_global_account)
  - [btp_accounts_subaccount](https://hub.steampipe.io/plugins/ajmaradiaga/btp/tables/btp_accounts_subaccount)
  - [btp_entitlements_assignment](https://hub.steampipe.io/plugins/ajmaradiaga/btp/tables/btp_entitlements_assignment)
  - [btp_entitlements_datacenter](https://hub.steampipe.io/plugins/ajmaradiaga/btp/tables/btp_entitlements_datacenter)</description>
            <pubDate>Wed, 03 Jan 2024 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-126-0</guid>
            <title>AWS plugin v0.126.0 - Updated the plugin to enhance DNS management and reduce connection floods for more stable and efficient queries</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-126-0</link>
            <description>_Enhancements_

- Updated the plugin to use a shared, optimized HTTP client that enhances DNS management and reduces connection floods for more stable and efficient queries. ([#2036](https://github.com/turbot/steampipe-plugin-aws/pull/2036))</description>
            <pubDate>Fri, 29 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-125-0</guid>
            <title>AWS plugin v0.125.0 - Updated the plugin to build the netgo package only for Darwin systems</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-125-0</link>
            <description>_Enhancements_

- Updated the plugin&apos;s `.goreleaser` file to build the netgo package only for Darwin systems. ([#2029](https://github.com/turbot/steampipe-plugin-aws/pull/2029))</description>
            <pubDate>Wed, 20 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/postgres-fdw-sqlite-export-export-engines-for-114-plugins</guid>
            <title>Postgres FDW, SQLite extension and export CLI engines for 114 plugins</title>
            <link>https://steampipe.io/changelog/postgres-fdw-sqlite-export-export-engines-for-114-plugins</link>
            <description>114 plugins have been updated to include the following changes:

_What&apos;s new?_

- Query tables directly in Postgres as a [native Foreign Data Wrapper](https://steampipe.io/docs/steampipe_postgres/overview).
- Query tables directly in SQLite as a [SQLite extension](https://steampipe.io/docs/steampipe_sqlite/overview).
- Run as an [Export CLI](https://steampipe.io/docs/steampipe_export/overview) to extract data to files.
- SQLite examples added to table documentation.
- Expanded table documentation, especially to describe example queries.
- Docs license updated to match Steampipe [CC BY-NC-ND license](https://github.com/turbot/steampipe-docs/blob/main/LICENSE).

_Dependencies_

- Recompiled with [steampipe-plugin-sdk v5.8.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v580-2023-12-11) that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to `_ctx` column, and fixing connection and potential divide-by-zero bugs.</description>
            <pubDate>Thu, 14 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-2</guid>
            <title>Steampipe CLI v0.21.2 - Added `steampipe_plugin_column` introspection table to the `steampipe_internal` schema</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-2</link>
            <description>_Whats new_
* Added `steampipe_plugin_column` introspection table to the `steampipe_internal` schema. ([#4003](https://github.com/turbot/steampipe/issues/4003))

_Bug fixes_
* Fixed issue where a query would return &apos;null&apos; for an empty result set when output is set to json. ([#3955](https://github.com/turbot/steampipe/issues/3955))
* Fixed custom registries bugs.
* Clean up apt temporary files in Dockerfile.</description>
            <pubDate>Tue, 12 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-fly-plugin-v0-2-2</guid>
            <title>Fly plugin v0.2.2 - Fixed plugin to correctly return results when environment variables are only used for authentication</title>
            <link>https://steampipe.io/changelog/turbot-fly-plugin-v0-2-2</link>
            <description>_Bug fixes_

- Fixed the plugin to correctly return results when environment variables are only used for authentication. ([#21](https://github.com/turbot/steampipe-plugin-fly/pull/21))</description>
            <pubDate>Thu, 07 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-consul-plugin-v0-1-2</guid>
            <title>Consul plugin v0.1.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-consul-plugin-v0-1-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#15](https://github.com/turbot/steampipe-plugin-consul/pull/15))</description>
            <pubDate>Thu, 07 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-pipes-plugin-v0-12-2</guid>
            <title>Pipes plugin v0.12.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-pipes-plugin-v0-12-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#20](https://github.com/turbot/steampipe-plugin-pipes/pull/20))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-nomad-plugin-v0-1-2</guid>
            <title>Nomad plugin v0.1.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-nomad-plugin-v0-1-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#13](https://github.com/turbot/steampipe-plugin-nomad/pull/13))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-newrelic-plugin-v0-1-2</guid>
            <title>New Relic plugin v0.1.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-newrelic-plugin-v0-1-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#43](https://github.com/turbot/steampipe-plugin-newrelic/pull/43))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-mastodon-plugin-v0-1-2</guid>
            <title>Mastodon plugin v0.1.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-mastodon-plugin-v0-1-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#36](https://github.com/turbot/steampipe-plugin-mastodon/pull/36))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-linear-plugin-v0-1-2</guid>
            <title>Linear plugin v0.1.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-linear-plugin-v0-1-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#20](https://github.com/turbot/steampipe-plugin-linear/pull/20))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-hibp-plugin-v0-4-2</guid>
            <title>Hibp plugin v0.4.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-hibp-plugin-v0-4-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#26](https://github.com/turbot/steampipe-plugin-hibp/pull/26))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-38-0</guid>
            <title>Github plugin v0.38.0 - Added github_repository_sbom table and updated tables to include support for dynamic GraphQL queries</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-38-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_repository_sbom](https://hub.steampipe.io/plugins/turbot/github/tables/github_repository_sbom) ([#353](https://github.com/turbot/steampipe-plugin-github/pull/353)) (Thanks [@lwakefield](https://github.com/lwakefield) for the contribution!)

_Enhancements_

- Updated the following tables to include support for dynamic GraphQL queries:
  - `github_my_star` ([#369](https://github.com/turbot/steampipe-plugin-github/pull/369))
  - `github_stargazer` ([#370](https://github.com/turbot/steampipe-plugin-github/pull/370))
  - `github_tag` ([#371](https://github.com/turbot/steampipe-plugin-github/pull/371))
  - `github_rate_limit` ([#368](https://github.com/turbot/steampipe-plugin-github/pull/368))
  - `github_community_profile` ([#367](https://github.com/turbot/steampipe-plugin-github/pull/367))
  - `github_license` ([#366](https://github.com/turbot/steampipe-plugin-github/pull/366))
  - `github_organization_member` ([#364](https://github.com/turbot/steampipe-plugin-github/pull/364))
  - `github_team_member` ([#364](https://github.com/turbot/steampipe-plugin-github/pull/364))
  - `github_user` ([#364](https://github.com/turbot/steampipe-plugin-github/pull/364))
  - `github_my_team` ([#363](https://github.com/turbot/steampipe-plugin-github/pull/363))
  - `github_team` ([#363](https://github.com/turbot/steampipe-plugin-github/pull/363))
  - `github_commit` ([#362](https://github.com/turbot/steampipe-plugin-github/pull/362))
  - `github_my_organization` ([#361](https://github.com/turbot/steampipe-plugin-github/pull/361))
  - `github_organization` ([#361](https://github.com/turbot/steampipe-plugin-github/pull/361))
  - `github_organization_external_identity` ([#361](https://github.com/turbot/steampipe-plugin-github/pull/361))
  - `github_branch` ([#360](https://github.com/turbot/steampipe-plugin-github/pull/360))
  - `github_branch_protection` ([#360](https://github.com/turbot/steampipe-plugin-github/pull/360))
  - `github_repository_collaborator` ([#365](https://github.com/turbot/steampipe-plugin-github/pull/365))
  - `github_repository_deployment` ([#365](https://github.com/turbot/steampipe-plugin-github/pull/365))
  - `github_repository_environment` ([#365](https://github.com/turbot/steampipe-plugin-github/pull/365))
  - `github_repository_vulnerability_alert` ([#365](https://github.com/turbot/steampipe-plugin-github/pull/365))
  - `github_issue` ([#359](https://github.com/turbot/steampipe-plugin-github/pull/359))
  - `github_issue_comment` ([#359](https://github.com/turbot/steampipe-plugin-github/pull/359))
  - `github_pull_request` ([#359](https://github.com/turbot/steampipe-plugin-github/pull/359))
  - `github_pull_request_comment` ([#359](https://github.com/turbot/steampipe-plugin-github/pull/359))
  - `github_pull_request_review` ([#359](https://github.com/turbot/steampipe-plugin-github/pull/359))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-crowdstrike-plugin-v0-3-2</guid>
            <title>Crowdstrike plugin v0.3.2 - Fixed invalid Go module path of the plugin</title>
            <link>https://steampipe.io/changelog/turbot-crowdstrike-plugin-v0-3-2</link>
            <description>_Bug fixes_

- Fixed the invalid Go module path of the plugin. ([#27](https://github.com/turbot/steampipe-plugin-crowdstrike/pull/27))</description>
            <pubDate>Wed, 06 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/gabrielsoltz-semgrep-plugin-v0-0-1</guid>
            <title>Semgrep plugin v0.0.1 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/gabrielsoltz-semgrep-plugin-v0-0-1</link>
            <description>_What&apos;s new?_

- New tables added: (Thanks [@gabrielsoltz](https://github.com/gabrielsoltz) for the new plugin!)
  - [semgrep_deployment](https://hub.steampipe.io/plugins/gabrielsoltz/semgrep/tables/semgrep_deployment)
  - [semgrep_finding](https://hub.steampipe.io/plugins/gabrielsoltz/semgrep/tables/semgrep_finding)
  - [semgrep_project](https://hub.steampipe.io/plugins/gabrielsoltz/semgrep/tables/semgrep_project)</description>
            <pubDate>Tue, 05 Dec 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-gcp-mod-v0-11-0</guid>
            <title>Terraform GCP mod v0.11 - Added new controls across BigQuery, Bigtable, and Spanner services</title>
            <link>https://steampipe.io/changelog/turbot-terraform-gcp-mod-v0-11-0</link>
            <description>_What&apos;s new?_

- Added the following controls across the benchmarks: ([#49](https://github.com/turbot/steampipe-mod-terraform-gcp-compliance/pull/49))
  - `bigquery_table_deletion_protection_enabled`
  - `bigtable_instance_deletion_protection_enabled`
  - `spanner_database_deletion_protection_enabled`
  - `spanner_database_drop_protection_enabled`</description>
            <pubDate>Thu, 30 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-azure-mod-v0-11-0</guid>
            <title>Terraform Azure mod v0.11 - Added new controls across App Service, Event Hub, Kubernetes, Redis and SQL services</title>
            <link>https://steampipe.io/changelog/turbot-terraform-azure-mod-v0-11-0</link>
            <description>_What&apos;s new?_

- Added the following controls across the benchmarks: ([#47](https://github.com/turbot/steampipe-mod-terraform-azure-compliance/pull/47))
  - `appservice_environment_zone_redundant_enabled`
  - `appservice_function_app_public_access_disabled`
  - `appservice_plan_zone_redundant`
  - `appservice_web_app_public_access_disabled`
  - `eventhub_namespace_uses_latest_tls_version`
  - `eventhub_namespace_zone_redundant`
  - `kubernetes_cluster_critical_pods_on_system_nodes`
  - `kubernetes_cluster_os_disk_ephemeral`
  - `redis_cache_standard_replication_enabled`
  - `sql_database_ledger_enabled`
  - `sql_database_zone_redundant_enabled`</description>
            <pubDate>Thu, 30 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-aws-mod-v0-22-0</guid>
            <title>Terraform AWS mod v0.22 - Added new controls across DocumentDB, Lambda, and Neptune services</title>
            <link>https://steampipe.io/changelog/turbot-terraform-aws-mod-v0-22-0</link>
            <description>_What&apos;s new?_

- Added the following controls across the benchmarks: ([#98](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/98))
  - `docdb_cluster_backup_retention_period_7`
  - `lambda_permission_restricted_service_permission`
  - `neptune_cluster_backup_retention_period_7`
  - `neptune_cluster_copy_tags_to_snapshot_enabled`
  - `neptune_cluster_iam_authentication_enabled`</description>
            <pubDate>Thu, 30 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-17-0</guid>
            <title>AWS Insights mod v0.17 - Fixed index doc by removing unsupported images</title>
            <link>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-17-0</link>
            <description>_Bug fixes_

- Fixed the index doc by removing unsupported images. ([#334](https://github.com/turbot/steampipe-mod-aws-insights/pull/334))</description>
            <pubDate>Thu, 30 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-83-0</guid>
            <title>AWS Compliance mod v0.83 - Added new controls to All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-83-0</link>
            <description>_Enhancements_

- Added the following controls to the `All Controls` benchmark: ([#733](https://github.com/turbot/steampipe-mod-aws-compliance/pull/733))
  - `api_gateway_rest_api_public_endpoint_with_authorizer`
  - `dlm_ebs_snapshot_lifecycle_policy_enabled`
  - `docdb_cluster_instance_encryption_at_rest_enabled`
  - `ebs_volume_snapshot_exists`
  - `elasticache_cluster_no_public_subnet`
  - `iam_role_no_administrator_access_policy_attached`
  - `iam_user_access_key_unused_45`
  - `iam_user_console_access_unused_45`
  - `neptune_db_cluster_no_public_subnet`</description>
            <pubDate>Thu, 30 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-16-0</guid>
            <title>AWS Insights mod v0.16 - Fixed missing closing tag in index doc</title>
            <link>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-16-0</link>
            <description>_Bug fixes_

- Fixed missing closing tag in index doc. ([#331](https://github.com/turbot/steampipe-mod-aws-insights/pull/331))</description>
            <pubDate>Wed, 29 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-38-0</guid>
            <title>Azure Compliance mod v0.38 - Fixed Azure Active Directory and Azure IAM queries to remove duplicate benchmark results</title>
            <link>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-38-0</link>
            <description>_Bug fixes_

- Fixed `ad_guest_user_reviewed_monthly`, `iam_deprecated_account_with_owner_roles`, `iam_external_user_with_read_permission`, `iam_external_user_with_write_permission`, `iam_user_not_allowed_to_create_security_group` and `iam_user_not_allowed_to_register_application` queries to remove duplicate benchmark results. ([#228](https://github.com/turbot/steampipe-mod-azure-compliance/pull/228))</description>
            <pubDate>Mon, 27 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-hubspot-plugin-v0-0-2</guid>
            <title>Hubspot plugin v0.0.2 - Fixed plugin brand colour</title>
            <link>https://steampipe.io/changelog/turbot-hubspot-plugin-v0-0-2</link>
            <description>_Bug fixes_

- Fixed the plugin brand colour.</description>
            <pubDate>Fri, 17 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-hubspot-plugin-v0-0-1</guid>
            <title>Hubspot plugin v0.0.1 - Initial plugin release</title>
            <link>https://steampipe.io/changelog/turbot-hubspot-plugin-v0-0-1</link>
            <description>_What&apos;s new?_

- New tables added
  - [hubspot_blog_post](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_blog_post)
  - [hubspot_company](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_company)
  - [hubspot_contact](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_contact)
  - [hubspot_deal](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_deal)
  - [hubspot_domain](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_domain)
  - [hubspot_hub_db](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_hub_db)
  - [hubspot_owner](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_owner)
  - [hubspot_ticket](https://hub.steampipe.io/plugins/turbot/hubspot/tables/hubspot_ticket)</description>
            <pubDate>Fri, 17 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-25-2</guid>
            <title>Kubernetes plugin v0.25.2 - Fixed the plugin to pass the namespace qualifier to the kubernetes API client</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-25-2</link>
            <description>_Bug fixes_

- Fixed the plugin to pass the namespace qualifier to the kubernetes API client when querying namespace scoped resources. ([#181](https://github.com/turbot/steampipe-plugin-kubernetes/pull/181)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!!)</description>
            <pubDate>Fri, 17 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-37-1</guid>
            <title>Github plugin v0.37.1 - Fixed GetConfig of github_team_repository table to include support for dynamic GraphQL queries</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-37-1</link>
            <description>_Bug fixes_

- Fixed the `GetConfig` of `github_team_repository` table to include support for dynamic GraphQL queries. ([#379](https://github.com/turbot/steampipe-plugin-github/pull/379))
- Fixed the example queries in `github_commit` doc file. ([#377](https://github.com/turbot/steampipe-plugin-github/pull/377))
- Fixed the example queries in `github_search_issue` doc file to filter out results from the API. ([#378](https://github.com/turbot/steampipe-plugin-github/pull/378))</description>
            <pubDate>Thu, 16 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-46-0</guid>
            <title>GCP plugin v0.46.0 - Added gcp_vertex_ai_endpoint table, and fixed retention_policy column of gcp_storage_bucket table</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-46-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_vertex_ai_endpoint](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_vertex_ai_endpoint) ([#513](https://github.com/turbot/steampipe-plugin-gcp/pull/513))

_Bug fixes_

- Fixed the `retention_policy` column of `gcp_storage_bucket` table to correctly return data instead of null. ([#502](https://github.com/turbot/steampipe-plugin-gcp/pull/502))</description>
            <pubDate>Thu, 16 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-123-0</guid>
            <title>AWS plugin v0.123.0 - Added aws_lambda_event_source_mapping table, and added resource_record_set_limit column to aws_route53_zone table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-123-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_lambda_event_source_mapping](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_lambda_event_source_mapping) ([#1874](https://github.com/turbot/steampipe-plugin-aws/issues/1874)) (Thanks [@nickman](https://github.com/nickman) for the contribution!)

_Enhancements_

- Added the `resource_record_set_limit` column to `aws_route53_zone` table. ([#1969](https://github.com/turbot/steampipe-plugin-aws/pull/1969)) (Thanks [@keyolk](https://github.com/keyolk) for the contribution!)</description>
            <pubDate>Thu, 16 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jira-plugin-v0-13-0</guid>
            <title>Jira plugin v0.13.0 - Added new tables, new columns to existing tables, and fixed bugs</title>
            <link>https://steampipe.io/changelog/turbot-jira-plugin-v0-13-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [jira_issue_comment](https://hub.steampipe.io/plugins/turbot/jira/tables/jira_issue_comment) ([#103](https://github.com/turbot/steampipe-plugin-jira/pull/103))
  - [jira_issue_worklog](https://hub.steampipe.io/plugins/turbot/jira/tables/jira_issue_worklog) ([#104](https://github.com/turbot/steampipe-plugin-jira/pull/104))

_Enhancements_

- Added the `properties` column to `jira_project` table. ([#105](https://github.com/turbot/steampipe-plugin-jira/pull/105))

_Bug fixes_

- Fixed typo in the docs/index.md file. ([#102](https://github.com/turbot/steampipe-plugin-jira/pull/102)) (Thanks [@adrfrank](https://github.com/adrfrank) for the contribution!)
- Fixed the `jira_issue` table by enhancing case insensitivity support for the `status` column. ([#90](https://github.com/turbot/steampipe-plugin-jira/pull/90))</description>
            <pubDate>Wed, 15 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-microsoft365-compliance-mod-v0-9-0</guid>
            <title>Microsoft365 Compliance mod v0.9 - Added CIS v3.0.0 benchmark</title>
            <link>https://steampipe.io/changelog/turbot-microsoft365-compliance-mod-v0-9-0</link>
            <description>_What&apos;s new?_

- Added CIS v3.0.0 benchmark (`steampipe check benchmark.cis_v300`). ([#57](https://github.com/turbot/steampipe-mod-microsoft365-compliance/pull/57))</description>
            <pubDate>Tue, 14 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-linkedin-plugin-v0-4-0</guid>
            <title>Linkedin plugin v0.4.0 - Removed tables using the search API that no longer work due to API limitations</title>
            <link>https://steampipe.io/changelog/turbot-linkedin-plugin-v0-4-0</link>
            <description>_Breaking Changes_

- Removed the following tables using the search API that no longer work due to API limitations. These tables will be added back if functionality can be restored.
  - `linkedin_company_employee`
  - `linkedin_company_past_employee`
  - `linkedin_connection`
  - `linkedin_search_company`
  - `linkedin_search_profile`</description>
            <pubDate>Tue, 14 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-24-0</guid>
            <title>GCP Compliance mod v0.24 - Fixed compute_firewall_allow_tcp_connections_proxied_by_iap query to correctly include all the ports and source IP ranges</title>
            <link>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-24-0</link>
            <description>_Bug fixes_

- Fixed the `compute_firewall_allow_tcp_connections_proxied_by_iap` query to correctly include all the ports and source IP ranges. ([#128](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/128)) (Thanks [@saisirishreddy](https://github.com/saisirishreddy) for the contribution!)</description>
            <pubDate>Tue, 14 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-8-0</guid>
            <title>Steampipe Plugin SDK v5.8.0 - Add support for running the plugin in-process.</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-8-0</link>
            <description>_What&apos;s new?_
* Encapsulate plugin server so it is possible to use it in-process as well as via GRPC. ([#719](https://github.com/turbot/steampipe-plugin-sdk/issues/719))
* Add `steampipe` field to `_ctx` column, containing sdk version. ([#712](https://github.com/turbot/steampipe-plugin-sdk/issues/712))

_Bug fixes_
* Remove `plugin has no connections` error when deleting and then re-adding a connection. ([#725](https://github.com/turbot/steampipe-plugin-sdk/issues/725))
* Fix potential divide by zero bug when setting cache size</description>
            <pubDate>Sat, 11 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-net-insights-mod-v0-6-0</guid>
            <title>Net Insights mod v0.6 - Added dns_mx_dmarc_record_enabled control to dns_mx_best_practices benchmark</title>
            <link>https://steampipe.io/changelog/turbot-net-insights-mod-v0-6-0</link>
            <description>_Enhancements_

- Added the `dns_mx_dmarc_record_enabled` control to the `dns_mx_best_practices` benchmark. ([#20](https://github.com/turbot/steampipe-mod-net-insights/pull/20))

_Bug fixes_

- Fixed dashboard localhost URLs in README and index doc. ([#23](https://github.com/turbot/steampipe-mod-net-insights/pull/23))</description>
            <pubDate>Fri, 10 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-37-0</guid>
            <title>Github plugin v0.37.0 - Added run_started_at column to github_actions_repository_workflow_run table</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-37-0</link>
            <description>_Enhancements_

- Added the `run_started_at` column to `github_actions_repository_workflow_run` table. ([#358](https://github.com/turbot/steampipe-plugin-github/pull/358)) (Thanks [@mridang](https://github.com/mridang) for the contribution!)</description>
            <pubDate>Fri, 10 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-122-0</guid>
            <title>AWS plugin v0.122.0 - Added new tables and new columns to existing tables</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-122-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_fms_policy](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_fms_policy) ([#1851](https://github.com/turbot/steampipe-plugin-aws/pull/1851))
  - [aws_fms_app_list](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_fms_app_list) ([#1851](https://github.com/turbot/steampipe-plugin-aws/pull/1851))
  - [aws_transfer_server](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_transfer_server) ([#1909](https://github.com/turbot/steampipe-plugin-aws/pull/1909)) (Thanks [@jramosf](https://github.com/jramosf) for the contribution!)

_Enhancements_

- Added the `features` column to `aws_guardduty_detector` table. ([#1958](https://github.com/turbot/steampipe-plugin-aws/pull/1958))</description>
            <pubDate>Fri, 10 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-23-0</guid>
            <title>GCP Compliance mod v0.23 - Added new All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-23-0</link>
            <description>What&apos;s new?_

- Added the new `All Controls` benchmark (steampipe check benchmark.all_controls). This new benchmark includes 109 service-specific controls. ([#127](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/127))</description>
            <pubDate>Thu, 09 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/update-min-version-plugin-dependency-change-25-mods</guid>
            <title>Updated plugin dependency section of 25 mods to use min_version instead of version</title>
            <link>https://steampipe.io/changelog/update-min-version-plugin-dependency-change-25-mods</link>
            <description>- Updated the plugin dependency section of the following mods to use `min_version` instead of `version`:
  - Alicloud Insights
  - AWS Insights
  - AWS Tags
  - Azure Insights
  - Digitalocean Insights
  - Docker Compliance
  - GCP Insights
  - GCP Labels
  - Github Compliance
  - Github Insights
  - Gitlab Insights
  - Hackernews Insights
  - IBM Insights
  - Kubernetes Insights
  - Microsoft 365 Compliance
  - OCI Compliance
  - OCI Insights
  - OCI Thrifty
  - Snowflake Compliance
  - Tailscale Compliance
  - Terraform AWS Compliance
  - Terraform Azure Compliance
  - Terraform GCP Compliance
  - Terraform OCI Compliance
  - Turbot Guardrails Insights</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-17-0</guid>
            <title>Kubernetes Compliance mod v0.17 - Updated docs to include correct links and fixed queries to cast data to a boolean format</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-17-0</link>
            <description>_Breaking changes_

- Updated the plugin dependency section of the mod to use min_version instead of version. ([#82](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/82))

_Bug fixes_

- Updated the docs to include the correct links for the nsa_cisa_v1 benchmark. ([#80](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/80)) (Thanks [@aniketh-varma](https://github.com/aniketh-varma) for the contribution!)
- Fixed the following queries to cast the data to boolean format. ([#79](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/79))
  - cronjob_container_privilege_disabled
  - cronjob_host_network_access_disabled
  - cronjob_hostpid_hostipc_sharing_disabled
  - cronjob_immutable_container_filesystem
  - cronjob_non_root_container
  - daemonset_container_privilege_disabled
  - daemonset_host_network_access_disabled
  - daemonset_hostpid_hostipc_sharing_disabled
  - daemonset_immutable_container_filesystem
  - daemonset_non_root_container
  - deployment_container_privilege_disabled
  - deployment_host_network_access_disabled
  - deployment_hostpid_hostipc_sharing_disabled
  - deployment_immutable_container_filesystem
  - deployment_non_root_container
  - job_container_privilege_disabled
  - job_host_network_access_disabled
  - job_hostpid_hostipc_sharing_disabled
  - job_immutable_container_filesystem
  - job_non_root_container
  - pod_container_privilege_disabled
  - pod_immutable_container_filesystem
  - pod_non_root_container
  - pod_service_account_token_enabled
  - pod_template_container_privilege_disabled
  - pod_template_immutable_container_filesystem
  - replicaset_container_privilege_disabled
  - replicaset_host_network_access_disabled
  - replicaset_hostpid_hostipc_sharing_disabled
  - replicaset_immutable_container_filesystem
  - replicaset_non_root_container
  - replication_controller_container_privilege_disabled
  - replication_controller_host_network_access_disabled
  - replication_controller_hostpid_hostipc_sharing_disabled
  - replication_controller_immutable_container_filesystem
  - replication_controller_non_root_container
  - statefulset_container_privilege_disabled
  - statefulset_host_network_access_disabled
  - statefulset_hostpid_hostipc_sharing_disabled
  - statefulset_immutable_container_filesystem
  - statefulset_non_root_container</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-22-0</guid>
            <title>GCP Compliance mod v0.22 - Fixed kms_key_separation_of_duties_enforced query to ensure that separation of duties is enforced while assigning KMS-related roles to users</title>
            <link>https://steampipe.io/changelog/turbot-gcp-compliance-mod-v0-22-0</link>
            <description>_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#130](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/130))

_Bug fixes_

- Fixed the `kms_key_separation_of_duties_enforced` query to ensure that separation of duties is enforced while assigning KMS-related roles to users. ([#132](https://github.com/turbot/steampipe-mod-gcp-compliance/pull/132))</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-37-0</guid>
            <title>Azure Compliance mod v0.37 - Fixed compute_vm_tcp_udp_access_restricted_internet query</title>
            <link>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-37-0</link>
            <description>_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#222](https://github.com/turbot/steampipe-mod-azure-compliance/pull/222))

_Bug fixes_

- Fixed the `compute_vm_tcp_udp_access_restricted_internet` query to ensure internet-facing virtual machines are protected with network security groups. ([#224](https://github.com/turbot/steampipe-mod-azure-compliance/pull/224))</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-well-architected-mod-v0-9-0</guid>
            <title>AWS Well Architected mod v0.9 - Updated the plugin dependency section of the mod to use min_version instead of version</title>
            <link>https://steampipe.io/changelog/turbot-aws-well-architected-mod-v0-9-0</link>
            <description>_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#34](https://github.com/turbot/steampipe-mod-aws-well-architected/pull/34))

_Bug fixes_

- Fixed the README and index docs to correctly reference the `well_architected_framework_security` benchmark. ([#25](https://github.com/turbot/steampipe-mod-aws-well-architected/pull/25))</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-thrifty-mod-v0-26-0</guid>
            <title>AWS Thrifty mod v0.26 - Renamed control lambda_function_with_graviton2 to lambda_function_with_graviton</title>
            <link>https://steampipe.io/changelog/turbot-aws-thrifty-mod-v0-26-0</link>
            <description>_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#161](https://github.com/turbot/steampipe-mod-aws-thrifty/pull/161))
- Renamed the control `lambda_function_with_graviton2` to `lambda_function_with_graviton` in order to maintain consistency. ([#158](https://github.com/turbot/steampipe-mod-aws-thrifty/pull/158)) (Thanks [@bluedoors](https://github.com/bluedoors) for the contribution!)</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-perimeter-mod-v0-7-0</guid>
            <title>AWS Perimeter mod v0.7 - Updated the plugin dependency section of the mod to use min_version instead of version</title>
            <link>https://steampipe.io/changelog/turbot-aws-perimeter-mod-v0-7-0</link>
            <description>_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#45](https://github.com/turbot/steampipe-mod-aws-perimeter/pull/45))

_Bug fixes_

- Fixed the README to include correct links to the benchmarks. ([#47](https://github.com/turbot/steampipe-mod-aws-perimeter/pull/47)) (Thanks [@vil02](https://github.com/vil02) for the contribution!)</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-82-0</guid>
            <title>AWS Compliance mod v0.82 - Added glue_connection_ssl_enabled and vpc_peering_connection_route_table_least_privilege controls to All Controls benchmark</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-82-0</link>
            <description>_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#728](https://github.com/turbot/steampipe-mod-aws-compliance/pull/728))

_Enhancements_

- Added the following controls to the `All Controls` benchmark: ([#727](https://github.com/turbot/steampipe-mod-aws-compliance/pull/727))
  - `glue_connection_ssl_enabled`
  - `vpc_peering_connection_route_table_least_privilege`</description>
            <pubDate>Wed, 08 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-121-1</guid>
            <title>AWS plugin v0.121.1 - Resolved intermittent retention of expired credentials in connection cache</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-121-1</link>
            <description>_Bug fixes_

- Fixed the description of the `name` column in `aws_organizations_account` table. ([#1947](https://github.com/turbot/steampipe-plugin-aws/pull/1947)) (Thanks [@badideasforsale](https://github.com/badideasforsale) for the contribution!)

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.6.3](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v563-2023-11-06) which addresses the issue of expired credentials being intermittently retained in the connection cache. ([#1956](https://github.com/turbot/steampipe-plugin-aws/pull/1956))</description>
            <pubDate>Mon, 06 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-3</guid>
            <title>Steampipe Plugin SDK v5.6.3 - Fixed intermittent expired credentials</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-3</link>
            <description>_Bug fixes_
* Fixed expired credentials sometimes being left in the connection cache. Update connection cache to use a backing store per connection, rather than a shared backing store. ([#699](https://github.com/turbot/steampipe-plugin-sdk/issues/699))</description>
            <pubDate>Mon, 06 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-plugin-v0-51-0</guid>
            <title>Azure plugin v0.51.0 - Added azure_alert_management, azure_databricks_workspace, azure_monitor_activity_log_event, and azure_recovery_services_backup_job tables</title>
            <link>https://steampipe.io/changelog/turbot-azure-plugin-v0-51-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_alert_management](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_alert_management) ([#685](https://github.com/turbot/steampipe-plugin-azure/pull/685))
  - [azure_databricks_workspace](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_databricks_workspace) ([#692](https://github.com/turbot/steampipe-plugin-azure/pull/692))
  - [azure_monitor_activity_log_event](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_monitor_activity_log_event) ([#684](https://github.com/turbot/steampipe-plugin-azure/pull/684))
  - [azure_recovery_services_backup_job](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_recovery_services_backup_job) ([#681](https://github.com/turbot/steampipe-plugin-azure/pull/681))</description>
            <pubDate>Thu, 02 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-linkedin-plugin-v0-3-0</guid>
            <title>Linkedin plugin v0.3.0 - Added contact_info column to linkedin_profile table</title>
            <link>https://steampipe.io/changelog/turbot-linkedin-plugin-v0-3-0</link>
            <description>_Enhancements_

- Added the `contact_info` column to `linkedin_profile` table. ([#5](https://github.com/turbot/steampipe-plugin-linkedin/pull/5))</description>
            <pubDate>Wed, 01 Nov 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-36-1</guid>
            <title>GitHub plugin v0.36.1 - Fixed required quals for github_issue and github_pull_request tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-36-1</link>
            <description>_Bug fixes_

- Fixed the required quals of `github_issue` and `github_pull_request` tables to correctly return data instead of an error. ([#355](https://github.com/turbot/steampipe-plugin-github/pull/355))</description>
            <pubDate>Fri, 27 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-36-0</guid>
            <title>GitHub plugin v0.36.0 - Optimized GraphQL queries for issue and pull request tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-36-0</link>
            <description>_What&apos;s new_

- Updated `github_issue`, `github_my_issue`, `github_pull_request`, `github_search_issue`, and `github_search_pull_request` tables to only include nested and user permission columns in GraphQL request when requested. This should result in faster queries and large scale queries completing more consistently. ([#342](https://github.com/turbot/steampipe-plugin-github/pull/342))</description>
            <pubDate>Tue, 24 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-vanta-plugin-v0-3-2</guid>
            <title>Vanta plugin v0.3.2 - Fixed vanta_computer table queries failing</title>
            <link>https://steampipe.io/changelog/turbot-vanta-plugin-v0-3-2</link>
            <description>_Bug fixes_

- Fixed `vanta_computer` table queries failing due to inclusion of deprecated API field `requiresLocationServices` in `fetchDomainEndpoints` query. ([#19](https://github.com/turbot/steampipe-plugin-vanta/pull/19)) (Thanks [@eric-glb](https://github.com/eric-glb) for the contribution!)</description>
            <pubDate>Fri, 20 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-sentry-plugin-v0-2-0</guid>
            <title>Sentry plugin v0.2.0 - Sentry base URL can now be configured</title>
            <link>https://steampipe.io/changelog/turbot-sentry-plugin-v0-2-0</link>
            <description>_What&apos;s new?_

- The Sentry base URL can now be set through the `base_url` config argument or `SENTRY_URL` environment variable. ([#11](https://github.com/turbot/steampipe-plugin-sentry/pull/11)) (Thanks [@beudbeud](https://github.com/beudbeud) for the contribution!)</description>
            <pubDate>Fri, 20 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-prometheus-plugin-v0-5-0</guid>
            <title>Prometheus plugin v0.5.0 - Added support for PROMETHEUS_URL environment variable</title>
            <link>https://steampipe.io/changelog/turbot-prometheus-plugin-v0-5-0</link>
            <description>_What&apos;s new?_

- The Prometheus address (`address`) can now be set with the `PROMETHEUS_URL` environment variable. ([#23](https://github.com/turbot/steampipe-plugin-prometheus/pull/23)) (Thanks [@beudbeud](https://github.com/beudbeud) for the contribution!)</description>
            <pubDate>Fri, 20 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-36-0</guid>
            <title>Azure Compliance mod v0.36 - Fixed README to include correct benchmark reference</title>
            <link>https://steampipe.io/changelog/turbot-azure-compliance-mod-v0-36-0</link>
            <description>_Bug fixes_

- Fixed README to include correct reference to the `All Controls` benchmark. ([#218](https://github.com/turbot/steampipe-mod-azure-compliance/pull/218)) (Thanks [@vil02](https://github.com/vil02) for the contribution!)</description>
            <pubDate>Fri, 20 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-81-0</guid>
            <title>AWS Compliance mod v0.81 - Added controls for Athena and IAM services</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-81-0</link>
            <description>_Enhancements_

- Added the following controls to the `All Controls` benchmark: ([#722](https://github.com/turbot/steampipe-mod-aws-compliance/pull/722))
  - `athena_workgroup_enforce_configuration_enabled`
  - `iam_inline_policy_no_administrative_privileges`

_Bug fixes_

- Fixed README to include correct reference to the `All Controls` benchmark. ([#721](https://github.com/turbot/steampipe-mod-aws-compliance/pull/721)) (Thanks [@vil02](https://github.com/vil02) for the contribution!)
- Fixed typos in several compliance control descriptions. ([#719](https://github.com/turbot/steampipe-mod-aws-compliance/pull/719)) (Thanks [@pdecat](https://github.com/pdecat) for the contribution!)</description>
            <pubDate>Fri, 20 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-121-0</guid>
            <title>AWS plugin v0.121.0 - Improved documentation for AWS IAM role table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-121-0</link>
            <description>_Enhancements_

- Improved documentation and descriptions for the `aws_iam_role` table. ([#1940](https://github.com/turbot/steampipe-plugin-aws/pull/1940))
- Replaced uses of `rand.Seed` with latest `rand.NewSource`. ([#1933](https://github.com/turbot/steampipe-plugin-aws/pull/1933))</description>
            <pubDate>Fri, 13 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-14-0</guid>
            <title>AWS Insights mod v0.14 - Added new dashboard and query docs</title>
            <link>https://steampipe.io/changelog/turbot-aws-insights-mod-v0-14-0</link>
            <description>_Enhancements_

- Added additional dashboard and query docs and updated metadata descriptions in docs. ([#323](https://github.com/turbot/steampipe-mod-aws-insights/pull/323))</description>
            <pubDate>Fri, 13 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-azure-compliance-mod-v0-9-0</guid>
            <title>Terraform Azure Compliance mod v0.9 - Added 11 new controls</title>
            <link>https://steampipe.io/changelog/turbot-terraform-azure-compliance-mod-v0-9-0</link>
            <description>_What&apos;s new?_

- Added 11 new controls across the benchmarks for the following services: ([#39](https://github.com/turbot/steampipe-mod-terraform-azure-compliance/pull/39))
  - Application Gateway
  - Automation
  - Cognitive Search
  - Compute
  - Frontdoor
  - Network
  - PostgreSQL</description>
            <pubDate>Fri, 06 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-120-2</guid>
            <title>AWS plugin v0.120.2 - Removed unnecessary error retry logic and added UnknownError as retryable error</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-120-2</link>
            <description>_Bug fixes_

- Removed custom plugin level retryer which was unnecessary as the plugin already uses the AWS SDK retryer. ([#1932](https://github.com/turbot/steampipe-plugin-aws/pull/1932))
- The plugin now retries errors with the error code `UnknownError`. These are often thrown by services like SNS when performing a large number of requests. ([#1932](https://github.com/turbot/steampipe-plugin-aws/pull/1932))</description>
            <pubDate>Thu, 05 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/fixed-nil-pointer-reference-errors-implicit-hydrate-configs-94-plugins</guid>
            <title>Resolved nil pointer reference errors related to implicit hydrate configurations across 94 plugins</title>
            <link>https://steampipe.io/changelog/fixed-nil-pointer-reference-errors-implicit-hydrate-configs-94-plugins</link>
            <description>The remaining 94 [Turbot Steampipe plugins](https://hub.steampipe.io/plugins?q=turbot) have been updated to use [steampipe-plugin-sdk v5.6.2](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v562-2023-10-03), which prevents nil pointer reference errors for implicit hydrate configs.</description>
            <pubDate>Thu, 05 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-16-0</guid>
            <title>Kubernetes Compliance mod v0.16 - Fixed queries to correctly return data for connection_name and tags dimensions</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-16-0</link>
            <description>_Bug fixes_

- Fixed queries to correctly return data for `connection_name` and `tags` dimensions instead of an error. ([#73](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/73))</description>
            <pubDate>Wed, 04 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-compliance-mod-v0-5-0</guid>
            <title>Github Compliance mod v0.5 - Updated 10 queries to use url as the resource column</title>
            <link>https://steampipe.io/changelog/turbot-github-compliance-mod-v0-5-0</link>
            <description>_Enhancements_

- Updated the following queries to use `url` as the resource column: ([#35](https://github.com/turbot/steampipe-mod-github-compliance/pull/35))
  - `default_branch_all_build_steps_as_code`
  - `default_branch_pipeline_locks_external_dependencies_for_build_process`
  - `default_branch_pipeline_must_have_jobs_with_sbom_generation`
  - `default_branch_pipelines_scan_for_vulnerabilities`
  - `default_branch_pipelines_scanners_set_to_prevent_sensitive_data`
  - `org_member_mfa_enabled`
  - `repo_inactive_members_review`
  - `repo_deletion_limited_to_trusted_users`
  - `repo_issue_deletion_limited_to_trusted_users`
  - `repo_webhook_package_registery_security_settings_enabled`</description>
            <pubDate>Wed, 04 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-gcp-plugin-v0-45-0</guid>
            <title>GCP plugin v0.45.0 - Added gcp_artifact_registry_repository and gcp_cloud_run_service tables</title>
            <link>https://steampipe.io/changelog/turbot-gcp-plugin-v0-45-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [gcp_artifact_registry_repository](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_artifact_registry_repository) ([#496](https://github.com/turbot/steampipe-plugin-gcp/pull/496))
  - [gcp_cloud_run_service](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_cloud_run_service) ([#497](https://github.com/turbot/steampipe-plugin-gcp/pull/497))</description>
            <pubDate>Wed, 04 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/fixed-nil-pointer-reference-errors-implicit-hydrate-configs-21-plugins</guid>
            <title>Fixed nil pointer reference errors for implicit hydrate configs for 21 plugins</title>
            <link>https://steampipe.io/changelog/fixed-nil-pointer-reference-errors-implicit-hydrate-configs-21-plugins</link>
            <description>The following 21 [Turbot Steampipe plugins](https://hub.steampipe.io/plugins?q=turbot) have been updated to use [steampipe-plugin-sdk v5.6.2](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v562-2023-10-03), which prevents nil pointer reference errors for implicit hydrate configs:
  - Alibaba Cloud
  - AWS CloudFormation
  - Azure
  - Azure Active Directory
  - CSV
  - DigitalOcean
  - Docker
  - Docker Hub
  - Exec
  - GCP
  - GitHub
  - IBM Cloud
  - Jira
  - Microsoft 365
  - Net
  - Okta
  - OpenShift
  - Oracle Cloud Infrastructure
  - Salesforce
  - Turbot Pipes
  - Zoom</description>
            <pubDate>Wed, 04 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-plugin-v0-10-0</guid>
            <title>Terraform plugin v0.10.0 - Added address, attributes, and attributes_std columns to terraform_resource table</title>
            <link>https://steampipe.io/changelog/turbot-terraform-plugin-v0-10-0</link>
            <description>_Breaking changes_

- Removed `instances` column from `terraform_resource` table. ([#64](https://github.com/turbot/steampipe-plugin-terraform/pull/64))
- All `arguments` and `lifecycle` columns now return `null` instead of `{}` if empty.  ([#64](https://github.com/turbot/steampipe-plugin-terraform/pull/64))

_Enhancements_

- Added `address`, `attributes`, and `attributes_std` columns to `terraform_resource` table. ([#64](https://github.com/turbot/steampipe-plugin-terraform/pull/64))

_Bug fixes_

- Fixed the `start_line`, `end_line` and `source` column values in the `terraform_resource` table to return correct values regardless of file indentation. ([#64](https://github.com/turbot/steampipe-plugin-terraform/pull/64))
- Fixed the plugin to check all files even if a non-existent file name is provided in any `file_paths` config arg. ([#67](https://github.com/turbot/steampipe-plugin-terraform/pull/67))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-oci-compliance-mod-v0-6-0</guid>
            <title>Terraform OCI Compliance mod v0.6 - Updated the queries to use attributes_std and address columns from the terraform_resource table for better support of terraform state files</title>
            <link>https://steampipe.io/changelog/turbot-terraform-oci-compliance-mod-v0-6-0</link>
            <description>_Enhancements_

- Updated the queries to use the `attributes_std` and `address` columns from the `terraform_resource` table instead of `arguments`, `type` and `name` columns for better support of terraform state files. ([#34](https://github.com/turbot/steampipe-mod-terraform-oci-compliance/pull/34))

_Dependencies_

- Terraform plugin `v0.10.0` or higher is now required. ([#34](https://github.com/turbot/steampipe-mod-terraform-oci-compliance/pull/34))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-gcp-compliance-mod-v0-9-0</guid>
            <title>Terraform GCP Compliance mod v0.9 - Updated the queries to use attributes_std and address columns from the terraform_resource table for better support of terraform state files</title>
            <link>https://steampipe.io/changelog/turbot-terraform-gcp-compliance-mod-v0-9-0</link>
            <description>_Enhancements_

- Updated the queries to use the `attributes_std` and `address` columns from the `terraform_resource` table instead of `arguments`, `type` and `name` columns for better support of terraform state files. ([#42](https://github.com/turbot/steampipe-mod-terraform-gcp-compliance/pull/42))

_Dependencies_

- Terraform plugin `v0.10.0` or higher is now required. ([#42](https://github.com/turbot/steampipe-mod-terraform-gcp-compliance/pull/42))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-azure-compliance-mod-v0-8-0</guid>
            <title>Terraform Azure Compliance mod v0.8 - Updated the queries to use attributes_std and address columns from the terraform_resource table for better support of terraform state files</title>
            <link>https://steampipe.io/changelog/turbot-terraform-azure-compliance-mod-v0-8-0</link>
            <description>_Enhancements_

- Updated the queries to use the `attributes_std` and `address` columns from the `terraform_resource` table instead of `arguments`, `type` and `name` columns for better support of terraform state files. ([#35](https://github.com/turbot/steampipe-mod-terraform-azure-compliance/pull/35))

_Dependencies_

- Terraform plugin `v0.10.0` or higher is now required. ([#35](https://github.com/turbot/steampipe-mod-terraform-azure-compliance/pull/35))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-20-0</guid>
            <title>Terraform AWS Compliance mod v0.20 - Updated the queries to use attributes_std and address columns from the terraform_resource table for better support of terraform state files</title>
            <link>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-20-0</link>
            <description>_Enhancements_

- Updated the queries to use the `attributes_std` and `address` columns from the `terraform_resource` table instead of `arguments`, `type` and `name` columns for better support of terraform state files. ([#90](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/90))

_Dependencies_

- Terraform plugin `v0.10.0` or higher is now required. ([#90](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/90))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-25-1</guid>
            <title>Kubernetes plugin v0.25.1 - Fixed plugin crash due to invalid definition of manifest_file_paths config argument</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-25-1</link>
            <description>_Bug fixes_

- Fixed the plugin to prevent crashes when `source_types` config argument contains `manifest` but `manifest_file_paths` is not defined. ([#177](https://github.com/turbot/steampipe-plugin-kubernetes/pull/177))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-15-0</guid>
            <title>Kubernetes Compliance mod v0.15 - Added 39 new controls</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-15-0</link>
            <description>_What&apos;s new?_

- Added 39 new controls for the `ClusterRoleBinding`, `CronJob`, `DaemonSet`, `Ingress`, `Job`, `Pod` resource types to the `all_controls` benchmark. ([#68](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/68))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-120-1</guid>
            <title>AWS plugin v0.120.1 - Fixed source_account_id column of aws_securityhub_finding table and members column of aws_rds_db_cluster table  to correctly return data</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-120-1</link>
            <description>_Bug fixes_

- Fixed the `source_account_id` column of `aws_securityhub_finding` table to correctly return data instead of `null`. ([#1927](https://github.com/turbot/steampipe-plugin-aws/pull/1927)) (Thanks [@gabrielsoltz](https://github.com/gabrielsoltz) for the contribution!)
- Fixed the `members` column of `aws_rds_db_cluster` table to correctly return data instead of `null`. ([#1926](https://github.com/turbot/steampipe-plugin-aws/pull/1926))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-1</guid>
            <title>Steampipe CLI v0.21.1 - Added support for the missing mod-location flag to the steampipe variable list command</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-1</link>
            <description>_Bug fixes_

* Added support for the missing `mod-location` flag to the `steampipe variable list` command. ([#3942](https://github.com/turbot/steampipe/issues/3942))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-2</guid>
            <title>Steampipe Plugin SDK v5.6.2 - Fixed nil pointer exception if hydrate call fails</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-2</link>
            <description>_Bug fixes_

* The `initialise` function is now being called for implicit hydrate configs (i.e. hydrate functions without explicit config), thereby preventing nil pointer reference errors when the hydrate function returns an error. ([#683](https://github.com/turbot/steampipe-plugin-sdk/issues/683))</description>
            <pubDate>Tue, 03 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-cli-v0-21-0</guid>
            <title>Steampipe CLI v0.21.0 - Add support for rate limiting, and memory limits</title>
            <link>https://steampipe.io/changelog/steampipe-cli-v0-21-0</link>
            <description>_Whats new?_
* Define [rate and concurrency limits](https://steampipe.io/docs/guides/limiter#concurrency--rate-limiting) for plugin execution. ([#3746](https://github.com/turbot/steampipe/issues/3746))
* Define multiple instances of a plugin version using a `plugin` connection config block. ([#3807](https://github.com/turbot/steampipe/issues/3807))
* The maximum memory used by plugins and the CLI can now be specified either in `plugin` instance definitions or the new `plugin` options block. ([#3807](https://github.com/turbot/steampipe/issues/3807))
* New introspection tables `steampipe_plugin` and `steampipe_plugin_limiter` containing all configured plugin instances and limiters. ([#3746](https://github.com/turbot/steampipe/issues/3746))
* New introspection table `steampipe_server_settings` populated with server settings data during service startup. ([#3462](https://github.com/turbot/steampipe/issues/3462))
* Running `plugin install` with no arguments installs all referenced plugins. ([#3451](https://github.com/turbot/steampipe/issues/3451))
* New `--output` flag for `plugin list` cmd allows selection between `json` and `table` output. ([#3368](https://github.com/turbot/steampipe/issues/3368))
* Each plugin directory ncontains a `version.json` which can be used to recompose the global plugin `versions.json` if it is missing or corrupt. ([#3492](https://github.com/turbot/steampipe/issues/3492))
* Typing `.cache` in interactive prompt shows the current value of cache. ([#2439](https://github.com/turbot/steampipe/issues/2439))
* Steampipe commands bypass plugin requirement check if installed plugin is locally built. ([#3643](https://github.com/turbot/steampipe/issues/3643))
* New `skip-config` flag disables writing of default plugin config during plugin installation. ([#3531](https://github.com/turbot/steampipe/issues/3531), [#2206](https://github.com/turbot/steampipe/issues/2206))
* Logs are now written to file instead of console. ([#2916](https://github.com/turbot/steampipe/issues/2916))
* When plugin startup fails, report useful message in the CLI. ([#3732](https://github.com/turbot/steampipe/issues/3732))
* Users are warned to not have mod.sp files in home directory. ([#2321](https://github.com/turbot/steampipe/issues/2321))
* Updated messaging when service is started on an unavailable port. ([#623](https://github.com/turbot/steampipe/issues/623))
* Log files are rotated if the process is active across date boundaries. ([#125](https://github.com/turbot/steampipe/issues/125), [#3825](https://github.com/turbot/steampipe/issues/3825))
* Listen hosts may be selected when starting steampipe service. ([#3505](https://github.com/turbot/steampipe/issues/3505))
* Initialisation behaviour for the sample options has been changed: always copy a sample file (`default.spc.sample`), but only overwrite the `default.spc` file with the sample content if the existing file has not been modified.  ([#3431](https://github.com/turbot/steampipe/issues/3431))
* Validation for the workspace profile `cache` settings. ([#3646](https://github.com/turbot/steampipe/issues/3646))
* Support OCI registries requiring authentication. ([#2819](https://github.com/turbot/steampipe/issues/2819))
* Compiled with Go 1.21. ([#3763](https://github.com/turbot/steampipe/issues/3763))

_Bug fixes_
* Plugin manager shutdown stalling intermittently due to deadlocks. ([#3818](https://github.com/turbot/steampipe/issues/3818))
* Temporary tables dropped in interactive prompt when pool connections recycled. ([#3781](https://github.com/turbot/steampipe/issues/3781),[#3543](https://github.com/turbot/steampipe/issues/3543))
* `service start` was not listening on `network` by default. ([#3593](https://github.com/turbot/steampipe/issues/3593))
* Multi line logs from plugins not rendered correctly in plugin logs. ([#3678](https://github.com/turbot/steampipe/issues/3678))
* `.inspect` panicking for long column descriptions. ([#3709](https://github.com/turbot/steampipe/issues/3709))
* Interactive prompt crashing when there is a code panic. ([#3713](https://github.com/turbot/steampipe/issues/3713))
* Incorrect zsh completion instructions.
* Steampipe should not create export files for cancelled control runs. ([#3578](https://github.com/turbot/steampipe/issues/3578))
* `BuildFullResourceName` not validating non empty arguments. ([#3601](https://github.com/turbot/steampipe/issues/3601))
* Spinner not showing when exporting check results. ([#3577](https://github.com/turbot/steampipe/issues/3577))
* `stdin` was consumed by `query` command even if there are arguments. ([#1985](https://github.com/turbot/steampipe/issues/1985))
* When exporting multiple benchmarks, results now merged the results into a single export. ([#2380](https://github.com/turbot/steampipe/issues/2380))
* Raise warning when pseudo-resources are ignored because of named HCL resources. ([#1328](https://github.com/turbot/steampipe/issues/1328))
* Database reinstalled unnecessarily if any FDW files were missing. ([#2040](https://github.com/turbot/steampipe/issues/2040))
* Improved error message when steampipe fails to parse a mod definition file because mod block does not exist. ([#1198](https://github.com/turbot/steampipe/issues/1198))
* Only `install-dir` and `workspace` flags should be global flags. All other flags should only apply to specific command. ([#3542](https://github.com/turbot/steampipe/issues/3542))
* Passing an empty list for list variables was not working. ([#2094](https://github.com/turbot/steampipe/issues/2094))
* Show deprecation warning for `version` field in `require` block of mod definition.
* Temporary directories were not always being cleaned  up after plugin commands.
* `plugin list` returned nothing if no plugins were installed. ([#3927](https://github.com/turbot/steampipe/issues/3927))

_Deprecations and migrations_
* Table `steampipe_connection_state` renamed to `steampipe_connection`
* Removed migration and backward compatibility of data files from v0.13.0. ([#3517](https://github.com/turbot/steampipe/issues/3517))
* Removed deprecated `workspace-chdir` flag. ([#3925](https://github.com/turbot/steampipe/issues/3925))
* Migrated from `cloud.steampipe.io` to `pipes.turbot.com`. ([#3724](https://github.com/turbot/steampipe/issues/3724))
* Removed support for plugins which do not support multiple connections (i.e. using SDK &lt; v4.0.0).
* Deprecated `terminal options`.</description>
            <pubDate>Mon, 02 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/add-rate-limiter-plugins</guid>
            <title>Added rate limiter support for 115 plugins</title>
            <link>https://steampipe.io/changelog/add-rate-limiter-plugins</link>
            <description>All 115 [Turbot Steampipe plugins](https://hub.steampipe.io/plugins?q=turbot) have been updated to use [steampipe-plugin-sdk v5.6.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v561-2023-09-29), which adds support for rate and concurrency limiters.

Limiters provide a simple, flexible interface to implement client-site rate limiting and concurrency thresholds at compile time or run time. You can use limiters to:

- Smooth the request rate from Steampipe to reduce load on the remote API or service
- Limit the number of parallel requests to reduce contention for client and network resources
- Avoid hitting server limits and throttling

For more information on getting started, please see [Concurrency and Rate Limiting](https://steampipe.io/docs/guides/limiter).</description>
            <pubDate>Mon, 02 Oct 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-24-0</guid>
            <title>Kubernetes plugin v0.24.0 - Deprecated source_type config argument (replaced by source_types)</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-24-0</link>
            <description>_Deprecated_

- The `source_type` config argument has been deprecated and will be removed in the next major version. Please use the `source_types` config argument instead. If both config arguments are set, `source_types` will take precedence. For backward compatibility, please see below for old and new value equivalents: ([#167](https://github.com/turbot/steampipe-plugin-kubernetes/pull/167))
  - `source_type = &apos;all&apos;`: `source_types = [&quot;deployed&quot;, &quot;helm&quot;, &quot;manifest&quot;]`
  - `source_type = &apos;deployed&apos;`: `source_types = [&quot;deployed&quot;]`
  - `source_type = &apos;helm&apos;`: `source_types = [&quot;helm&quot;]`
  - `source_type = &apos;manifest&apos;`: `source_types = [&quot;manifest&quot;]`

_What&apos;s new?_

- Added the `source_types` config argument, which allows specifying a combination of source types to load per connection. ([#167](https://github.com/turbot/steampipe-plugin-kubernetes/pull/167))</description>
            <pubDate>Fri, 29 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-14-0</guid>
            <title>Kubernetes Compliance mod v0.14 - Added 350+ new controls</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-14-0</link>
            <description>_What&apos;s new?_

- Added 350+ new controls across all resource types to the `all_controls` benchmark. ([#64](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/64))

_Enhancements_

- Added `path` to default set of `common_dimensions`, so now any file paths will appear by default in the additional dimensions in control results. ([#63](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/63))
- Added `iac` category to mod definition.

_Dependencies_

- Kubernetes plugin `v0.23.0` or higher is now required.</description>
            <pubDate>Fri, 29 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-exec-plugin-v0-0-4</guid>
            <title>Exec plugin v0.0.4 - Added stdout and stderr columns and fixed inconsistent local and remote results</title>
            <link>https://steampipe.io/changelog/turbot-exec-plugin-v0-0-4</link>
            <description>_Breaking changes_

- Removed the `output` column in the `exec_command` table. This column has been replaced by the `stdout_output` and `stderr_output` columns. ([#13](https://github.com/turbot/steampipe-plugin-exec/pull/13))

_What&apos;s new?_

- Added `stdout_output` and `stderr_output` columns to the `exec_command` table. ([#13](https://github.com/turbot/steampipe-plugin-exec/pull/13))
- Added `stream` column to the `exec_command_line` table. ([#13](https://github.com/turbot/steampipe-plugin-exec/pull/13))
- Added plugin limiter `exec_global` with `MaxConcurrency` set to 15 in an effort to reduce abuse reports due to large number of concurrent remote connections. ([#13](https://github.com/turbot/steampipe-plugin-exec/pull/13))

_Bug fixes_

- Results from the `exec_command` table should now be consistent when using local and remote connections. ([#13](https://github.com/turbot/steampipe-plugin-exec/pull/13))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.6.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v560-2023-09-27) which adds support for rate limiters. ([#13](https://github.com/turbot/steampipe-plugin-exec/pull/13))
- Recompiled plugin with Go 1.21. ([#13](https://github.com/turbot/steampipe-plugin-exec/pull/13))</description>
            <pubDate>Fri, 29 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-docker-compliance-mod-v0-1-0</guid>
            <title>Docker Compliance mod v0.1 - Added CIS v1.6.0 benchmark</title>
            <link>https://steampipe.io/changelog/turbot-docker-compliance-mod-v0-1-0</link>
            <description>_What&apos;s new?_

- Added CIS v1.6.0 benchmark (`steampipe check docker_compliance.benchmark.cis_v160`). ([#4](https://github.com/turbot/steampipe-mod-docker-compliance/pull/4))</description>
            <pubDate>Fri, 29 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-119-0</guid>
            <title>AWS plugin v0.119.0 - Improved plugin performance on Darwin OS and added configuration_settings column to aws_elastic_beanstalk_environment table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-119-0</link>
            <description>_Enhancements_

- Updated the `Makefile` to build the netgo package only for Darwin systems. ([#1918](https://github.com/turbot/steampipe-plugin-aws/pull/1918))
- Added the `configuration_settings` column to `aws_elastic_beanstalk_environment` table. ([#1916](https://github.com/turbot/steampipe-plugin-aws/pull/1916))

_Bug fixes_

- Fixed the table `aws_dynamodb_backup` to return nil instead of an error when backup does not exist. ([#1914](https://github.com/turbot/steampipe-plugin-aws/pull/1914))</description>
            <pubDate>Fri, 29 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-1</guid>
            <title>Steampipe Plugin SDK v5.6.1 - GRPC endpoint to clear connection cache</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-1</link>
            <description>_What&apos;s new?_
* `SetConnectionCacheOptions`, a new GRPC endpoint to clear connection cache. ([#678](https://github.com/turbot/steampipe-plugin-sdk/issues/678))</description>
            <pubDate>Fri, 29 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-oci-plugin-v0-31-0</guid>
            <title>OCI plugin v0.31.0 - Added column last_successful_login_time to oci_identity_user table</title>
            <link>https://steampipe.io/changelog/turbot-oci-plugin-v0-31-0</link>
            <description>_Enhancements_

- Added the `last_successful_login_time` column to `oci_identity_user` table. ([#547](https://github.com/turbot/steampipe-plugin-oci/pull/547))</description>
            <pubDate>Wed, 27 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-azuread-plugin-v0-13-0</guid>
            <title>Azuread plugin v0.13.0 - Updated azuread_user and azuread_device tables</title>
            <link>https://steampipe.io/changelog/turbot-azuread-plugin-v0-13-0</link>
            <description>_Enhancements_

- Added the `department` column to `azuread_user` table. ([#132](https://github.com/turbot/steampipe-plugin-azuread/pull/132))

_Bug fixes_

- Fixed the `title` column in `azuread_device` and `azuread_user` tables to correctly return data instead of null. ([#134](https://github.com/turbot/steampipe-plugin-azuread/pull/134))</description>
            <pubDate>Wed, 27 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-0</guid>
            <title>Steampipe Plugin SDK v5.6.0 - Add support for rate limiters</title>
            <link>https://steampipe.io/changelog/steampipe-plugin-sdk-5-6-0</link>
            <description>_What&apos;s new?_
* Define [rate and concurrency limits](https://steampipe.io/docs/guides/limiter#concurrency--rate-limiting) for plugin execution. ([#623](https://github.com/turbot/steampipe-plugin-sdk/issues/623))
* [Diagnostics](https://steampipe.io/docs/guides/limiter?#exploring--troubleshooting-with-diagnostic-mode) property added to `_ctx` column, containing information on hydrate calls and rate limiting (enabled by setting env var `STEAMPIPE_DIAGNOSTIC_LEVEL=all`)
* Support for JSONB operators in `List` hydrate functions. ([#594](https://github.com/turbot/steampipe-plugin-sdk/issues/594))
* `Type` property added to `ConnectionConfig` protobuf definition to determine if a connection is an aggregator. ([#590](https://github.com/turbot/steampipe-plugin-sdk/issues/590))
* When plugin startup fails, write a specially formatted string to stdout so plugin manager can parse the output and display a useful message. ([#619](https://github.com/turbot/steampipe-plugin-sdk/issues/619))
* Support for multi-line log entries. ([#612](https://github.com/turbot/steampipe-plugin-sdk/issues/612))
* Added `Equals` function for `QualValue`. ([#646](https://github.com/turbot/steampipe-plugin-sdk/issues/646))</description>
            <pubDate>Wed, 27 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-23-0</guid>
            <title>Kubernetes plugin v0.23.0 - Added kubernetes_pod_template table</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-plugin-v0-23-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [kubernetes_pod_template](https://hub.steampipe.io/plugins/turbot/kubernetes/tables/kubernetes_pod_template) ([#170](https://github.com/turbot/steampipe-plugin-kubernetes/pull/170))</description>
            <pubDate>Tue, 26 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-13-0</guid>
            <title>Kubernetes Compliance mod v0.13 - Added 112 new controls</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-13-0</link>
            <description>_Enhancements_

- Added 112 new controls to the `All Controls` benchmark for the following services: ([#59](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/59))
  - `CronJob`
  - `DaemonSet`
  - `Deployment`
  - `Job`
  - `Pod`
  - `ReplicaSet`
  - `ReplicationController`
  - `StatefulSet`</description>
            <pubDate>Mon, 25 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-jira-plugin-v0-11-0</guid>
            <title>Jira plugin v0.11.0 - Added support for on-premise Jira instances</title>
            <link>https://steampipe.io/changelog/turbot-jira-plugin-v0-11-0</link>
            <description>_What&apos;s new?_

- Added support for querying on-premise Jira instances. This can be done by setting the `personal_access_token` config argument in the `jira.spc` file. ([#86](https://github.com/turbot/steampipe-plugin-jira/pull/86)) (Thanks [@juandspy](https://github.com/juandspy) for the contribution!)</description>
            <pubDate>Thu, 21 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-34-1</guid>
            <title>GitHub plugin v0.34.1 - Fixed caching for repository tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-34-1</link>
            <description>_Bug fixes_

- Empty values will no longer be cached incorrectly for the `github_my_repository`, `github_repository`, and `github_search_repository` tables. ([#340](https://github.com/turbot/steampipe-plugin-github/pull/340))
- Fixed `github_team_repository table` to include support for dynamic GraphQL queries. ([#339](https://github.com/turbot/steampipe-plugin-github/pull/339))</description>
            <pubDate>Thu, 21 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-34-0</guid>
            <title>GitHub plugin v0.34.0 - Optimized GraphQL queries for repository tables</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-34-0</link>
            <description>_What&apos;s new_

- Update `github_my_repository`, `github_repository`, and `github_search_repository` tables to only include requested columns in GraphQL request. This should result in faster queries and large scale queries completing more consistently. ([#338](https://github.com/turbot/steampipe-plugin-github/pull/338))

_Dependencies_

- Recompiled plugin with Go 1.21. ([#338](https://github.com/turbot/steampipe-plugin-github/pull/338))</description>
            <pubDate>Wed, 20 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-github-plugin-v0-33-1</guid>
            <title>GitHub plugin v0.33.1 - Fixes for github_search_repository table</title>
            <link>https://steampipe.io/changelog/turbot-github-plugin-v0-33-1</link>
            <description>_Bug fixes_

- Fixed `github_search_repository` table queries failing when selecting the `has_downloads`, `has_pages`, `hooks`, `network_count`, `subscribers_count`, or `topics` columns. ([#337](https://github.com/turbot/steampipe-plugin-github/pull/337))</description>
            <pubDate>Tue, 19 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-plugin-v0-8-1</guid>
            <title>Terraform plugin v0.8.1 - Improved handling of null values in arguments</title>
            <link>https://steampipe.io/changelog/turbot-terraform-plugin-v0-8-1</link>
            <description>_Bug fixes_

- Fixed the `invalid memory address or nil pointer dereference` errors when querying Terraform configuration or plan or state files that included `null` valued arguments. ([#56](https://github.com/turbot/steampipe-plugin-terraform/pull/56))</description>
            <pubDate>Fri, 15 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-12-0</guid>
            <title>Kubernetes Compliance mod v0.12 - Added 90 new controls</title>
            <link>https://steampipe.io/changelog/turbot-kubernetes-compliance-mod-v0-12-0</link>
            <description>_Enhancements_

- Added 90 new controls to the `All Controls` benchmark for the following services: ([#56](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/56))
  - `CronJob`
  - `DaemonSet`
  - `Deployment`
  - `Job`
  - `Pod`
  - `ReplicaSet`
  - `ReplicationController`
  - `StatefulSet`

_Bug fixes_

- Fixed the `role_with_wildcards_used` control to correctly return data instead of an error. ([#54](https://github.com/turbot/steampipe-mod-kubernetes-compliance/pull/54))</description>
            <pubDate>Fri, 15 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-docker-plugin-v0-9-0</guid>
            <title>Docker plugin v0.9.0 - Fixes for handling missing Dockerfile and Compose files</title>
            <link>https://steampipe.io/changelog/turbot-docker-plugin-v0-9-0</link>
            <description>_Bug fixes_

- Fixed the plugin to return `nil` instead of an `error` when the file/path specified in `dockerfile_paths` or `docker_compose_file_paths` config arguments does not exist. ([#38](https://github.com/turbot/steampipe-plugin-docker/pull/38))</description>
            <pubDate>Fri, 15 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-80-0</guid>
            <title>AWS Compliance mod v0.80 - Added missing resource column in Glue queries</title>
            <link>https://steampipe.io/changelog/turbot-aws-compliance-mod-v0-80-0</link>
            <description>_Bug fixes_

- Added the missing `resource` column in the queries of `glue_data_catalog_encryption_settings_metadata_encryption_enabled` and `glue_data_catalog_encryption_settings_password_encryption_enabled` controls. ([#715](https://github.com/turbot/steampipe-mod-aws-compliance/pull/715))</description>
            <pubDate>Fri, 15 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-12-0</guid>
            <title>Guardrails plugin v0.12.0 - Added columns to guardrails_notification and guardrails_resource tables</title>
            <link>https://steampipe.io/changelog/turbot-guardrails-plugin-v0-12-0</link>
            <description>_Enhancements_

- Added the `resource_object` and `object` columns to `guardrails_notification` and `guardrails_resource` tables respectively. ([#7](https://github.com/turbot/steampipe-plugin-guardrails/pull/7))</description>
            <pubDate>Thu, 14 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-csv-plugin-v0-10-0</guid>
            <title>CSV plugin v0.10.0 - Added missing S3 go-getter examples in docs</title>
            <link>https://steampipe.io/changelog/turbot-csv-plugin-v0-10-0</link>
            <description>_Bug fixes_

- Added the missing [S3 go-getter](https://hub.steampipe.io/plugins/turbot/csv#configuring-s3-urls) examples in the `docs/index.md` file.</description>
            <pubDate>Thu, 14 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-aws-plugin-v0-118-1</guid>
            <title>AWS plugin v0.118.1 - Fixed capacity_reservation_specification column data type in aws_ec2_instance table</title>
            <link>https://steampipe.io/changelog/turbot-aws-plugin-v0-118-1</link>
            <description>_Bug fixes_

- Fixed the data type of `capacity_reservation_specification` column of `aws_ec2_instance` table to be of `JSON` type instead of `STRING`. ([#1903](https://github.com/turbot/steampipe-plugin-aws/pull/1903))</description>
            <pubDate>Thu, 14 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-gcp-compliance-mod-v0-8-0</guid>
            <title>Terraform GCP Compliance mod v0.8 - Added new IAM control</title>
            <link>https://steampipe.io/changelog/turbot-terraform-gcp-compliance-mod-v0-8-0</link>
            <description>_Enhancements_

- Added the `iam_workload_identity_restricted` control to the `IAM` benchmark. ([#38](https://github.com/turbot/steampipe-mod-terraform-gcp-compliance/pull/38))</description>
            <pubDate>Wed, 13 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-19-0</guid>
            <title>Terraform AWS Compliance mod v0.19 - Updates for DMS and VPC controls</title>
            <link>https://steampipe.io/changelog/turbot-terraform-aws-compliance-mod-v0-19-0</link>
            <description>_Breaking changes_

- Removed the `dms_s3_endpoint_encryption_in_transit_enabled` control from the `DMS` benchmark. ([#84](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/84))

_Enhancements_

- Added the `vpc_transfer_server_allows_only_secure_protocols` control to the `VPC` benchmark. ([#84](https://github.com/turbot/steampipe-mod-terraform-aws-compliance/pull/84))</description>
            <pubDate>Wed, 13 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-net-plugin-v0-10-0</guid>
            <title>Net plugin v0.10.0 - Deprecation and addition of columns to the net_certificate table</title>
            <link>https://steampipe.io/changelog/turbot-net-plugin-v0-10-0</link>
            <description>_Deprecations_

- Deprecated `domain` column in `net_certificate` table, which has been replaced by the `address` column. Please note that the `address` column requires a port, e.g., `github.com:443`. This column will be removed in a future version. ([#50](https://github.com/turbot/steampipe-plugin-net/pull/50))

_What&apos;s new?_

- Added `address` column to the `net_certificate` table to allow specifying a port with the domain name. ([#50](https://github.com/turbot/steampipe-plugin-net/pull/50))</description>
            <pubDate>Tue, 12 Sep 2023 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://steampipe.io/changelog/turbot-bitbucket-plugin-v0-6-1</guid>
            <title>Bitbucket plugin v0.6.1 - Added environment usage information to docs</title>
            <link>https://steampipe.io/changelog/turbot-bitbucket-plugin-v0-6-1</link>
            <description>_Bug fixes_

- Updated the `bitbucket.spc` and `index.md` files to include details of `BITBUCKET_USERNAME`, `BITBUCKET_PASSWORD`, and `BITBUCKET_API_BASE_URL` environment variables. ([#77](https://github.com/turbot/steampipe-plugin-bitbucket/pull/77))</description>
            <pubDate>Fri, 08 Sep 2023 09:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>