File tree 4 files changed +7
-4
lines changed
examples/public-repository
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.18.0]
11
+
10
12
### Changed
11
13
12
14
- BREAKING: update to provider ` ~> 4.31 ` for supporting default squash and merge commit titles and messages
@@ -397,7 +399,8 @@ Please review plans and report regressions and issues asap so we can improve doc
397
399
- This is the initial release of our GitHub Repository module with support for
398
400
creating and managing GitHub Repositories for Organizations.
399
401
400
- [ unreleased ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.17.0...HEAD
402
+ [ unreleased ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.18.0...HEAD
403
+ [ 0.18.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.17.0...v0.18.0
401
404
[ 0.17.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.2...v0.17.0
402
405
[ 0.16.2 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.1...v0.16.2
403
406
[ 0.16.1 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.16.0...v0.16.1
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Most basic usage creating a new private github repository.
104
104
``` hcl
105
105
module "repository" {
106
106
source = "mineiros-io/repository/github"
107
- version = "~> 0.16 .0"
107
+ version = "~> 0.18 .0"
108
108
109
109
name = "terraform-github-repository"
110
110
license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ section {
110
110
```hcl
111
111
module "repository" {
112
112
source = "mineiros-io/repository/github"
113
- version = "~> 0.16 .0"
113
+ version = "~> 0.18 .0"
114
114
115
115
name = "terraform-github-repository"
116
116
license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ branch protection.
15
15
``` hcl
16
16
module "repository" {
17
17
source = "mineiros-io/repository/github"
18
- version = "~> 0.13 .0"
18
+ version = "~> 0.18 .0"
19
19
20
20
module_depends_on = [
21
21
github_team.team
You can’t perform that action at this time.
0 commit comments