Skip to content

Releases: rackerlabs/terraform-provider-spot

v0.0.5

10 Apr 17:46
ce80698
Compare
Choose a tag to compare

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

03 Apr 08:50
608f128
Compare
Choose a tag to compare

What's Changed

  • Fixed kubeconfig template structure to make it compatible with kubectl by @MarcPerezPro in #3

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

20 Feb 15:07
e49093f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

01 Feb 20:57
Compare
Choose a tag to compare

No functional changes

v0.0.1

31 Jan 16:49
Compare
Choose a tag to compare

Initial release