There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.
Dependencies
- Recompiled plugin with Go version
1.22
. (#622) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#622)
- New tables added
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) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#614) - Added the
version
flag to the plugin's Export tool. (#65)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.0 that adds support for connection key columns. (#606)
- Recompiled plugin with github.com/hashicorp/go-getter v1.7.4. (#611)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Added the
snapshot_time
andsnapshot_type
columns tooci_file_storage_snapshot
table. (#592) - Added the
kms_key_version_id
,vault_id
,sid_prefix
andis_cdb
columns tooci_database_db
table. (#591)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter. (#575)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#575)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#575)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.8.0 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. (#574)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#553)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#549)
- Recompiled plugin with Go version
1.21
. (#549)
Enhancements
- Added the
last_successful_login_time
column tooci_identity_user
table. (#547)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.1. (#542)
Bug fixes
- Fixed the
index out of range
error while queryingoci_database_autonomous_database
,oci_events_rule
andoci_identity_tag_default
tables, when theregions
config arg is not set in theoci.spc
file. (#537)
Enhancements
- Added example queries in the
oci_nosql_table
table doc for counting the number of child tables of a parent table. (#535)
Bug fixes
- Fixed the validation of the
regions
argument in the configuration file to generate an error in case an unsupported or an invalid region is provided. (#534)
What's new?
- New tables added
Enhancements
- Updated the `docs/index.md`` file to include multi-tenant configuration examples. (#531)
What's new?
- New tables added
- oci_devops_project (#523) (Thanks lucasjellema for the contribution!)
- oci_devops_repository (#522)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#520)
What's new?
- New tables added: (Thanks @scotti-fletcher for the contribution!)
- oci_adm_knowledge_base (#509)
- oci_adm_vulnerability_audit (#509)
- oci_application_migration_migration (#510)
- oci_application_migration_source (#510)
- oci_autoscaling_auto_scaling_policy (#513)
- oci_bds_bds_instance (#514)
- oci_certificate_authority_bundle (#516)
- oci_certificate_management_association (#516)
- oci_certificate_management_ca_bundle (#516)
- oci_certificate_management_certificate (#516)
- oci_certificate_management_certificate_authority (#516)
- oci_certificate_management_certificate_authority_version (#516)
- oci_certificate_management_certificate_version (#516)
Bug fixes
- Fixed
oci_identity_policy
andoci_identity_availability_domain
tables to return data for all compartments instead of onlyroot
compartment. (#505) (#512)
What's new?
- New tables added: (Thanks @scotti-fletcher for the contribution!)
- oci_ai_anomaly_detection_ai_private_endpoint (#508)
- oci_ai_anomaly_detection_data_asset (#508)
- oci_ai_anomaly_detection_model (#508)
- oci_ai_anomaly_detection_project (#508)
- oci_artifacts_container_image_signature (#511)
- oci_artifacts_container_image (#511)
- oci_artifacts_container_repository (#511)
- oci_artifacts_generic_artifact (#511)
- oci_artifacts_repository (#511)
- oci_network_firewall_firewall (#507)
- oci_network_firewall_policy (#507)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.4.1 which fixes increased plugin initialization time due to multiple connections causing the schema to be loaded repeatedly. (#503)
Enhancements
- Added column
tenant_name
across all the tables. (#495)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.3.0 which adds go-getter support to dynamic tables. (#496)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.2.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#492)
What's new?
- New tables added
- oci_bastion_bastion (#476) (Thanks @scotti-fletcher for the contribution!)
- oci_bastion_session (#476) (Thanks @scotti-fletcher for the contribution!)
- oci_queue_queue (#481) (Thanks @lucasjellema for the contribution!)
Enhancements
- Added columns
cpu_core_count
andmemory_size_in_gbs
tooci_mysql_db_system
table. (#483) (Thanks @scotti-fletcher for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.12 which fixes the query caching functionality. (#477)
What's new?
- New tables added
Enhancements
- Added columns
kms_key_id
,kms_key_version_id
andvault_id
tooci_database_autonomous_database
table. (#469)
Bug fixes
- Fixed the
exports
column inoci_file_storage_file_system
to correctly return data instead ofnull
when anid
is passed in thewhere
clause. (#466)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.11 which fixes the issue of non-caching of all the columns of the queried table. (#474)
Enhancements
- Added column
exports
to theoci_file_storage_file_system
table. (#450) - Added an example query in the
oci_identity_compartment
table that lists out the full path of OCI compartments. (#428) (Thanks @AnykeyNL for the contribution!)
Dependencies
- Recompiled plugin with oci-go-sdk v65.28.0. (#433) (Thanks @scotti-fletcher for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.8 which increases the default open file limit. (#426)
Bug fixes
- Fixed
delivery_policy
column not returning data inoci_ons_subscription
table when specifying theid
column. (#370)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.6 which includes several caching and memory management improvements. (#422)
- Recompiled plugin with Go version
1.19
. (#422)
Breaking changes
- Fixed the typo in the table name to use
oci_database_autonomous_db_metric_storage_utilization
instead ofoci_database_autonomous_dd_metric_storage_utilization
. (#417)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v3.3.2 which includes several caching fixes. (#418)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.1. (#412)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#407)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#401)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#400)
What's new?
- Added optional config arguments
max_error_retry_attempts
andmin_error_retry_delay
to allow customization of the error retry timings. For more information please see OCI plugin configuration. (#397)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Added column
ipv6_cidr_blocks
to theoci_core_vcn
table (#390)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v2.1.1 (#377)
Enhancements
- Added
volume_backup_policy_id
andvolume_backup_policy_assignment_id
columns tooci_core_boot_volume
table (#371) - Added
volume_backup_policy_id
andvolume_backup_policy_assignment_id
columns tooci_core_volume
table (#371)
Bug fixes
- Fixed the
oci_kms_key
table to list keys from different compartments instead of fetching keys from only the vault's compartment (#365) - The following tables have been renamed to shorten their names to avoid hitting a PostgreSQL identifier character limit that would prevent proper schema generation. Any scripts or workflows that use should be updated to use the updated names. (#364)
oci_database_autonomous_database_metric_cpu_utilization
renamed tooci_database_autonomous_db_metric_cpu_utilization
oci_database_autonomous_database_metric_cpu_utilization_daily
renamed tooci_database_autonomous_db_metric_cpu_utilization_daily
oci_database_autonomous_database_metric_cpu_utilization_hourly
renamed tooci_database_autonomous_db_metric_cpu_utilization_hourly
oci_database_autonomous_database_metric_storage_utilization
renamed tooci_database_autonomous_db_metric_storage_utilization
oci_database_autonomous_database_metric_storage_utilization_daily
renamed tooci_database_autonomous_db_metric_storage_utilization_daily
oci_database_autonomous_database_metric_storage_utilization_hourly
renamed tooci_database_autonomous_db_metric_storage_utilization_hourly
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v2.0.3 (#354)
Bug fixes
- Fixed the lower limit in the
oci_dns_rrset
table (#357) - Updated the column type of
time_created
column toTIMESTAMP
inoci_objectstorage_bucket
table (#348)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.8.3 (#339)
Bug fixes
- Fixed the Cloud Guard tables to correctly return the result instead of an empty table (#335)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#331)
- Recompiled plugin with Go version 1.17 (#332)
Bug fixes
oci_apigateway_api
table will now return data available in each region configured in the plugin config (oci.spc) file (#328)oci_logging_log_group
table will no longer returnInvalidParameter
error in get call (#327)oci_core_nat_gateway
table will no longer return400
or404
error in get call (#327)
Enhancements
- Updated: Add additional optional key quals, filter support, and context cancellation handling and improve hydrate with cache functionality across all the tables (#306) (#317)
- Updated: Add
title
column inoci_ons_subscription
table (#313)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.5.1 (#309)
What's new?
- Added support for the region
sa-vinhedo-1
across all the tables (#302)
What's new?
- New tables added
Enhancements
- Updated:
oci_core_instance
table now includesshape_config_max_vnic_attachments
,shape_config_memory_in_gbs
,shape_config_networking_bandwidth_in_gbps
,shape_config_ocpus
,shape_config_baseline_ocpu_utilization
,shape_config_gpus
,shape_config_local_disks
,shape_config_local_disks_total_size_in_gbs
columns (#294)
Bug fixes
- Fixed:
oci_core_image
table no longer includes duplicate data and now only lists platform (standard) images (#275)
What's new?
- New tables added
Bug fixes
- Fixed: Restrict get API calls to the root compartment and one zone per region in several core and file storage tables (#264)
What's new?
- New tables added
- oci_core_boot_volume_replica (#236)
- oci_core_load_balancer (#241)
- oci_database_autonomous_database_metric_cpu_utilization (#254)
- oci_database_autonomous_database_metric_cpu_utilization_daily (#254)
- oci_database_autonomous_database_metric_storage_utilization (#254)
- oci_database_autonomous_database_metric_storage_utilization_daily (#254)
- oci_mysql_db_system_metric_connections (#254)
- oci_mysql_db_system_metric_connections_daily (#254)
- oci_mysql_db_system_metric_cpu_utilization (#254)
- oci_mysql_db_system_metric_cpu_utilization_daily (#254)
- oci_mysql_db_system_metric_memory_utilization (#254)
- oci_mysql_db_system_metric_memory_utilization_daily (#254)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.4.1 (#256)
- Updated: Add integration test for
oci_core_instance
table (#261)
Bug fixes
- Fixed: Cache keys for monitoring service and identity service regional connection information are now correct (#259)
- Fixed: Rename
table_core_volume_backup.go
totable_oci_core_volume_backup.go
(#245)
What's new?
- New tables added
- oci_core_block_volume_replica (#202)
- oci_core_boot_volume (#208)
- oci_core_boot_volume_attachment (#223)
- oci_core_boot_volume_metric_read_ops (#204)
- oci_core_boot_volume_metric_read_ops_daily (#204)
- oci_core_boot_volume_metric_read_ops_hourly (#204)
- oci_core_boot_volume_metric_write_ops (#204)
- oci_core_boot_volume_metric_write_ops_daily (#204)
- oci_core_boot_volume_metric_write_ops_hourly (#204)
- oci_core_instance_metric_cpu_utilization (#204)
- oci_core_instance_metric_cpu_utilization_daily (#204)
- oci_core_instance_metric_cpu_utilization_hourly (#204)
- oci_core_network_load_balancer (#224)
- oci_core_volume_attachment (#207)
- oci_identity_availability_domain (#210)
- oci_mysql_backup (#170)
- oci_nosql_table_metric_read_throttle_count (#204)
- oci_nosql_table_metric_read_throttle_count_daily (#204)
- oci_nosql_table_metric_read_throttle_count_hourly (#204)
- oci_nosql_table_metric_storage_utilization (#204)
- oci_nosql_table_metric_storage_utilization_daily (#204)
- oci_nosql_table_metric_storage_utilization_hourly (#204)
- oci_nosql_table_metric_write_throttle_count (#204)
- oci_nosql_table_metric_write_throttle_count_daily (#204)
- oci_nosql_table_metric_write_throttle_count_hourly (#204)
Enhancements
- Updated: Add column
region
to all metric tables (#240) - Updated: Add column
region
tooci_mysql_db_system
table (#235)
Bug fixes
- Fixed: Network load balancer service connection no longer fails due to undeclared tenant ID (#232)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.3.1 (#196)
- Updated: oci-go-sdk to v44 (#206)
- Updated: Add column
object_lifecycle_policy
tooci_objectstorage_bucket
table (#187) - Updated: Minor cleanup in docs/index.md (#173)
Enhancements
- Updated: Improved example queries in
oci_kms_key_version
table doc (#155)
Bug fixes
- Fixed: Compartments in creating and deleting states should not be retrieved in
oci_multi_region
table (#151) - Fixed: Remove unused
region
column inoci_dns_zone
table (#157) - Fixed: Remove unused
region
column inoci_dns_tsig_key
table (#159)
What's new?
- New tables added
Bug fixes
- Fixed: Example query in
oci_identity_compartment
docs (#134)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v0.2.10
What's new?
- New tables added
What's new?
- Updated plugin license to Apache 2.0 per turbot/steampipe#488
- New tables added
Bug fixes
- Fixed: Columns now hydrate properly in
oci_cloud_guard_detector_recipe
andoci_cloud_guard_responder_recipe
tables (#124)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Updated: README.md and docs/index.md now contain links to our Slack community (#114)
Bug fixes
- Fixed: Remove connection name in
oci_events_rule
table doc example query (#109)
What's new?
- New tables added
What's new?
- New tables added
- oci_core_dhcp_options (#75)
- oci_core_image (#15)
- oci_core_nat_gateway (#45)
- oci_core_security_list (#65)
- oci_core_service_gateway (#49)
- oci_core_subnet (#52)
- oci_events_rule (#79)
- oci_identity_auth_token (#68)
- oci_identity_customer_secret_key (#66)
- oci_identity_dynamic_group (#34)
- oci_ons_notification_topic (#37)
- oci_ons_subscription (#43)
What's new?
- New tables added
What's new?
- New tables added
Bug fixes
- Fixed:
Table definitions & examples
link now points to the correct location (#35)
What's new?
- New tables added