You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 4.2.0 (Unreleased)
2
+
3
+
ENHANCEMENTS:
4
+
5
+
- Add `allowDeletions` and `allowsForcePushes` to `github_branch_protection` ([#623](https://github.com/terraform-providers/terraform-provider-github/pull/623))
6
+
- Add GitHub App actor support to `github_branch_protection` ([#615](https://github.com/terraform-providers/terraform-provider-github/pull/615))
7
+
8
+
BUG FIXES:
9
+
10
+
- Allow `required_status_checks``strict` to be `false` for `github_branch_protection` ([#614](https://github.com/terraform-providers/terraform-provider-github/pull/614))
11
+
- Remove `ForceNew` on template-related options for `github_repository` ([#609](https://github.com/terraform-providers/terraform-provider-github/pull/609))
12
+
- Fix parsing of input during imports of `github_branch_protection` ([#610](https://github.com/terraform-providers/terraform-provider-github/pull/610))
13
+
-`github_repository_file` resource no longer iterates through all commits ([#644](https://github.com/terraform-providers/terraform-provider-github/pull/644))
14
+
1
15
## 4.1.0 (December 01, 2020)
2
16
3
17
ENHANCEMENTS:
@@ -74,6 +88,7 @@ BREAKING CHANGES:
74
88
-`organization` no longer deprecated
75
89
-`individual` and `anonymous` removed
76
90
-`owner` inferred from `organization`
91
+
-`base_url` provider parameter no longer requires `/api/v3` suffix
0 commit comments