Releases: rackerlabs/terraform-provider-spot
Releases · rackerlabs/terraform-provider-spot
v0.0.5
What's Changed
- Kubeconfig with OIDC Context (Token Refresh Mechanism): The provider now supports authenticating with the Spot API using an OIDC-enabled Kubeconfig, including automatic token refresh. This simplifies the authentication process and ensures your access remains valid.
- Dedicated Kubeconfig Data Source: We've introduced a new Kubeconfig data source that can be used with other Terraform providers like helm and kubernetes, making it easier to share the cluster access with other providers. You can find a guide on how to use this new data source here.
- New Data Sources: CloudSpace and SpotNodePool: The provider now includes data sources for CloudSpace and SpotNodePool, which allow you to retrieve detailed information about your server allocations and bid status.
- Spot Authentication Token in Provider Configuration: You can now provide the Spot authentication token directly in the provider configuration, making it more convenient to authenticate with the Spot API.
- Import Existing CloudSpace: The provider now supports importing existing CloudSpaces using the terraform import command, allowing you to bring your existing Spot infrastructure under Terraform management.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Fixed kubeconfig template structure to make it compatible with
kubectl
by @MarcPerezPro in #3
New Contributors
- @MarcPerezPro made their first contribution in #3
Full Changelog: v0.0.3...v0.0.4