Deprecated
- Update the deprecation messages in
docs/index.md
andREADME
files.
Deprecated
- This plugin has been deprecated and replaced by Turbot Pipes. This was part of our renaming of Steampipe Cloud to Turbot Pipes.
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#37)
What's new?
- New tables added
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#33)
What's new?
- New tables added
Enhancements
- Added column
expires_at
tosteampipecloud_workspace_snapshot
table. (#29)
What's new?
- New tables added
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.8 which increases the default open file limit. (#28)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#25)
- Recompiled plugin with Go version
1.19
. (#25)
Breaking changes
- Removed column
email
fromsteampipecloud_organization_member
table. (#24) - Removed column
email
fromsteampipecloud_organization_workspace_member
table. (#24) - Removed column
email
fromsteampipecloud_user
table. (#24) - Renamed column
workspace_state
tostate
insteampipecloud_workspace
table. (#24) - Renamed column
mod_constraint
toconstraint
insteampipecloud_workspace_mod
table. (#24) - Renamed column
created_by_handle
tocreated_by_id
to store the identifier of the person who created the setting for the variable insteampipecloud_workspace_mod_variable
table. (#24) - Renamed column
updated_by_handle
toupdated_by_id
to store the identifier of the person who last updated the setting for the variable insteampipecloud_workspace_mod_variable
table. (#24)
What's new?
- New tables added
Enhancements
- Added
process_id
column tosteampipecloud_audit_log
table. (#24) - Added
created_by_id
,created_by
,updated_by_id
,updated_by
columns tosteampipecloud_connection
table. (#24) - Added
created_by_id
,updated_by_id
columns tosteampipecloud_organization
table. (#24) - Updated columns
created_by
,updated_by
to store additional information about the user who created or updated the organization insteampipecloud_organization
table. (#24) - Added
created_by_id
,scope
,updated_by_id
,user
columns tosteampipecloud_organization_member
table. (#24) - Updated columns
created_by
,updated_by
to store additional information about the user who created or updated the organization member insteampipecloud_organization_member
table. (#24) - Added
created_by_id
,updated_by_id
,user
columns tosteampipecloud_organization_workspace_member
table. (#24) - Updated columns
created_by
,updated_by
to store additional information about the user who created or updated the organization workspace member insteampipecloud_organization_workspace_member
table. (#24) - Added
api_version
,cli_version
,created_by_id
,host
,updated_by_id
columns tosteampipecloud_workspace
table. (#24) - Updated columns
created_by
,updated_by
to store additional information about the user who created or updated the organization workspace member insteampipecloud_workspace
table. (#24) - Added
connection_handle
,connection
,created_by_id
,created_by
,identity_handle
,identity_type
,updated_by_id
,updated_by
,workspace_handle
columns tosteampipecloud_workspace_connection
table. (#24) - Added
created_by_id
,created_by
,identity_handle
,updated_by_id
,updated_by
,version_id
,workspace_handle
columns tosteampipecloud_workspace_mod
table. (#24) - Added
version_id
column tosteampipecloud_workspace_mod_variable
table. (#24)
Dependencies
- Recompiled plugin with steampipe-cloud-sdk-go v0.1.3. (#24)
What's new?
- New tables added
Enhancements
- Added
created_by
andupdated_by
columns to thesteampipecloud_organization
table. (#19) - Added
created_by
,org_handle
, andupdated_by
columns to thesteampipecloud_organization_member
table. (#19) - Added
created_by
,updated_by
, andversion_id
columns to thesteampipecloud_workspace
table. (#19) - Added
GetConfig
tosteampipecloud_organization
andsteampipecloud_organization_member
tables. (#19)
Dependencies
- Recompiled plugin with steampipe-cloud-sdk-go v0.1.2. (#19)
What's new?
- New tables added
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#12)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#11)
What's new?