Alibaba Cloud plugin v1.6.0 - Added support for ap-southeast-8 region

Sep 11, 2026steampipe

Enhancements

  • Added support for the new ap-southeast-8 (Malaysia, Johor) region. (#564) (Thanks @ahlfors for the contribution!)

Bug fixes

  • Fixed the redundancy_type, tags, and tags_src columns in the alicloud_oss_bucket table to return data instead of null. (#565) (Thanks @ahlfors for the contribution!)

Dependencies

  • Recompiled plugin with Go version 1.26. (#552)
  • Recompiled plugin with steampipe-plugin-sdk v6.1.0 that fixes a data race on connection config between the SDK's connection-update goroutine and plugin worker goroutines.