Skip to content

CB-Spider v0.10.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@powerkimhub powerkimhub released this 10 Feb 02:50
· 83 commits to master since this release

API Changes

  • Added Zone information when registering OpenStack Region data.
    • Before: Region / - (e.g., RegionOne)
    • After: Region / Zone (e.g., RegionOne / com3)
  • Added ListSecurityGroup API for VPC.
  • Added ListAllVPCInfo API series.
  • Improved Meta information retrieval (RegionZone Info, VM Image Info)
  • ※ API Documentation: CB-Spider API v0.10.2)

Features

  • Added support for PERMISSION_BASED_CONTROL_MODE (Further testing planned).
  • Expanded Specific CSP: Added support for GCP TPU resources and Deep Learning VMs (via AnyCallHandler).
  • Completed deep testing and deployment of Zone-based Control:
    • A single Region/Zone connection can now manage all resources within the Region.
    • Example:
      • A connection registered with us-east-2/us-east-2a (default zone) can control resources in us-east-2b (target zone).
    • Resources that support zone specification: Subnet, Disk
    • Resources that require same-zone linkage: Subnet, VM, Disk, MyImage
  • Improved AdminWeb usability and fixed various bugs.

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2