@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.17.0]
11
+
12
+ ### Added
13
+
14
+ - Add support for Terraform GitHub Provider version ` 5.x `
15
+
10
16
## [ 0.16.2]
11
17
12
18
### Fixed
@@ -78,8 +84,7 @@ This needs migration actions if you already used this module with the `hashicorp
78
84
To migrate from a previous version, please ensure that you are using the
79
85
` integrations/github ` official GitHub Terraform Provider.
80
86
81
-
82
- ``` hcl
87
+ ``` hcl
83
88
terraform {
84
89
required_version = "~> 1.0"
85
90
@@ -96,7 +101,7 @@ Once you've updated the provider, a manual state migration is required to
96
101
migrate existing resources to the new provider.
97
102
The following command will replace the provider in the state.
98
103
99
- ``` bash
104
+ ``` bash
100
105
terraform state replace-provider registry.terraform.io/hashicorp/github registry.terraform.io/integrations/github
101
106
```
102
107
@@ -380,7 +385,8 @@ Please review plans and report regressions and issues asap so we can improve doc
380
385
- This is the initial release of our GitHub Repository module with support for
381
386
creating and managing GitHub Repositories for Organizations.
382
387
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
384
390
[ 0.16.2 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.1...v0.16.2
385
391
[ 0.16.1 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.0...v0.16.1
386
392
[ 0.16.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.15.0...v0.16.0
0 commit comments