File tree Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Original file line number Diff line number Diff line change
1
+ # 0.9.0 (2025/Apr/23)
2
+
3
+ ### New features
4
+
5
+ - ** New resource:** ` oxide_floating_ip ` [ #427 ] ( https://github.com/oxidecomputer/terraform-provider-oxide/pull/427 ) .
6
+ - ** New data resource:** ` oxide_floating_ip ` [ #427 ] ( https://github.com/oxidecomputer/terraform-provider-oxide/pull/427 ) .
7
+
8
+ ### List of commits
9
+
10
+ - [ 2bd3b33] ( https://github.com/oxidecomputer/terraform-provider-oxide/commit/2bd3b33 ) oxide_floating_ip: initial resource and data source (#427 )
11
+ - [ c54c243] ( https://github.com/oxidecomputer/terraform-provider-oxide/commit/c54c243 ) Bump golang.org/x/net from 0.37.0 to 0.38.0 (#424 )
12
+ - [ 440abcb] ( https://github.com/oxidecomputer/terraform-provider-oxide/commit/440abcb ) Version bump to 0.9.0 (#422 )
13
+
1
14
# 0.8.0 (2025/Apr/15)
2
15
3
16
### New features
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ terraform {
26
26
required_providers {
27
27
oxide = {
28
28
source = "oxidecomputer/oxide"
29
- version = "0.8 .0"
29
+ version = "0.9 .0"
30
30
}
31
31
}
32
32
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ terraform {
29
29
required_providers {
30
30
oxide = {
31
31
source = "oxidecomputer/oxide"
32
- version = "0.8 .0"
32
+ version = "0.9 .0"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
oxide = {
6
6
source = " oxidecomputer/oxide"
7
- version = " 0.8 .0"
7
+ version = " 0.9 .0"
8
8
}
9
9
}
10
10
}
@@ -105,4 +105,4 @@ resource "oxide_instance" "db_instance_2" {
105
105
memory = var. two_gib
106
106
ncpus = 4
107
107
disk_attachments = [oxide_disk . db_disk_2 . id ]
108
- }
108
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
oxide = {
6
6
source = " oxidecomputer/oxide"
7
- version = " 0.8 .0"
7
+ version = " 0.9 .0"
8
8
}
9
9
}
10
10
}
@@ -31,4 +31,4 @@ resource "oxide_disk" "example2" {
31
31
name = " mydisk2"
32
32
size = 1073741824
33
33
source_image_id = element (tolist (data. oxide_images . image_example . global_images [* ]. id ), 0 )
34
- }
34
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
oxide = {
6
6
source = " oxidecomputer/oxide"
7
- version = " 0.8 .0"
7
+ version = " 0.9 .0"
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
oxide = {
6
6
source = " oxidecomputer/oxide"
7
- version = " 0.8 .0"
7
+ version = " 0.9 .0"
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments