v0.2.0
Breaking changes
oxide_instance
resource: Thename
field inexternal_ips
for theoxide_instance
resource has been replaced withid
. This ensures correctness, and helps avoid unintenional drift if the IP pool's name were to change outside the scope of terraform. #263oxide_instance
resource: A new optionalssh_keys
field has been added to theoxide_instance
resource. It is an allowlist of IDs of the saved SSH public keys to be transferred to the instance via cloud-init during instance creation. Saved SSH keys will no longer be automatically added to the instances #269
New features
- New data source:
oxide_ip_pool
#263
List of commits
- 79d8a04 Update to Go SDK v0.1.0-beta3 (#274)
- b28a6b7 Update to oxide.go 428a544 (#273)
- 35a5757 Select SSH keys to be added to instance on create (#269)
- 8382a9e Smalll tweaks to release template (#272)
- 7c2edfa Update examples (#271)
- 532ac0a Refactor acceptance tests (#270)
- 2fc402d Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#268)
- 70d0b60 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 (#266)
- 8f26ee5 Small template fixes (#265)
- 8c11e5d New IP pool datasrouce and update IP pools to match API (#263)
- c2d5108 Bump actions/cache from 3 to 4 (#262)
- 86c03ed Update Go SDK to 172bbb155e83 (#261)
- ebb36e6 Bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 (#260)
- d085704 Rename changelog file to the correct version (#259)
- bd05f22 Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#258)
- 85109d8 [docs] Fix to match the new image resource schema (#253)
- befd412 Update to Go 1.21 (#251)
- e086706 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#249)
- 61452b5 Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#248)
- bceaa69 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 (#246)
- 1480d63 [github] Feature request issue template (#245)
- 798e679 [github] Fix issue template yaml (#244)
- 56f131d [github] Rename bug template (#243)
- 8e4b88b [github] Use the correct file extension for template (#242)
- 8279f52 [github] Issue templates (#241)
- ef79a39 Update files to upcoming version (#239)
- fdedb88 Add changelog (#238)