Skip to content

Commit de70c1d

Browse files
authored
fix(changelog): fix changelog entries for v4 (#6185)
- fixes bad rename of 1286 - updates 6137's format to be consistent - manually updates CHANGELOG - updates maintainer check tool to have a correct list of users
1 parent 15f55ca commit de70c1d

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

.changelog/1286.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/cloudflare_custom_hostname: add `settings.early_hints` to ssl schema
3+
```

.changelog/1287.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changelog/6137.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
```release-note:enhancement
2-
resource/cloudflare_custom_hostname: add `settings.early_hints` to ssl schema
1+
```release-note:bug
2+
internal/framework/service/list/resource_test.go: list items are cleared when no nested item block defined
33
```

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.52.5 (September 15th, 2025)
2+
3+
BUG FIXES:
4+
5+
* internal/framework/service/list/resource_test.go: list items are cleared when no nested item block defined
6+
17
## 4.52.4 (September 9th, 2025)
28

39
BUG FIXES:

tools/cmd/maintainer-only-file-check/main.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ import (
1111
)
1212

1313
var (
14-
maintainers = []string{"dependabot[bot]", "jacobbednarz", "patryk", "tamas", "musa-cf"}
14+
maintainers = []string{
15+
"dependabot[bot]",
16+
"mgirouard",
17+
"musa-cf",
18+
"tamas",
19+
"vaishakdinesh",
20+
}
1521
goDependencyMessage = "This project handles dependency version bumps (including upstream changes from cloudflare-go) independently of the standard PR process using automation. This allows the dependency upgrades to land without causing merge conflicts in multiple branches and handled in a consistent way. The exception to this is security related dependency upgrades but they should be co-ordinated with the maintainer team privately.\n\nPlease remove the changes to the `go.mod` or `go.sum` files from this PR in order to proceed with review and merging."
1622
changelogMessage = "This pull request contains a CHANGELOG.md file which should only be modified by maintainers.\n\nIf you are looking to include a CHANGELOG entry, you should use the process documented at https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/contributing/changelog-process.md instead.\n\nIn order for this pull request to be merged, you need remove the modifications to CHANGELOG.md."
1723
)

0 commit comments

Comments
 (0)