File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. This file uses change log convention from [ keep a CHANGELOG] ( http://keepachangelog.com/en/0.3.0/ ) .
4
4
5
+ <a name =" 0.7.0 " ></a >
6
+
7
+ ## [ 0.7.0] ( https://github.com/hadenlabs/terraform-github-repository/compare/0.6.0...0.7.0 )
8
+
9
+ > 2021-02-27
10
+
11
+ ### Features
12
+
13
+ - implement collaborator for repository ([ #34 ] ( https://github.com/hadenlabs/terraform-github-repository/issues/34 ) )
14
+ - implement template settings for repository ([ #39 ] ( https://github.com/hadenlabs/terraform-github-repository/issues/39 ) )
15
+ - change version github to 4.5.0 ([ #38 ] ( https://github.com/hadenlabs/terraform-github-repository/issues/38 ) )
16
+
17
+ ### Features
18
+
19
+ - implement section examples include ([ #38 ] ( https://github.com/hadenlabs/terraform-github-repository/issues/38 ) )
20
+
5
21
<a name =" 0.6.0 " ></a >
6
22
7
23
## [ 0.6.0] ( https://github.com/hadenlabs/terraform-github-repository/compare/0.5.0...0.6.0 )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Full working example can be found in [example](./example) folder.
67
67
68
68
module "main" {
69
69
source = "hadenlabs/repository/github"
70
- version = "0.6 .0"
70
+ version = "0.7 .0"
71
71
72
72
providers = {
73
73
github = github
@@ -92,7 +92,7 @@ Full working example can be found in [example](./example) folder.
92
92
93
93
module "main_with_key" {
94
94
source = "hadenlabs/repository/github"
95
- version = "0.6 .0"
95
+ version = "0.7 .0"
96
96
97
97
providers = {
98
98
github = github
@@ -116,7 +116,7 @@ Full working example can be found in [example](./example) folder.
116
116
117
117
module "main_with_secrets" {
118
118
source = "hadenlabs/repository/github"
119
- version = "0.6 .0"
119
+ version = "0.7 .0"
120
120
121
121
providers = {
122
122
github = github
@@ -137,7 +137,7 @@ Full working example can be found in [example](./example) folder.
137
137
138
138
module "main_with_pages" {
139
139
source = "hadenlabs/repository/github"
140
- version = "0.6 .0"
140
+ version = "0.7 .0"
141
141
142
142
providers = {
143
143
github = github
@@ -171,7 +171,7 @@ Full working example can be found in [example](./example) folder.
171
171
172
172
module "main" {
173
173
source = "hadenlabs/repository/github"
174
- version = "0.6 .0"
174
+ version = "0.7 .0"
175
175
176
176
providers = {
177
177
github = github
@@ -201,7 +201,7 @@ Full working example can be found in [example](./example) folder.
201
201
202
202
module "main" {
203
203
source = "hadenlabs/repository/github"
204
- version = "0.6 .0"
204
+ version = "0.7 .0"
205
205
206
206
providers = {
207
207
github = github
You can’t perform that action at this time.
0 commit comments