Skip to content

Commit ea471da

Browse files
committed
release: prepare 0.17.0 release
1 parent c0fb8e1 commit ea471da

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.17.0]
11+
12+
### Added
13+
14+
- Add support for Terraform GitHub Provider version `5.x`
15+
1016
## [0.16.2]
1117

1218
### Fixed
@@ -78,8 +84,7 @@ This needs migration actions if you already used this module with the `hashicorp
7884
To migrate from a previous version, please ensure that you are using the
7985
`integrations/github` official GitHub Terraform Provider.
8086

81-
82-
``` hcl
87+
```hcl
8388
terraform {
8489
required_version = "~> 1.0"
8590
@@ -96,7 +101,7 @@ Once you've updated the provider, a manual state migration is required to
96101
migrate existing resources to the new provider.
97102
The following command will replace the provider in the state.
98103

99-
``` bash
104+
```bash
100105
terraform state replace-provider registry.terraform.io/hashicorp/github registry.terraform.io/integrations/github
101106
```
102107

@@ -380,7 +385,8 @@ Please review plans and report regressions and issues asap so we can improve doc
380385
- This is the initial release of our GitHub Repository module with support for
381386
creating and managing GitHub Repositories for Organizations.
382387

383-
[unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.2...HEAD
388+
[unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.17.0...HEAD
389+
[0.17.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.2...v0.17.0
384390
[0.16.2]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.1...v0.16.2
385391
[0.16.1]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.0...v0.16.1
386392
[0.16.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.15.0...v0.16.0

0 commit comments

Comments
 (0)