From 8e010e41a7968dcf5d6feca1adfa71c22292c6ce Mon Sep 17 00:00:00 2001 From: karencfv Date: Thu, 3 Oct 2024 11:55:26 +1300 Subject: [PATCH] Generate changelog --- .changelog/0.5.0.toml | 12 ++---------- .github/workflows/acceptance.yml | 8 +++++--- CHANGELOG.md | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/.changelog/0.5.0.toml b/.changelog/0.5.0.toml index 7b7b3b6..4394e6a 100644 --- a/.changelog/0.5.0.toml +++ b/.changelog/0.5.0.toml @@ -1,7 +1,3 @@ -[[breaking]] -title = "" -description = "" - [[features]] title = "New resource" description = "`oxide_ip_pool_silo_link` [#345](https://github.com/oxidecomputer/terraform-provider-oxide/pull/345)." @@ -15,9 +11,5 @@ title = "New instance attribute" description = "It is now possible to specify a boot disk by setting `boot_disk_id` [#352](https://github.com/oxidecomputer/terraform-provider-oxide/pull/352)." [[enhancements]] -title = "" -description = "" - -[[bugs]] -title = "" -description = "" \ No newline at end of file +title = "Instance resource" +description = "Disk attachments no longer require resource replacement [#352](https://github.com/oxidecomputer/terraform-provider-oxide/pull/352)." diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index e5293dc..a50b81c 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -1,7 +1,9 @@ name: acceptance -on: - release: - types: [published, unpublished, edited] +# Temporarily halt as this release hasn't been deployed +# Testing has been done manually +# on: +# release: +# types: [published, unpublished, edited] jobs: acceptance: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f7d53..5b01b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 0.5.0 (2024/Oct/3) + +### New features + +- **New resource:** `oxide_ip_pool_silo_link` [#345](https://github.com/oxidecomputer/terraform-provider-oxide/pull/345). +- **New datasource:** `oxide_silo` [#347](https://github.com/oxidecomputer/terraform-provider-oxide/pull/347). +- **New instance attribute:** It is now possible to specify a boot disk by setting `boot_disk_id` [#352](https://github.com/oxidecomputer/terraform-provider-oxide/pull/352). + +### Enhancements + +- **Instance resource:** Disk attachments no longer require resource replacement [#352](https://github.com/oxidecomputer/terraform-provider-oxide/pull/352). + +### List of commits + +- [5f90026](https://github.com/oxidecomputer/terraform-provider-oxide/commit/5f90026) Docs version bump (#355) +- [d85888a](https://github.com/oxidecomputer/terraform-provider-oxide/commit/d85888a) Refine instance update (#353) +- [10ab870](https://github.com/oxidecomputer/terraform-provider-oxide/commit/10ab870) `oxide_instance` boot disk implementation (#352) +- [b323c37](https://github.com/oxidecomputer/terraform-provider-oxide/commit/b323c37) Silo datasource (#347) +- [3e4303a](https://github.com/oxidecomputer/terraform-provider-oxide/commit/3e4303a) Update to Go SDK 7b8deef (#348) +- [8e5e448](https://github.com/oxidecomputer/terraform-provider-oxide/commit/8e5e448) `oxide_ip_pool_silo_link` resource (#345) +- [800bdb8](https://github.com/oxidecomputer/terraform-provider-oxide/commit/800bdb8) Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#324) +- [7067777](https://github.com/oxidecomputer/terraform-provider-oxide/commit/7067777) Update goreleaser version to 2 (#343) +- [f5932a7](https://github.com/oxidecomputer/terraform-provider-oxide/commit/f5932a7) Bump version to 0.5.0 (#342) + # 0.4.0 (2024/Sep/3) ### Breaking changes