Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 676 Bytes

File metadata and controls

11 lines (9 loc) · 676 Bytes

Changelog

Unreleased

  • AWS_REGION ignored for boto compatibility; use AWS_DEFAULT_REGION or INSPECT_EC2_SANDBOX_REGION
  • custom Ec2InstanceProvider must drop the region parameter from find_sandbox_instances().
  • Ec2SandboxEnvironmentConfig.from_settings() no longer accepts a session argument (use Ec2SandboxEnvironment.set_session()).
  • Custom Ec2InstanceProviders are now resolved regardless of entry-point import order.
  • Interrupted samples (Ctrl-C, failed setup script) no longer leak EC2 instances.
  • Failed instance creation (cloud-init / SSM timeout) no longer leaks the instance.
  • remove --fail-with-body from curl to support older versions