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 @@ -103,7 +103,7 @@ Most basic usage creating a new private github repository.
103
103
``` hcl
104
104
module "repository" {
105
105
source = "mineiros-io/repository/github"
106
- version = "~> 0.16 .0"
106
+ version = "~> 0.18 .0"
107
107
108
108
name = "terraform-github-repository"
109
109
license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ section {
109
109
```hcl
110
110
module "repository" {
111
111
source = "mineiros-io/repository/github"
112
- version = "~> 0.16 .0"
112
+ version = "~> 0.18 .0"
113
113
114
114
name = "terraform-github-repository"
115
115
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