Skip to content

Commit 7745b65

Browse files
author
Jeremy Udit
authored
Add v4.2.0 Release (#641)
* add v4.1.1 release items * correct semver version * Document Additional Breaking Change For v3.0.0 * add `github_repository_file` bugfix * move to correct release
1 parent a1809f3 commit 7745b65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff 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+
115
## 4.1.0 (December 01, 2020)
216

317
ENHANCEMENTS:
@@ -74,6 +88,7 @@ BREAKING CHANGES:
7488
- `organization` no longer deprecated
7589
- `individual` and `anonymous` removed
7690
- `owner` inferred from `organization`
91+
- `base_url` provider parameter no longer requires `/api/v3` suffix
7792

7893
BUG FIXES:
7994

0 commit comments

Comments
 (0)