Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Dec 26, 2023
1 parent f0633aa commit 909a703
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "release version: ${release_version}"
- name: generate change log for release
run: |
git-chglog --next-tag "v${{ steps.get_version.outputs.RELEASE_VERSION }}"
git-chglog --next-tag "v${{ steps.get_version.outputs.RELEASE_VERSION }}" > CHANGELOG.md
- name: Add updated changelog
uses: EndBug/add-and-commit@v9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
- name: generate change log for prerelease
if: "!(startsWith(github.ref, 'refs/tags/v'))"
run: |
git-chglog --next-tag "v${{ steps.get_version.outputs.PRERELEASE_VERSION }}"
git-chglog --next-tag "v${{ steps.get_version.outputs.PRERELEASE_VERSION }}" > CHANGELOG.md
- name: goreleaser snapshot
uses: goreleaser/goreleaser-action@v5
if: "!(startsWith(github.ref, 'refs/tags/v'))"
Expand Down
96 changes: 72 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,74 @@
## [1.0.4](https:/taliesins/terraform-provider-hyperv/compare/v1.0.3...v1.0.4) (2022-12-14)



## [1.0.3](https:/taliesins/terraform-provider-hyperv/compare/v1.0.2...v1.0.3) (2021-03-20)


### Bug Fixes

* **static-or-dynamic:** don't default to static, but rather force people to chose static over dynamic. ([da10a53](https:/taliesins/terraform-provider-hyperv/commit/da10a536792f8f3cecba6c988c011eff65866812))
* improve error message to make it obvious what to do when this error occurs ([da23bf6](https:/taliesins/terraform-provider-hyperv/commit/da23bf6c7acde50fbe3bc14b2a7d5a4f0b96f3e1))



## [1.0.2](https:/taliesins/terraform-provider-hyperv/compare/v1.0.1...v1.0.2) (2021-03-09)



## [1.0.1](https:/taliesins/terraform-provider-hyperv/compare/v1.0.0...v1.0.1) (2020-09-23)



# 1.0.0 (2020-09-23)


<a name="v1.1.0-prerelease.0"></a>
## [v1.1.0-prerelease.0](https:/taliesins/terraform-provider-hyperv/compare/v1.0.4...v1.1.0-prerelease.0) (2023-12-26)
### Build
- add semantic release

### Chore
- **deps:** bump golang.org/x/net from 0.7.0 to 0.17.0
- **deps:** bump amannn/action-semantic-pull-request
- **deps:** bump actions/setup-go from 3 to 4
- **deps:** bump actions/cache from 3.2.1 to 3.3.1
- **deps:** bump golang.org/x/net from 0.4.0 to 0.7.0
- **deps:** bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
- **deps:** bump actions/cache from 3.0.11 to 3.2.1

### Feat
- fix build


<a name="v1.0.4"></a>
## [v1.0.4](https:/taliesins/terraform-provider-hyperv/compare/v1.0.3...v1.0.4) (2022-12-14)
### Chore
- **deps:** bump actions/cache from 3.0.8 to 3.0.10
- **deps:** bump github.com/hashicorp/terraform-plugin-sdk/v2
- **deps:** bump github.com/hashicorp/terraform-plugin-sdk/v2
- **deps:** bump hashicorp/setup-terraform from 2.0.2 to 2.0.3
- **deps:** bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0
- **deps:** bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0
- **deps:** bump amannn/action-semantic-pull-request
- **deps:** bump actions/cache from 3.0.10 to 3.0.11
- **deps:** bump actions/cache from 3.0.2 to 3.0.8
- **deps:** bump amannn/action-semantic-pull-request
- **deps:** bump actions/upload-artifact from 2 to 3
- **deps:** bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
- **deps:** bump hashicorp/setup-terraform from 2.0.0 to 2.0.2
- **deps:** bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0
- **deps:** bump github.com/hashicorp/terraform-plugin-docs
- **deps:** bump crazy-max/ghaction-import-gpg from 4.3.0 to 5.1.0
- **deps:** bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0
- **deps:** bump amannn/action-semantic-pull-request
- **deps:** bump amannn/action-semantic-pull-request
- **deps:** bump github.com/jolestar/go-commons-pool/v2
- **deps:** bump hashicorp/setup-terraform from 1.4.0 to 2.0.0
- **release:** v1.0.4


<a name="v1.0.3"></a>
## [v1.0.3](https:/taliesins/terraform-provider-hyperv/compare/v1.0.2...v1.0.3) (2021-03-20)
### Chore
- **release:** v1.0.3

### Fix
- improve error message to make it obvious what to do when this error occurs
- **static-or-dynamic:** use schema to ensure exclusive selection of dynamic or static memory
- **static-or-dynamic:** don't default to static, but rather force people to chose static over dynamic.


<a name="v1.0.2"></a>
## [v1.0.2](https:/taliesins/terraform-provider-hyperv/compare/v1.0.1...v1.0.2) (2021-03-09)
### Chore
- **release:** v1.0.2

### Ci
- do not persist credentials


<a name="v1.0.1"></a>
## [v1.0.1](https:/taliesins/terraform-provider-hyperv/compare/v1.0.0...v1.0.1) (2020-09-23)

<a name="v1.0.0"></a>
## v1.0.0 (2020-09-23)
### Bugfix
- IsValid() -> !IsValid()

0 comments on commit 909a703

Please sign in to comment.