Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/hashicorp/t…
Browse files Browse the repository at this point in the history
…erraform-plugin-framework-1.7.0
  • Loading branch information
karencfv authored Apr 4, 2024
2 parents 5927556 + d4eb035 commit 0a20d7f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/0.3.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[[enhancements]]
title = "Documentation"
description = "Clarification about retrieving silo images [#288](https://github.com/oxidecomputer/terraform-provider-oxide/pull/288)"
Empty file added .changelog/0.4.0.toml
Empty file.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ labels: release
- [ ] Make sure the `oxide` SDK dependency is up to date with the latest release.
- [ ] Generate changelog by running `make changelog` and add date of the release to the title.
- [ ] Release the new version draft by running `make tag`.
- [ ] Verify the release is correct on GitHub and make the release live.
- [ ] Verify the release is correct, it's being created from the correct tag on GitHub, and make the release live. Note: Terraform registry will silently fail to publish if the tag is incorrect, and GitHub has a habit of messing up the tag a release is created from on occasion.
- [ ] Verify the release is available on the Terraform provider registry.
- [ ] If this is not a minor patch, create a new branch with the current version
- [ ] Update to upcoming version in [VERSION](https://github.com/oxidecomputer/terraform-provider-oxide/blob/main/VERSION), [internal/provider/version.go](https://github.com/oxidecomputer/terraform-provider-oxide/blob/main/oxide/version.go), and
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 0.3.0 (2024/Apr/3)

### Enhancements

- **Documentation:** Clarification about retrieving silo images [#288](https://github.com/oxidecomputer/terraform-provider-oxide/pull/288)

### List of commits

- [be49e35](https://github.com/oxidecomputer/terraform-provider-oxide/commit/be49e35) Update Go SDK to v0.1.0-beta4 (#300)
- [afcbd16](https://github.com/oxidecomputer/terraform-provider-oxide/commit/afcbd16) Update to Go SDK f488d8e875 (#299)
- [d7a016c](https://github.com/oxidecomputer/terraform-provider-oxide/commit/d7a016c) Update versions in docs to reflect upcoming release (#297)
- [765a156](https://github.com/oxidecomputer/terraform-provider-oxide/commit/765a156) Bump github.com/hashicorp/terraform-plugin-go from 0.22.0 to 0.22.1 (#294)
- [a849db1](https://github.com/oxidecomputer/terraform-provider-oxide/commit/a849db1) Bump github.com/hashicorp/terraform-plugin-testing from 1.6.0 to 1.7.0 (#293)
- [5830ffd](https://github.com/oxidecomputer/terraform-provider-oxide/commit/5830ffd) Bump github.com/hashicorp/terraform-plugin-framework from 1.6.0 to 1.6.1 (#292)
- [5f77675](https://github.com/oxidecomputer/terraform-provider-oxide/commit/5f77675) Update terraform framework and plugin dependencies (#291)
- [c52063a](https://github.com/oxidecomputer/terraform-provider-oxide/commit/c52063a) Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#289)
- [786ff95](https://github.com/oxidecomputer/terraform-provider-oxide/commit/786ff95) Include documentation about retrieving silo images (#288)
- [2e31c95](https://github.com/oxidecomputer/terraform-provider-oxide/commit/2e31c95) Small internal linter fix to instance resource (#287)
- [ceaa457](https://github.com/oxidecomputer/terraform-provider-oxide/commit/ceaa457) Fix ssh_public_keys docs (#286)
- [643ac53](https://github.com/oxidecomputer/terraform-provider-oxide/commit/643ac53) Run acceptance tests as part of CI in releases (#285)
- [ef5502f](https://github.com/oxidecomputer/terraform-provider-oxide/commit/ef5502f) Update to Go SDK 043c873 (#283)
- [fa365ab](https://github.com/oxidecomputer/terraform-provider-oxide/commit/fa365ab) Bump version and add tag make target (#278)
- [cde8700](https://github.com/oxidecomputer/terraform-provider-oxide/commit/cde8700) Fix changelog (#277)

# 0.2.0 (2024/Feb/13)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-dev
0.4.0-dev
2 changes: 1 addition & 1 deletion internal/provider/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ package provider
// TODO: Make sure this variable is updated every time a new version is released

// Version contains the current terraform provider version.
const Version = "0.3.0"
const Version = "0.4.0"

0 comments on commit 0a20d7f

Please sign in to comment.