Skip to content

Commit b27db06

Browse files
authored
misc: update changelog (#510)
Updated the changelog in preparation for release.
1 parent 576125d commit b27db06

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 0.14.0 (2025/Sep/04)
2+
3+
### New features
4+
5+
- **New resource:** `oxide_silo_saml_identity_provider` [#442](https://github.com/oxidecomputer/terraform-provider-oxide/pull/442).
6+
- **New data source:** `oxide_system_ip_pools` [#505](https://github.com/oxidecomputer/terraform-provider-oxide/pull/505).
7+
8+
### Bug fixes
9+
10+
- **`oxide_vpc_firewall_rules`:** Fixed the `Failed to decode resource from state` error when upgrading the provider to v0.13.0. [#501](https://github.com/oxidecomputer/terraform-provider-oxide/pull/501)
11+
- **`oxide_silo`:** The `quotas.cpus` attribute no longer accepts negative values. [#506](https://github.com/oxidecomputer/terraform-provider-oxide/pull/506)
12+
13+
### List of commits
14+
15+
- [576125d](https://github.com/oxidecomputer/terraform-provider-oxide/commit/576125d) misc: update version to prepare for release (#509)
16+
- [7141d6e](https://github.com/oxidecomputer/terraform-provider-oxide/commit/7141d6e) added data_source_system_ip_pools (#505)
17+
- [536e0dd](https://github.com/oxidecomputer/terraform-provider-oxide/commit/536e0dd) silo: do not allow negative cpu quotas (#506)
18+
- [9284379](https://github.com/oxidecomputer/terraform-provider-oxide/commit/9284379) oxide_silo_saml_identity_provider: initial resource (#442)
19+
- [3c960ab](https://github.com/oxidecomputer/terraform-provider-oxide/commit/3c960ab) build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#502)
20+
- [cca0824](https://github.com/oxidecomputer/terraform-provider-oxide/commit/cca0824) docs: add changelog for #501 (#503)
21+
- [6c061de](https://github.com/oxidecomputer/terraform-provider-oxide/commit/6c061de) resource(vpc_firewall_rules): add schema upgrade (#501)
22+
- [185b9f3](https://github.com/oxidecomputer/terraform-provider-oxide/commit/185b9f3) build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#499)
23+
- [e872fb4](https://github.com/oxidecomputer/terraform-provider-oxide/commit/e872fb4) build(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#496)
24+
- [ffc10df](https://github.com/oxidecomputer/terraform-provider-oxide/commit/ffc10df) build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.2 to 1.13.3 (#495)
25+
- [d65a179](https://github.com/oxidecomputer/terraform-provider-oxide/commit/d65a179) tests: support silo tests for arbitrary environments. (#484)
26+
- [0f5b926](https://github.com/oxidecomputer/terraform-provider-oxide/commit/0f5b926) misc: bump to v0.14.0 (#493)
27+
128
# 0.13.0 (2025/Aug/13)
229

330
### Breaking changes

0 commit comments

Comments
 (0)