Skip to content

Commit 8225f69

Browse files
authored
release: update changelog (#492)
Updated the changelog for v0.13.0.
1 parent 2b0c107 commit 8225f69

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 0.13.0 (2025/Aug/13)
2+
3+
### Breaking changes
4+
5+
- **`oxide_vpc_firewall_rules`:** Updated the schema for the `protocols` attribute to allow for more control over ICMP traffic. [#474](https://github.com/oxidecomputer/terraform-provider-oxide/pull/474)
6+
7+
### Bug fixes
8+
9+
- **`oxide_instance`:** Fixed a provider crash when applying a configuration with an empty `boot_disk_id` attribute and a non-empty `disk_attachments` attribute. [#471](https://github.com/oxidecomputer/terraform-provider-oxide/pull/471)
10+
11+
### List of commits
12+
13+
- [2b0c107](https://github.com/oxidecomputer/terraform-provider-oxide/commit/2b0c107) release: prepare for v0.13.0 (#491)
14+
- [6d2c71e](https://github.com/oxidecomputer/terraform-provider-oxide/commit/6d2c71e) build(deps): bump actions/checkout from 4 to 5 (#488)
15+
- [78c6e58](https://github.com/oxidecomputer/terraform-provider-oxide/commit/78c6e58) Update codeowners file (#487)
16+
- [0ce2d9c](https://github.com/oxidecomputer/terraform-provider-oxide/commit/0ce2d9c) resource(instance): fix snat external ip compatibility (#486)
17+
- [5f08487](https://github.com/oxidecomputer/terraform-provider-oxide/commit/5f08487) provider: support snat ips in external ips listing (#477)
18+
- [2b7553d](https://github.com/oxidecomputer/terraform-provider-oxide/commit/2b7553d) build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 (#483)
19+
- [eb81321](https://github.com/oxidecomputer/terraform-provider-oxide/commit/eb81321) resource(instance): use floating ip id instead of ip pool id (#478)
20+
- [f2c6d2f](https://github.com/oxidecomputer/terraform-provider-oxide/commit/f2c6d2f) misc: use github team for codeowners (#482)
21+
- [a59b89c](https://github.com/oxidecomputer/terraform-provider-oxide/commit/a59b89c) Initial implementation for switch port settings (#426)
22+
- [4c73ad1](https://github.com/oxidecomputer/terraform-provider-oxide/commit/4c73ad1) resource(vpc_firewall_rules): support new api changes (#474)
23+
- [d42ee28](https://github.com/oxidecomputer/terraform-provider-oxide/commit/d42ee28) resource(instance): fix provider crash when boot_disk_id is empty (#471)
24+
- [d725b5a](https://github.com/oxidecomputer/terraform-provider-oxide/commit/d725b5a) [docs] Improve release checklist (#472)
25+
- [0bfc1e7](https://github.com/oxidecomputer/terraform-provider-oxide/commit/0bfc1e7) misc: bump version to v0.13.0 (#465)
26+
127
# 0.12.0 (2025/Jul/09)
228

329
### Bug fixes

0 commit comments

Comments
 (0)