@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ### Changed
10
+ ## [ 0.9.0]
11
+
12
+ ### Added
11
13
12
- - Update build tools, GitHub Actions and pre-commit hooks from template
14
+ - Add support for Terraform GitHub Provider version ` 5.x `
13
15
14
16
## [ 0.8.0]
15
17
@@ -34,8 +36,7 @@ This needs migration actions if you already used this module with the `hashicorp
34
36
To migrate from a previous version, please ensure that you are using the
35
37
` integrations/github ` official GitHub Terraform Provider.
36
38
37
-
38
- ``` hcl
39
+ ``` hcl
39
40
terraform {
40
41
required_version = "~> 1.0"
41
42
@@ -52,7 +53,7 @@ Once you've updated the provider, a manual state migration is required to
52
53
migrate existing resources to the new provider.
53
54
The following command will replace the provider in the state.
54
55
55
- ``` bash
56
+ ``` bash
56
57
terraform state replace-provider registry.terraform.io/hashicorp/github registry.terraform.io/integrations/github
57
58
```
58
59
@@ -172,7 +173,8 @@ After you've migrated the state, please run
172
173
- This is the initial release of our terraform-github-team module that supports
173
174
Team, Nested Team, Memberships, Team Repositories.
174
175
175
- [ unreleased ] : https://github.com/mineiros-io/terraform-github-team/compare/v0.8.0...HEAD
176
+ [ unreleased ] : https://github.com/mineiros-io/terraform-github-team/compare/v0.9.0...HEAD
177
+ [ 0.9.0 ] : https://github.com/mineiros-io/terraform-github-team/compare/v0.8.0...v0.9.0
176
178
[ 0.8.0 ] : https://github.com/mineiros-io/terraform-github-team/compare/v0.7.0...v0.8.0
177
179
[ 0.7.0 ] : https://github.com/mineiros-io/terraform-github-team/compare/v0.6.0...v0.7.0
178
180
[ 0.6.0 ] : https://github.com/mineiros-io/terraform-github-team/compare/v0.5.2...v0.6.0
0 commit comments