Enhancements:
- Can now specify a custom private IPv4 address for the server.
Bug fixes:
- Specify firewall rule placement when exposing deployed server.
New features:
- More useful help / documentation for auto-generated SSH keys.
New features:
- The driver can now use the new
--ddcloud-mcp-endpointcommand-line argument (environment:MCP_ENDPOINT) to designate a custom end-point URI for the CloudControl API. - The driver will now generate a new SSH keypair if one was not already configured via command-line arguments.
Breaking changes:
- The following command-line arguments have changed to be consistent with their corresponding environment variables:
--ddcloud-useris now--ddcloud-mcp-user--ddcloud-passwordis now--ddcloud-mcp-password--ddcloud-regionis now--ddcloud-mcp-region
New features:
- Enable explicitly specifying the client's public IP address via
--ddcloud-client-public-ip(#7).
New features:
- Add support for using private IP addresses instead of public ones (#6)
Bug fixes:
- Fixed error about missing network domain Id when creating SSH firewall rules (#7).
New features:
- Add support for using private IP addresses instead of public ones (#6)
Breaking changes:
- All environment variables that previously used the prefix
DD_COMPUTE_have been changed to use the prefixMCP_.